goodnight moon

This commit is contained in:
Flatlogic Bot 2025-05-23 16:16:13 +00:00
parent e9c57a4757
commit bbafd6c3d7
3 changed files with 13 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{}

View File

@ -14,7 +14,6 @@ import {
ContactFormDesigns, ContactFormDesigns,
} from '../components/WebPageComponents/designs'; } from '../components/WebPageComponents/designs';
import HeroSection from '../components/WebPageComponents/HeroComponent';
import FeaturesSection from '../components/WebPageComponents/FeaturesComponent'; import FeaturesSection from '../components/WebPageComponents/FeaturesComponent';
@ -23,6 +22,7 @@ import PricingSection from '../components/WebPageComponents/PricingComponent';
import AboutUsSection from '../components/WebPageComponents/AboutUsComponent'; import AboutUsSection from '../components/WebPageComponents/AboutUsComponent';
import ContactFormSection from '../components/WebPageComponents/ContactFormComponent'; import ContactFormSection from '../components/WebPageComponents/ContactFormComponent';
import Logo from '../components/Logo';
export default function WebSite() { export default function WebSite() {
const cardsStyle = useAppSelector((state) => state.style.cardsStyle); const cardsStyle = useAppSelector((state) => state.style.cardsStyle);
@ -128,15 +128,16 @@ export default function WebSite() {
projectName={'Ellingson Mineral Company of New York, New York'} projectName={'Ellingson Mineral Company of New York, New York'}
pages={pages} pages={pages}
/> />
<div className="flex justify-center my-4">
<Logo />
</div>
<main className={`flex-grow bg-white rounded-none `}> <main className={`flex-grow bg-white rounded-none `}>
<HeroSection <div className="text-center py-16">
projectName={'Ellingson Mineral Company of New York, New York'} <h1 className="text-3xl font-bold">
image={['Stargazing with a telescope']} From mining rare earths to erasing digital footprints, Ellingson offers everything a morally flexible enterprise needswhether youre digging for gold or digging into government servers.
mainText={`Explore the Universe with ${projectName}`} </h1>
subTitle={`From mining rare earths to erasing digital footprints, Ellingson offers everything a morally flexible enterprise needs—whether youre digging for gold or digging into government servers.`} </div>
design={HeroDesigns.IMAGE_BG || ''}
buttonText={`Shop Now`}
/>
<FeaturesSection <FeaturesSection
projectName={'Ellingson Mineral Company of New York, New York'} projectName={'Ellingson Mineral Company of New York, New York'}