From 9a988c636609df232efe7b7b586d8b07a1b4af72 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 11:38:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d1a24d..1cef066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,10 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flower2, Heart, Award, Globe, Mail } from 'lucide-react'; +import { Flower2, Heart, Award, Globe, Sparkles, HelpCircle, Mail } from 'lucide-react'; export default function HomePage() { return ( @@ -54,7 +57,7 @@ export default function HomePage() {
+
+ +
+ +
+ +
+
+
+ +
+
-- 2.49.1