5 Commits

Author SHA1 Message Date
c77a3c22aa Update src/app/page.tsx 2026-03-12 00:52:32 +00:00
9debcbe68f Merge version_2 into main
Merge version_2 into main
2026-03-12 00:49:49 +00:00
5bb84b0cbf Update src/app/page.tsx 2026-03-12 00:49:45 +00:00
48d6fb07a1 Merge version_1 into main
Merge version_1 into main
2026-03-12 00:35:43 +00:00
515a541058 Merge version_1 into main
Merge version_1 into main
2026-03-12 00:35:19 +00:00

View File

@@ -7,9 +7,9 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, Palette, Sparkles, Users } from 'lucide-react';
import { Heart, Palette, Sparkles, Users, Mail } from 'lucide-react';
export default function LandingPage() {
return (
@@ -151,15 +151,17 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactCTA
tag="Get In Touch"
title="Visit Snow Day Snowballs Today"
description="Stop by and beat the heat with our handcrafted snowballs. We're located on [Street Name] in Baton Rouge. Open daily from 11 AM to 10 PM."
tagIcon={Mail}
buttons={[
{ text: "Get Directions", href: "#" },
{ text: "Call Us", href: "#" }
]}
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe for Updates"
termsText="We'll keep you updated on new flavors, specials, and events. Unsubscribe anytime."
/>
</div>