diff --git a/src/app/page.tsx b/src/app/page.tsx index d435583..d8bbbc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,9 +38,7 @@ export default function HomePage() { brandName="XtremeBikes" navItems={navItems} button={{ - text: "📞 +420 777 038 440", - href: "tel:+420777038440", - }} + text: "📞 +420 777 038 440", href: "tel:+420777038440"}} /> @@ -58,7 +56,7 @@ export default function HomePage() { { text: "Request Service", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uzc2cb&_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uzc2cb" imageAlt="XtremeBikes Professional Motorcycle Workshop" mediaAnimation="blur-reveal" className="min-h-screen" @@ -81,44 +79,32 @@ export default function HomePage() { animationType="slide-up" features={[ { - title: "Expert Technicians", - description: "Experienced motorcycle mechanics with specialized knowledge in all repair types.", - bentoComponent: "icon-info-cards", - items: [ + title: "Expert Technicians", description: "Experienced motorcycle mechanics with specialized knowledge in all repair types.", bentoComponent: "icon-info-cards", items: [ { icon: CheckCircle, label: "Certified", value: "20+ Years" }, { icon: Wrench, label: "Specialized", value: "All Makes" }, ], }, { - title: "Professional Welding", - description: "Aluminum wheel welding and non-ferrous metal work with precision equipment.", - bentoComponent: "icon-info-cards", - items: [ + title: "Professional Welding", description: "Aluminum wheel welding and non-ferrous metal work with precision equipment.", bentoComponent: "icon-info-cards", items: [ { icon: Zap, label: "Precision", value: "Industrial" }, { icon: Shield, label: "Quality", value: "Guaranteed" }, ], }, { - title: "Fast Service", - description: "Quick turnaround on repairs without sacrificing quality craftsmanship.", - bentoComponent: "icon-info-cards", - items: [ + title: "Fast Service", description: "Quick turnaround on repairs without sacrificing quality craftsmanship.", bentoComponent: "icon-info-cards", items: [ { icon: Clock, label: "Urgent", value: "Same Day" }, { icon: CheckCircle, label: "Reliable", value: "On Time" }, ], }, { - title: "Local Workshop", - description: "Owned and operated locally in Planá nad Lužnicí, serving South Bohemia.", - bentoComponent: "icon-info-cards", - items: [ + title: "Local Workshop", description: "Owned and operated locally in Planá nad Lužnicí, serving South Bohemia.", bentoComponent: "icon-info-cards", items: [ { icon: MapPin, label: "Location", value: "Local" }, { icon: Star, label: "Trusted", value: "Reputation" }, ], }, ]} - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-lg text-foreground/70" + cardTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-foreground/70" /> @@ -135,29 +121,32 @@ export default function HomePage() { animationType="blur-reveal" features={[ { - title: "Motorcycle Repair", - description: "Engine diagnostics, brake service, electrical repairs, and full mechanical restoration.", - button: { text: "Learn More", href: "/services" }, + title: "Motorcycle Repair", description: "Engine diagnostics, brake service, electrical repairs, and full mechanical restoration.", bentoComponent: "icon-info-cards", items: [ + { icon: Wrench, label: "Service", value: "Expert" }, + { icon: CheckCircle, label: "Quality", value: "Guaranteed" }, + ], }, { - title: "Scooter Service", - description: "Routine maintenance, clutch replacement, transmission repair, and parts sourcing.", - button: { text: "Learn More", href: "/services" }, + title: "Scooter Service", description: "Routine maintenance, clutch replacement, transmission repair, and parts sourcing.", bentoComponent: "icon-info-cards", items: [ + { icon: Wrench, label: "Maintenance", value: "Complete" }, + { icon: CheckCircle, label: "Parts", value: "Available" }, + ], }, { - title: "Restoration", - description: "Complete motorcycle restoration from ground-up, custom builds, and vintage bike revival.", - button: { text: "Learn More", href: "/services" }, + title: "Restoration", description: "Complete motorcycle restoration from ground-up, custom builds, and vintage bike revival.", bentoComponent: "icon-info-cards", items: [ + { icon: Star, label: "Custom", value: "Builds" }, + { icon: CheckCircle, label: "Vintage", value: "Revival" }, + ], }, { - title: "Aluminum Welding", - description: "Wheel welding, frame repair, custom fabrication of motorcycle components.", - button: { text: "Learn More", href: "/services" }, + title: "Aluminum Welding", description: "Wheel welding, frame repair, custom fabrication of motorcycle components.", bentoComponent: "icon-info-cards", items: [ + { icon: Zap, label: "Welding", value: "Precision" }, + { icon: Shield, label: "Quality", value: "Assured" }, + ], }, ]} - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-lg text-foreground/70" - buttonClassName="px-4 py-2 rounded font-semibold" + cardTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-foreground/70" /> @@ -166,10 +155,7 @@ export default function HomePage() {