Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba45f80e9c | |||
| 4b1337ed03 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Contact", href: "#contact" }}
|
button={{ text: "Let's Chat", href: "#contact" }}
|
||||||
brandName="Marcos Digital Studio"
|
brandName="Marcos Digital Studio"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,13 +165,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactSplit
|
||||||
tag="Ready to start?"
|
tag="Ready to start?"
|
||||||
title="Let’s Build Your Website"
|
title="Let’s Build Your Website"
|
||||||
description="I am accepting new projects. Let's discuss your vision and get started today."
|
description="I am accepting new projects. Let's discuss your vision and get started today."
|
||||||
buttons={[{ text: "Let's Chat", href: "mailto:marcos@digital.studio" }]}
|
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user