From 12b9781454d4b602b5bacc4b643332b84096c902 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:13:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 216 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 230092c..42bc85f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,39 +51,17 @@ export default function LandingPage() { description="Your premier gateway for importing high-end vehicles from Canada and the USA to Bulgaria. Direct, transparent, and professional." buttons={[ { - text: "View Inventory", - href: "#products", - }, + text: "View Inventory", href: "#products"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-headlight-lamp-motorcycle_74190-3875.jpg", - imageAlt: "Luxury US Car", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/car-dealership_23-2148130130.jpg", - imageAlt: "Canada SUV", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/car-seats-inside-car-close-up-photo_1303-31996.jpg", - imageAlt: "Sport Grille", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", - imageAlt: "Imported Vehicle", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg", - imageAlt: "Luxury Display", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17812.jpg", - imageAlt: "Performance Profile", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/vintage-headlight-lamp-motorcycle_74190-3875.jpg", imageAlt: "Luxury US Car" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-dealership_23-2148130130.jpg", imageAlt: "Canada SUV" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-seats-inside-car-close-up-photo_1303-31996.jpg", imageAlt: "Sport Grille" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Imported Vehicle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg", imageAlt: "Luxury Display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17812.jpg", imageAlt: "Performance Profile" } ]} /> @@ -100,25 +70,12 @@ export default function LandingPage() { @@ -129,33 +86,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Direct Sourcing", - descriptions: [ - "Transparent access to US and Canadian dealer auctions.", - "No hidden markups, competitive pricing.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746564.jpg", - }, - { - id: "f2", - title: "Full Logistic Support", - descriptions: [ - "End-to-end management from port to doorstep.", - "Secure, insured transportation and customs.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134540.jpg", - }, - { - id: "f3", - title: "Technical Inspection", - descriptions: [ - "Professional inspection reports for peace of mind.", - "Accurate condition assessments on all vehicles.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg", - }, + { id: "f1", title: "Direct Sourcing", descriptions: ["Transparent access to US and Canadian dealer auctions.", "No hidden markups, competitive pricing."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746564.jpg" }, + { id: "f2", title: "Full Logistic Support", descriptions: ["End-to-end management from port to doorstep.", "Secure, insured transportation and customs."], imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134540.jpg" }, + { id: "f3", title: "Technical Inspection", descriptions: ["Professional inspection reports for peace of mind.", "Accurate condition assessments on all vehicles."], imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg" } ]} title="Why choose our import service?" description="We simplify the complexity of international car imports to provide a seamless buying experience for the Bulgarian market." @@ -164,52 +97,17 @@ export default function LandingPage() {
@@ -343,21 +183,9 @@ export default function LandingPage() { logoText="AutoImport Bulgaria" copyrightText="© 2025 AutoImport Bulgaria. All rights reserved." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" } ]} /> -- 2.49.1