diff --git a/src/app/page.tsx b/src/app/page.tsx
index 00ce5ab..fe3fea1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,58 +30,32 @@ export default function LandingPage() {
@@ -112,26 +84,11 @@ export default function LandingPage() {
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?_wi=2",
- },
+ 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?_wi=2",
- },
+ 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?_wi=2",
- },
+ 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"},
]}
title="Expert Services We Provide"
description="Professional maintenance to keep your bike rolling and high-purity water to keep you refreshed."
@@ -148,25 +105,15 @@ export default function LandingPage() {
author="Sarah Thompson"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/woman-fastening-helmet-man_23-2147764135.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-fastening-helmet-man_23-2147764135.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycles_1170-2371.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycles_1170-2371.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4509.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4509.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle_1170-2609.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle_1170-2609.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -177,8 +124,7 @@ export default function LandingPage() {