diff --git a/src/app/page.tsx b/src/app/page.tsx index da050e4..3cd957e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,166 +7,137 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactForm from '@/components/form/ContactForm'; -import { Sparkles, Mail, Instagram, CalendarCheck, ShoppingBag } from "lucide-react"; +import { Sparkles, Mail } from "lucide-react"; export default function LandingPage() { return ( - + - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file