diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b03090..7a8eb8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,138 +19,48 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -161,21 +71,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Premium Durability", - description: "Materials sourced for high-heat performance and extended lifecycles.", - imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg", - }, - { - title: "Precision Fitment", - description: "Guaranteed specifications for seamless installation in modern platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-working-fix-car-distributor_482257-91142.jpg", - }, - { - title: "Expert Technical Support", - description: "Connect with pros at 01026654699 for any technical assistance.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-gear_23-2151113172.jpg", - }, + { title: "Premium Durability", description: "Materials sourced for high-heat performance and extended lifecycles.", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg" }, + { title: "Precision Fitment", description: "Guaranteed specifications for seamless installation in modern platforms.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-working-fix-car-distributor_482257-91142.jpg" }, + { title: "Expert Technical Support", description: "Connect with pros at 01026654699 for any technical assistance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-gear_23-2151113172.jpg" } ]} title="Engineered for Excellence" description="We bridge the gap between amateur builds and professional performance through superior engineering." @@ -187,43 +85,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + animationType="slide-up" products={[ - { - id: "p1", - name: "Performance Exhaust", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1500.jpg", - }, - { - id: "p2", - name: "Suspension Coilovers", - price: "$890", - imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg", - }, - { - id: "p3", - name: "Tuning ECU Module", - price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172435.jpg", - }, - { - id: "p4", - name: "Racing Radiator", - price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-examining-car_1170-1360.jpg", - }, - { - id: "p5", - name: "Performance Rotors", - price: "$550", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-auto-mechanic-man-lying-reparing-car-disc-brake-garage_53876-31452.jpg", - }, - { - id: "p6", - name: "Turbocharger Kit", - price: "$2,100", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-frustrated-middle-aged-woman-standing-her-car-with-open-hood-looking-inside-trying-figure-out-what-is-problem_343059-3786.jpg", - }, + { id: "p1", name: "Performance Exhaust", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1500.jpg" }, + { id: "p2", name: "Suspension Coilovers", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg" }, + { id: "p3", name: "Tuning ECU Module", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172435.jpg" }, + { id: "p4", name: "Racing Radiator", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-examining-car_1170-1360.jpg" }, + { id: "p5", name: "Performance Rotors", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-auto-mechanic-man-lying-reparing-car-disc-brake-garage_53876-31452.jpg" }, + { id: "p6", name: "Turbocharger Kit", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frustrated-middle-aged-woman-standing-her-car-with-open-hood-looking-inside-trying-figure-out-what-is-problem_343059-3786.jpg" } ]} title="Performance Tuning Hardware" description="Premium components designed to unlock potential." @@ -234,15 +103,7 @@ export default function LandingPage() { @@ -254,21 +115,9 @@ export default function LandingPage() { title="Our Impact" tag="Performance Stats" metrics={[ - { - id: "m1", - value: "10k+", - description: "Parts Shipped", - }, - { - id: "m2", - value: "500+", - description: "Professional Shops", - }, - { - id: "m3", - value: "24/7", - description: "Technical Support", - }, + { id: "m1", value: "10k+", description: "Parts Shipped" }, + { id: "m2", value: "500+", description: "Professional Shops" }, + { id: "m3", value: "24/7", description: "Technical Support" } ]} metricsAnimation="slide-up" /> @@ -278,31 +127,11 @@ export default function LandingPage() {
); -} +} \ No newline at end of file