From a852c26a76acda11dc503774feb9be5962a6b9e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 00:48:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 249 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2913d21..c892efb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,41 +48,22 @@ export default function LandingPage() {
@@ -100,18 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Precision Engineering meets ", - }, + type: "text", content: "Precision Engineering meets "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/man-washing-engine-station_1157-36599.jpg", - alt: "Workshop", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/man-washing-engine-station_1157-36599.jpg", alt: "Workshop"}, { - type: "text", - content: " Luxurious Design.", - }, + type: "text", content: " Luxurious Design."}, ]} /> @@ -123,28 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Programming", - description: "Cutting edge key tech.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fabric-texture_23-2151872093.jpg", - imageAlt: "Close up on fabric texture", + title: "Smart Programming", description: "Cutting edge key tech.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Premium Materials", - description: "Silver and carbon craft.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg?_wi=2", - imageAlt: "Close up on fabric texture", + title: "Premium Materials", description: "Silver and carbon craft.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Rapid Services", - description: "Delivered with haste.", - bentoComponent: "reveal-icon", - icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg?_wi=2", - imageAlt: "Close up on fabric texture", + title: "Rapid Services", description: "Delivered with haste.", bentoComponent: "reveal-icon", icon: Clock, }, ]} title="Elevated Performance" @@ -160,41 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Titanium Key Fob", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-ribbed-glass-background-with-abstract-curved-light-pattern-soft-gradient-texture_474888-8029.jpg", - }, + id: "p1", name: "Titanium Key Fob", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-ribbed-glass-background-with-abstract-curved-light-pattern-soft-gradient-texture_474888-8029.jpg"}, { - id: "p2", - name: "Luxury Carbon Trim", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500613.jpg", - }, + id: "p2", name: "Luxury Carbon Trim", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500613.jpg"}, { - id: "p3", - name: "Silver Emblem Kit", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138935.jpg", - }, + id: "p3", name: "Silver Emblem Kit", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138935.jpg"}, { - id: "p4", - name: "Smart Entry Hub", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-car-key_23-2150321006.jpg", - }, + id: "p4", name: "Smart Entry Hub", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-car-key_23-2150321006.jpg"}, { - id: "p5", - name: "Custom Key Case", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/vinyl-record-with-retro-texture-assortment_23-2149075967.jpg", - }, + id: "p5", name: "Custom Key Case", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-record-with-retro-texture-assortment_23-2149075967.jpg"}, { - id: "p6", - name: "Engine Start Badge", - price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138960.jpg", - }, + id: "p6", name: "Engine Start Badge", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138960.jpg"}, ]} title="Exclusive Collection" description="Discover our signature line of automotive keys and accessories." @@ -208,47 +135,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - price: "$50", - name: "Essential", - features: [ - "Key cutting", - "Standard test", - ], + id: "basic", price: "$50", name: "Essential", features: [ + "Key cutting", "Standard test"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, { - id: "pro", - price: "$150", - name: "Professional", - features: [ - "Programming", - "Custom key shell", - "Priority", - ], + id: "pro", price: "$150", name: "Professional", features: [ + "Programming", "Custom key shell", "Priority"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, { - id: "vip", - price: "$300", - name: "Executive", - features: [ - "Full smart integration", - "Luxury materials", - "24/7 support", - ], + id: "vip", price: "$300", name: "Executive", features: [ + "Full smart integration", "Luxury materials", "24/7 support"], buttons: [ { - text: "Select", - }, + text: "Select"}, ], }, ]} @@ -264,31 +171,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10k+", - title: "Keys Programmed", - items: [ - "Certified", - "Secure", - ], + id: "m1", value: "10k+", title: "Keys Programmed", items: [ + "Certified", "Secure"], }, { - id: "m2", - value: "5k+", - title: "Happy Clients", - items: [ - "Loyal", - "Premium", - ], + id: "m2", value: "5k+", title: "Happy Clients", items: [ + "Loyal", "Premium"], }, { - id: "m3", - value: "99%", - title: "Accuracy Rate", - items: [ - "Tested", - "Precise", - ], + id: "m3", value: "99%", title: "Accuracy Rate", items: [ + "Tested", "Precise"], }, ]} title="By The Numbers" @@ -303,45 +195,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "John Doe", - handle: "@johnd", - testimonial: "Exceptional service for my luxury car keys.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-dark-fabric-seam-outdoor-sunlight-background-blurred_272375-26446.jpg", - imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", - }, + id: "t1", name: "John Doe", handle: "@johnd", testimonial: "Exceptional service for my luxury car keys.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-dark-fabric-seam-outdoor-sunlight-background-blurred_272375-26446.jpg", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred"}, { - id: "t2", - name: "Jane Smith", - handle: "@janes", - testimonial: "The precision work is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg?_wi=3", - imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", - }, + id: "t2", name: "Jane Smith", handle: "@janes", testimonial: "The precision work is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred"}, { - id: "t3", - name: "Mike Ross", - handle: "@miker", - testimonial: "Fast, reliable, and premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg?_wi=3", - imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", - }, + id: "t3", name: "Mike Ross", handle: "@miker", testimonial: "Fast, reliable, and premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred"}, { - id: "t4", - name: "Anna Lee", - handle: "@annal", - testimonial: "Changed my car's look completely.", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg?_wi=2", - imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", - }, + id: "t4", name: "Anna Lee", handle: "@annal", testimonial: "Changed my car's look completely.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred"}, { - id: "t5", - name: "Sam K.", - handle: "@samk", - testimonial: "Professional and very responsive team.", - imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg?_wi=2", - imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", - }, + id: "t5", name: "Sam K.", handle: "@samk", testimonial: "Professional and very responsive team.", imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred"}, ]} title="Client Experience" description="What our customers are saying about our craft." @@ -352,8 +214,7 @@ export default function LandingPage() {