From cf21095f3a67e78da8f72416cd34945cfefab977 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:54:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c4c07..355ab27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,15 @@ "use client"; -import { Sparkles, Crown, Star, UtensilsCrossed, Heart, Gift, Leaf, Sun, Snowflake } from "lucide-react"; +import { Sparkles, Crown, Star, UtensilsCrossed, Heart, Gift, Leaf, Sun, Snowflake, Zap } from "lucide-react"; import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function HomePage() { @@ -41,38 +42,36 @@ export default function HomePage() {
-
@@ -174,6 +173,34 @@ export default function HomePage() { /> +
+ { + console.log("CTA submission:", data); + alert("Thank you! We'll be in touch within 24 hours."); + }} + /> +
+