4 Commits

Author SHA1 Message Date
f27298f34a Update src/app/page.tsx 2026-05-20 16:41:07 +00:00
7505ec2f6e Update src/app/page.tsx 2026-05-20 16:40:30 +00:00
c92fca2f4c Merge version_1 into main
Merge version_1 into main
2026-05-20 16:34:15 +00:00
87e345d4c3 Merge version_1 into main
Merge version_1 into main
2026-05-20 16:33:43 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -161,15 +161,13 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactCTA
tag="Contact"
title="Visit Us"
description="Located in the heart of the city at 123 Artisan Way. Reach us by phone at (555) 123-4567."
buttons={[{ text: "Call Us", href: "tel:+15551234567" }, { text: "Get Directions", href: "https://maps.google.com" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Connect with us"
title="Visit Grounded Today"
description="Join us for a cup of coffee and experience the community difference. Sign up for our newsletter for news and exclusive perks."
imageSrc="http://img.b2bpic.net/free-photo/low-angle-woman-drinking-coffee_23-2148395475.jpg"
mediaAnimation="slide-up"
/>
</div>