From 1069c6870ee4acb7d35d79d5608f68feecac1849 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 16:35:00 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 346 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 290 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ef74af..8fa9462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,11 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import { Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -23,65 +27,295 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- ({ - id: `${i + 1}`, - imageSrc: "http://img.b2bpic.net/free-photo/empty-aa-meeting-space-with-chairs-circle-prepared-group-therapy-nobody-office-decorated-with-furniture-rehabilitation-program-session-with-therapist-treating-alcoholism_482257-27825.jpg", imageAlt: "Salon interior" - }))} - /> -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
+ +
+ +
+ +
+ +
); -} \ No newline at end of file +}