diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e43649..82da245 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,157 +3,96 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Scissors, Clock, Calendar, Star, CheckCircle, Zap, Shield, Award, Users } from "lucide-react"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Wifi, Signal, Zap, ShieldCheck } from "lucide-react"; -export default function SharpCutPage() { +export default function SonicWifiPage() { return ( - - - - - - - - - + + +
+ +
+
+ +
+
+ console.log(email)} + /> +
+
); -} +} \ No newline at end of file