4 Commits

Author SHA1 Message Date
f26bdf2a08 Update src/app/page.tsx 2026-05-21 19:55:01 +00:00
4da9a6550c Merge version_7 into main
Merge version_7 into main
2026-05-21 19:52:50 +00:00
ba45f80e9c Update src/app/page.tsx 2026-05-21 19:52:47 +00:00
4b1337ed03 Merge version_6 into main
Merge version_6 into main
2026-05-21 19:49:47 +00:00

View File

@@ -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="Lets Build Your Website" title="Lets 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) => window.location.href = `mailto:mhautomation.service@gmail.com?subject=Inquiry from ${email}&body=New project inquiry from: ${email}`}
/> />
</div> </div>