From 6bf6fb59cc22bcc9556cf38d0776cb4fa3ee0aa7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:03:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 309 +++++++++++++++++------------------------------ 1 file changed, 108 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d8c434..d26d3c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,226 +2,133 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardFour from '@/components/sections/ecommerce/productDetail/ProductDetailCard'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Sparkles, Star, User, Zap } from "lucide-react"; -export default function LandingPage() { +export default function LuxurySalonPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1