goodnight moon
This commit is contained in:
parent
e9c57a4757
commit
bbafd6c3d7
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -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 needs—whether you’re 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 you’re 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'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user