diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd3735..a2a4140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function CycleHubPage() { borderRadius="rounded" contentWidth="compact" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function CycleHubPage() { description="Professional bicycle repair and maintenance services for all makes and models. From tune-ups to complete overhauls, we keep your ride running smoothly." tag="Expert Services" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/expirienced-young-master-is-repairing-customer-s-bicycle-workplace_613910-20759.jpg" imageAlt="Professional bike repair technician at work" mediaAnimation="slide-up" @@ -54,7 +54,7 @@ export default function CycleHubPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Customer", testimonial: "Best bike service in town! Professional, fast, and fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" } ]} buttons={[ @@ -104,7 +104,7 @@ export default function CycleHubPage() { tagIcon={Wrench} features={[ { - id: "tune-up", title: "Complete Tune-Up", description: "Full bike inspection, brake adjustment, derailleur tuning, and chain service", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg?_wi=1", imageAlt: "Bicycle tune-up service" + id: "tune-up", title: "Complete Tune-Up", description: "Full bike inspection, brake adjustment, derailleur tuning, and chain service", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg", imageAlt: "Bicycle tune-up service" }, { id: "brake-repair", title: "Brake Service & Repair", description: "Disc brake bleeding, rim brake adjustment, and pad replacement", tag: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/shot-working-mechanic-repairing-bicycle_181624-50325.jpg", imageAlt: "Brake system repair" @@ -113,7 +113,7 @@ export default function CycleHubPage() { id: "wheel-true", title: "Wheel Truing & Spoke Work", description: "Professional wheel alignment and spoke replacement services", tag: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138607.jpg", imageAlt: "Wheel alignment and truing" }, { - id: "drivetrain", title: "Drivetrain Service", description: "Chain cleaning, cassette replacement, and shifting optimization", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg?_wi=2", imageAlt: "Drivetrain maintenance" + id: "drivetrain", title: "Drivetrain Service", description: "Chain cleaning, cassette replacement, and shifting optimization", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/handsome-redhead-male-jeans-coverall-working-with-bicycle-wheel-repair-shop-worker-removes-bicycle-tire-workshop_613910-19567.jpg", imageAlt: "Drivetrain maintenance" } ]} textboxLayout="default" @@ -129,16 +129,16 @@ export default function CycleHubPage() {