Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-20 16:40:34 +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';
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Coffee, MapPin, Sparkles, Star, Users } from "lucide-react";
import { Coffee, MapPin, Sparkles, Star, Users, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -161,15 +161,11 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
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"
<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" }]}
/>
</div>