diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fcb53f..be50d6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,66 +44,41 @@ export default function LandingPage() {
@@ -124,23 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Precision Interior", - description: "Crafted from the finest materials for unparalleled comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-car-s-black-modern-interior-perfect_181624-33164.jpg", - }, + id: "1", title: "Precision Interior", description: "Crafted from the finest materials for unparalleled comfort.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-car-s-black-modern-interior-perfect_181624-33164.jpg"}, { - id: "2", - title: "Iconic Laserlight", - description: "Cutting-edge lighting technology for superior visibility.", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4987.jpg", - }, + id: "2", title: "Iconic Laserlight", description: "Cutting-edge lighting technology for superior visibility.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4987.jpg"}, { - id: "3", - title: "Aerodynamic Power", - description: "Optimized airflow for extreme high-speed stability.", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1208.jpg", - }, + id: "3", title: "Aerodynamic Power", description: "Optimized airflow for extreme high-speed stability.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1208.jpg"}, ]} title="Engineering Perfection" description="Every component is meticulously crafted for unmatched performance." @@ -149,28 +104,17 @@ export default function LandingPage() {
@@ -233,29 +161,19 @@ export default function LandingPage() { logoText="BMW" columns={[ { - title: "Models", - items: [ + title: "Models", items: [ { - label: "M Series", - href: "#", - }, + label: "M Series", href: "#"}, { - label: "Electric", - href: "#", - }, + label: "Electric", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}