diff --git a/src/app/page.tsx b/src/app/page.tsx index 10fbc51..8947762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background={{ variant: "animated-grid" }} cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Michael Chen", handle: "@autotech_pro", testimonial: "These accessories completely transformed my vehicle. Premium quality and exceptional installation support!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg?_wi=1", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg", imageAlt: "Michael Chen" }, { name: "Sarah Johnson", handle: "@vehicle_enthusiast", testimonial: "Best investment for my car. The durability and design are unmatched in the market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=1", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Sarah Johnson" }, { name: "David Martinez", handle: "@automotive_lover", testimonial: "Exceptional service and top-tier products. Highly recommend to every car owner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg?_wi=1", imageAlt: "David Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg", imageAlt: "David Martinez" } ]} testimonialRotationInterval={5000} @@ -132,13 +132,13 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "testimonial-1", title: "Exceptional Quality", quote: "The seat covers arrived in perfect condition and installation was seamless. My car looks like new!", name: "John Smith", role: "Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg?_wi=2", imageAlt: "John Smith" + id: "testimonial-1", title: "Exceptional Quality", quote: "The seat covers arrived in perfect condition and installation was seamless. My car looks like new!", name: "John Smith", role: "Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg", imageAlt: "John Smith" }, { - id: "testimonial-2", title: "Outstanding Service", quote: "Customer support team went above and beyond. They answered all my questions and shipped quickly.", name: "Emily Rodriguez", role: "First-time Buyer", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2", imageAlt: "Emily Rodriguez" + id: "testimonial-2", title: "Outstanding Service", quote: "Customer support team went above and beyond. They answered all my questions and shipped quickly.", name: "Emily Rodriguez", role: "First-time Buyer", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Emily Rodriguez" }, { - id: "testimonial-3", title: "Worth Every Dollar", quote: "The LED headlights transformed my driving experience. Premium build quality that truly lasts.", name: "Marcus Johnson", role: "Professional Driver", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg?_wi=2", imageAlt: "Marcus Johnson" + id: "testimonial-3", title: "Worth Every Dollar", quote: "The LED headlights transformed my driving experience. Premium build quality that truly lasts.", name: "Marcus Johnson", role: "Professional Driver", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg", imageAlt: "Marcus Johnson" }, { id: "testimonial-4", title: "Perfect Installation", quote: "All accessories fit perfectly and the installation guide was incredibly detailed. Highly impressed!", name: "Lisa Wong", role: "DIY Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg", imageAlt: "Lisa Wong" @@ -155,13 +155,7 @@ export default function LandingPage() { useInvertedBackground={false} names={["Bosch", "Philips", "Michelin", "Continental", "Sparco", "Magnaflow", "Edelbrock"]} logos={[ - { src: "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg", alt: "Bosch" }, - { src: "http://img.b2bpic.net/free-vector/gradient-auto-parts-logo-design_23-2149460687.jpg", alt: "Philips" }, - { src: "http://img.b2bpic.net/free-vector/tire-shop-logo-design-template_23-2151178012.jpg", alt: "Michelin" }, - { src: "http://img.b2bpic.net/free-vector/hand-drawn-india-independence-day-badge-collection_23-2148199045.jpg", alt: "Continental" }, - { src: "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529672.jpg", alt: "Sparco" }, - { src: "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147730872.jpg", alt: "Magnaflow" }, - { src: "http://img.b2bpic.net/free-vector/industry-automotive-auto-service-logo_24908-57015.jpg", alt: "Edelbrock" } + "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg", "http://img.b2bpic.net/free-vector/gradient-auto-parts-logo-design_23-2149460687.jpg", "http://img.b2bpic.net/free-vector/tire-shop-logo-design-template_23-2151178012.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-india-independence-day-badge-collection_23-2148199045.jpg", "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529672.jpg", "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147730872.jpg", "http://img.b2bpic.net/free-vector/industry-automotive-auto-service-logo_24908-57015.jpg" ]} speed={40} showCard={true}