From daccb7d9d49f6b472186babf9ad69456e84908c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:53:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 387 ++++++++++++----------------------------------- 1 file changed, 98 insertions(+), 289 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75899b8..b61db75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,306 +2,115 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Layers, Shield, Zap } from "lucide-react"; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Clock, MapPin, Phone, Star } from "lucide-react"; -export default function LandingPage() { +export default function GoldenScissorsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1