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