From 308bc1f3798064fca85fd3ed9b8153c80ef9b95e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 10:39:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bdcff3..18a1066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; + +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import { Box, Calendar, Clock, Compass, Gauge, Globe, LifeBuoy, Lock, MapPin, Rocket, Search, Settings, Shield, ShieldCheck, Sparkles, Star, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -48,9 +47,11 @@ export default function LandingPage() { { name: "Partners", id: "#partners"}, { - name: "FAQ", id: "#faq"}, + name: "FAQ", id: "/faq"}, { - name: "Contact", id: "#contact"}, + name: "Contact", id: "/contact"}, + { + name: "Admin", id: "/admin"}, ]} brandName="RapidDeliver" /> @@ -309,41 +310,7 @@ export default function LandingPage() { /> -
- -
-
- -