diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33fd925..b1fecac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -36,15 +36,15 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
- brandName="Premiere Auto Dealership"
+ brandName="Audestra"
/>
@@ -91,7 +91,7 @@ export default function LandingPage() {
{ id: "f4", title: "Customs Expertise", descriptions: ["Hassle-free clearance and registration."], imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg" },
{ id: "f5", title: "Dedicated Support", descriptions: ["Guidance from selection to final delivery."], imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg" }
]}
- title="Why Choose Premiere?"
+ title="Why Choose Audestra?"
description="We simplify the vehicle import process for you."
/>
@@ -103,12 +103,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- { id: "p1", name: "Toyota Premio", price: "$12,000", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg" },
- { id: "p2", name: "Honda CR-V", price: "$18,500", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg" },
- { id: "p3", name: "Suzuki Swift", price: "$9,500", variant: "Hatchback", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125868.jpg" },
- { id: "p4", name: "Nissan Sylphy", price: "$13,200", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32035.jpg" },
- { id: "p5", name: "Mitsubishi RVR", price: "$16,000", variant: "Van", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18026.jpg" },
- { id: "p6", name: "Lexus RX350", price: "$25,000", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-their-car_23-2148637297.jpg" }
+ { id: "p1", name: "Toyota Premio", price: "Inquire", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg" },
+ { id: "p2", name: "Honda CR-V", price: "Inquire", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg" },
+ { id: "p3", name: "Suzuki Swift", price: "Inquire", variant: "Hatchback", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125868.jpg" },
+ { id: "p4", name: "Nissan Sylphy", price: "Inquire", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32035.jpg" },
+ { id: "p5", name: "Mitsubishi RVR", price: "Inquire", variant: "Van", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18026.jpg" },
+ { id: "p6", name: "Lexus RX350", price: "Inquire", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-their-car_23-2148637297.jpg" }
]}
title="Recent Inventory"
description="High-quality vehicles available now."
@@ -129,7 +129,7 @@ export default function LandingPage() {
]}
showRating={true}
title="Customer Stories"
- description="See why locals trust us with their vehicle imports."
+ description="See why our global community trusts us."
/>
@@ -139,7 +139,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- { id: "m1", value: "1000+", title: "Vehicles Imported", items: ["Successfully delivered across Guyana"] },
+ { id: "m1", value: "1000+", title: "Vehicles Imported", items: ["Successfully delivered globally"] },
{ id: "m2", value: "5.0", title: "Average Rating", items: ["Rated by our satisfied community"] },
{ id: "m3", value: "10+", title: "Years Experience", items: ["Expertise in Japanese auto trade"] }
]}
@@ -153,9 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "q1", title: "How long does import take?", content: "Typically 6-8 weeks from Japan to Georgetown." },
- { id: "q2", title: "Do you offer financing?", content: "We work with local banks to assist in your process." },
- { id: "q3", title: "What fees are included?", content: "We cover all major handling and import logistics." }
+ { id: "q1", title: "How long does import take?", content: "Typically 6-8 weeks for global logistics." },
+ { id: "q2", title: "Do you offer financing?", content: "We coordinate with international banking partners to facilitate your import." },
+ { id: "q3", title: "What fees are included?", content: "All shipping, handling, and logistics management are covered." }
]}
title="Common Questions"
description="Answers to your import and purchase questions."
@@ -165,13 +165,13 @@ export default function LandingPage() {
@@ -180,11 +180,12 @@ export default function LandingPage() {