From 777e1bc7ac9dcc3e7d09ab20e18235acbfbea218 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:16:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 103 ++++++++++++++--------------------------------- 1 file changed, 31 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe3fea1..71026f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Calendar, Heart, Mail, Wrench } from "lucide-react"; +import { Calendar, Heart, Mail, Wrench, Bike } from "lucide-react"; export default function LandingPage() { return ( @@ -29,33 +29,26 @@ export default function LandingPage() {
@@ -83,50 +73,36 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", title: "Bicycle Tune-ups", description: "Full-service maintenance to ensure your bike is road-ready for any journey.", tag: "Repair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-repairing-bike-shop_23-2148932602.jpg"}, - { - id: "f2", title: "Purity Water Fill", description: "Ultra-filtered drinking water available in bulk for all your hydration needs.", tag: "Hydration", imageSrc: "http://img.b2bpic.net/free-photo/close-focus-bartender-makes-homemade-lemonade-pours-sparkling-water-rustic-jar-with-strawberry-slices-ice-cubes-inside_346278-726.jpg"}, - { - id: "f3", title: "Rapid Repairs", description: "Flat tires, chain issues, or brake adjustments handled quickly while you wait.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/repairman-workshop_1098-15533.jpg"}, + { id: "f1", title: "Bicycle Tune-ups", description: "Full-service maintenance to ensure your bike is road-ready for any journey.", tag: "Repair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-repairing-bike-shop_23-2148932602.jpg" }, + { id: "f2", title: "Purity Water Fill", description: "Ultra-filtered drinking water available in bulk for all your hydration needs.", tag: "Hydration", imageSrc: "http://img.b2bpic.net/free-photo/close-focus-bartender-makes-homemade-lemonade-pours-sparkling-water-rustic-jar-with-strawberry-slices-ice-cubes-inside_346278-726.jpg" }, + { id: "f3", title: "E-bike Rentals", description: "Explore the city with our fleet of premium electric bikes, perfect for short trips.", tag: "Rental", imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-electric-bike_23-2149132145.jpg" }, ]} title="Expert Services We Provide" - description="Professional maintenance to keep your bike rolling and high-purity water to keep you refreshed." + description="Professional maintenance, fresh water, and electric mobility solutions." tag="Our Services" tagIcon={Wrench} />
-
); -} +} \ No newline at end of file -- 2.49.1