diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ddea1b..947276f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,30 +31,12 @@ export default function LandingPage() { @@ -161,27 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Precision Engineering", - description: "Crafted for speed, built for longevity. Every component is optimized for track-level performance.", - tag: "Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg", - }, - { - id: "f2", - title: "Futuristic Innovation", - description: "Cutting-edge software and hybrid power systems that define modern mobility.", - tag: "Technology", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg", - }, - { - id: "f3", - title: "Elegant Aesthetics", - description: "Sculpted lines and premium materials that command respect on every road.", - tag: "Design", - imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg", - }, + { id: "f1", title: "Precision Engineering", description: "Crafted for speed, built for longevity. Every component is optimized for track-level performance.", tag: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg" }, + { id: "f2", title: "Futuristic Innovation", description: "Cutting-edge software and hybrid power systems that define modern mobility.", tag: "Technology", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg" }, + { id: "f3", title: "Elegant Aesthetics", description: "Sculpted lines and premium materials that command respect on every road.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg" }, ]} title="Unrivaled Performance" description="Experience the pinnacle of automotive technology, where every detail is meticulously engineered for perfection." @@ -192,44 +101,15 @@ export default function LandingPage() {