From 9ebcfcb029293b6a361a07bc160f21c4b373a9e1 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 14:04:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 334be04..a8cd032 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Music, Sparkles, CalendarDays, Star, Zap, Heart, Mail } from "lucide-react"; +import { Music, Sparkles, CalendarDays, Star, Zap, Heart, Mail, ShoppingBag } from "lucide-react"; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { +
+ +
+