Merge version_2 into main #2
@@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Qaswa Ceylon - Sri Lanka's Premier Luxury Car Marketplace",
|
||||
description: "Discover premium luxury vehicles from verified dealers. Request quotes, book test drives, and manage your dealership with Qaswa Ceylon's advanced platform.",
|
||||
keywords: "luxury cars, premium vehicles, automotive marketplace, Sri Lanka, car dealership, vehicle listings, test drive booking, car quotes",
|
||||
metadataBase: new URL("https://qaswa.lk"),
|
||||
title: "Qaswa Ceylon - Sri Lanka's Premier Luxury Car Marketplace", description: "Discover premium luxury vehicles from verified dealers. Request quotes, book test drives, and manage your dealership with Qaswa Ceylon's advanced platform.", keywords: "luxury cars, premium vehicles, automotive marketplace, Sri Lanka, car dealership, vehicle listings, test drive booking, car quotes", metadataBase: new URL("https://qaswa.lk"),
|
||||
alternates: {
|
||||
canonical: "https://qaswa.lk",
|
||||
},
|
||||
canonical: "https://qaswa.lk"},
|
||||
openGraph: {
|
||||
title: "Qaswa Ceylon - Sri Lanka's Premier Luxury Car Marketplace",
|
||||
description: "Discover curated premium vehicles from trusted dealers. Request quotes, book test drives, and find your perfect car.",
|
||||
siteName: "Qaswa Ceylon",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Qaswa Ceylon - Sri Lanka's Premier Luxury Car Marketplace", description: "Discover curated premium vehicles from trusted dealers. Request quotes, book test drives, and find your perfect car.", siteName: "Qaswa Ceylon", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg",
|
||||
alt: "Qaswa Ceylon - Luxury Car Marketplace",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg", alt: "Qaswa Ceylon - Luxury Car Marketplace"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Qaswa Ceylon - Luxury Cars in Sri Lanka",
|
||||
description: "Find your perfect premium vehicle. Transparent pricing, verified dealers, seamless transactions.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg",
|
||||
],
|
||||
card: "summary_large_image", title: "Qaswa Ceylon - Luxury Cars in Sri Lanka", description: "Find your perfect premium vehicle. Transparent pricing, verified dealers, seamless transactions.", images: [
|
||||
"http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1440,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
312
src/app/page.tsx
312
src/app/page.tsx
@@ -78,16 +78,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Luxury Vehicles", href: "/vehicles" },
|
||||
{ text: "Browse Vehicles Now", href: "/vehicles" },
|
||||
{ text: "List Your Dealership", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Live Marketplace Metrics",
|
||||
logoIcon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg?_wi=1",
|
||||
searchPlaceholder: "Search by brand, model, year...",
|
||||
buttons: [
|
||||
title: "Live Marketplace Metrics", logoIcon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg?_wi=1", searchPlaceholder: "Search by brand, model, year...", buttons: [
|
||||
{ text: "Browse Vehicles", href: "/vehicles" },
|
||||
{ text: "Request Quote", href: "/contact" },
|
||||
],
|
||||
@@ -99,38 +96,28 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Active Listings",
|
||||
values: [1240, 1580, 1890],
|
||||
description: "Premium vehicles available",
|
||||
},
|
||||
title: "Active Listings", values: [1240, 1580, 1890],
|
||||
description: "Premium vehicles available"},
|
||||
{
|
||||
title: "Verified Dealers",
|
||||
values: [45, 52, 68],
|
||||
description: "Trusted dealership partners",
|
||||
},
|
||||
title: "Verified Dealers", values: [45, 52, 68],
|
||||
description: "Trusted dealership partners"},
|
||||
{
|
||||
title: "Monthly Transactions",
|
||||
values: [320, 450, 580],
|
||||
description: "Successful vehicle purchases",
|
||||
},
|
||||
title: "Monthly Transactions", values: [320, 450, 580],
|
||||
description: "Successful vehicle purchases"},
|
||||
],
|
||||
chartTitle: "Vehicle Inquiries Trend",
|
||||
chartData: [
|
||||
chartTitle: "Vehicle Inquiries Trend", chartData: [
|
||||
{ value: 120 },
|
||||
{ value: 180 },
|
||||
{ value: 150 },
|
||||
{ value: 220 },
|
||||
{ value: 280 },
|
||||
],
|
||||
listTitle: "Recent Activity",
|
||||
listItems: [
|
||||
listTitle: "Recent Activity", listItems: [
|
||||
{ icon: CheckCircle, title: "Quote Accepted", status: "Completed" },
|
||||
{ icon: Calendar, title: "Test Drive Booked", status: "Scheduled" },
|
||||
{
|
||||
icon: MessageSquareText,
|
||||
title: "Seller Message",
|
||||
status: "New",
|
||||
},
|
||||
title: "Seller Message", status: "New"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -149,31 +136,16 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mercedes-Benz S-Class 2024",
|
||||
price: "LKR 8,500,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=1",
|
||||
imageAlt: "Mercedes-Benz S-Class",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Mercedes-Benz S-Class 2024", price: "LKR 8,500,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=1", imageAlt: "Mercedes-Benz S-Class", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "BMW X7 Premium 2023",
|
||||
price: "LKR 7,200,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=1",
|
||||
imageAlt: "BMW X7 Premium",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "BMW X7 Premium 2023", price: "LKR 7,200,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=1", imageAlt: "BMW X7 Premium", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Porsche Cayenne Turbo 2024",
|
||||
price: "LKR 9,100,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=1",
|
||||
imageAlt: "Porsche Cayenne Turbo",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Porsche Cayenne Turbo 2024", price: "LKR 9,100,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=1", imageAlt: "Porsche Cayenne Turbo", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -191,40 +163,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Secure Transactions",
|
||||
description:
|
||||
"End-to-end encryption and verified seller verification ensure safe, transparent vehicle purchases with confidence",
|
||||
},
|
||||
title: "Secure Transactions", description:
|
||||
"End-to-end encryption and verified seller verification ensure safe, transparent vehicle purchases with confidence"},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Direct Seller Communication",
|
||||
description:
|
||||
"WhatsApp, chat, and email integration for real-time communication directly with dealers and negotiation",
|
||||
},
|
||||
title: "Direct Seller Communication", description:
|
||||
"WhatsApp, chat, and email integration for real-time communication directly with dealers and negotiation"},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Test Drive Booking",
|
||||
description:
|
||||
"Flexible appointment scheduling system allowing buyers to book and manage test drives with verified dealers",
|
||||
},
|
||||
title: "Test Drive Booking", description:
|
||||
"Flexible appointment scheduling system allowing buyers to book and manage test drives with verified dealers"},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Quote System",
|
||||
description:
|
||||
"Request and receive detailed quotes with transparent pricing, financing options, and complete vehicle specifications",
|
||||
},
|
||||
title: "Quote System", description:
|
||||
"Request and receive detailed quotes with transparent pricing, financing options, and complete vehicle specifications"},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Advanced Analytics",
|
||||
description:
|
||||
"Real-time inventory tracking, lead management, and performance metrics for dealer optimization and growth",
|
||||
},
|
||||
title: "Advanced Analytics", description:
|
||||
"Real-time inventory tracking, lead management, and performance metrics for dealer optimization and growth"},
|
||||
{
|
||||
icon: Bot,
|
||||
title: "AI Chatbot Support",
|
||||
description:
|
||||
"24/7 intelligent customer support providing instant answers, recommendations, and assistance throughout the buying journey",
|
||||
},
|
||||
title: "AI Chatbot Support", description:
|
||||
"24/7 intelligent customer support providing instant answers, recommendations, and assistance throughout the buying journey"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,14 +197,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Colombo Automotive Group",
|
||||
"Kandy Premium Motors",
|
||||
"Galle Coast Luxury Cars",
|
||||
"Jaffna Elite Vehicles",
|
||||
"Matara Heritage Motors",
|
||||
"Negombo Prestige Auto",
|
||||
"Batticaloa Luxury Imports",
|
||||
]}
|
||||
"Colombo Automotive Group", "Kandy Premium Motors", "Galle Coast Luxury Cars", "Jaffna Elite Vehicles", "Matara Heritage Motors", "Negombo Prestige Auto", "Batticaloa Luxury Imports"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -261,61 +214,32 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter Plan",
|
||||
badgeIcon: Sparkles,
|
||||
price: "LKR 29,999",
|
||||
subtitle: "Perfect for independent dealers and small showrooms",
|
||||
buttons: [
|
||||
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
|
||||
price: "LKR 29,999", subtitle: "Perfect for independent dealers and small showrooms", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 50 vehicle listings",
|
||||
"Basic analytics dashboard",
|
||||
"WhatsApp & email support",
|
||||
"Quote system access",
|
||||
"Mobile-optimized storefront",
|
||||
],
|
||||
"Up to 50 vehicle listings", "Basic analytics dashboard", "WhatsApp & email support", "Quote system access", "Mobile-optimized storefront"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Professional Plan",
|
||||
badgeIcon: Award,
|
||||
price: "LKR 79,999",
|
||||
subtitle: "Ideal for established dealerships with growing inventory",
|
||||
buttons: [
|
||||
id: "professional", badge: "Professional Plan", badgeIcon: Award,
|
||||
price: "LKR 79,999", subtitle: "Ideal for established dealerships with growing inventory", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 500 vehicle listings",
|
||||
"Advanced analytics & reporting",
|
||||
"Priority customer support",
|
||||
"Lead management system",
|
||||
"Financing integration",
|
||||
"CMS control dashboard",
|
||||
],
|
||||
"Up to 500 vehicle listings", "Advanced analytics & reporting", "Priority customer support", "Lead management system", "Financing integration", "CMS control dashboard"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise Plan",
|
||||
badgeIcon: Zap,
|
||||
price: "Custom",
|
||||
subtitle:
|
||||
"Comprehensive solution for multi-location dealership groups",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise Plan", badgeIcon: Zap,
|
||||
price: "Custom", subtitle:
|
||||
"Comprehensive solution for multi-location dealership groups", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited vehicle listings",
|
||||
"Full CMS control",
|
||||
"White-label customization",
|
||||
"API integration",
|
||||
"Dedicated account manager",
|
||||
"Custom analytics reports",
|
||||
],
|
||||
"Unlimited vehicle listings", "Full CMS control", "White-label customization", "API integration", "Dedicated account manager", "Custom analytics reports"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -330,83 +254,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajith Fernando, CEO - Colombo Automotive Group",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Transformational partnership for our dealership",
|
||||
quote:
|
||||
"Qaswa Ceylon has revolutionized how we reach qualified buyers. Our inventory visibility increased by 300% within the first quarter, and the lead quality is exceptional. The team's support has been instrumental in our growth.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Rajith Fernando, CEO - Colombo Automotive Group", date: "Date: 15 November 2024", title: "Transformational partnership for our dealership", quote:
|
||||
"Qaswa Ceylon has revolutionized how we reach qualified buyers. Our inventory visibility increased by 300% within the first quarter, and the lead quality is exceptional. The team's support has been instrumental in our growth.", tag: "Professional Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nalini Perera, Marketing Director - Kandy Premium Motors",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Best platform for premium vehicle sales in Sri Lanka",
|
||||
quote:
|
||||
"The platform's advanced features and seamless dealer experience have made vehicle management incredibly efficient. Our sales team loves the integrated communication tools and analytics dashboard.",
|
||||
tag: "Professional Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/deal-approval-arrangement-union-alliance-factors_53876-13788.jpg",
|
||||
},
|
||||
id: "2", name: "Nalini Perera, Marketing Director - Kandy Premium Motors", date: "Date: 22 October 2024", title: "Best platform for premium vehicle sales in Sri Lanka", quote:
|
||||
"The platform's advanced features and seamless dealer experience have made vehicle management incredibly efficient. Our sales team loves the integrated communication tools and analytics dashboard.", tag: "Professional Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/deal-approval-arrangement-union-alliance-factors_53876-13788.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ashok Kumar, Independent Dealer - Galle Coast Luxury Cars",
|
||||
date: "Date: 08 September 2024",
|
||||
title: "Affordable luxury car selling platform",
|
||||
quote:
|
||||
"As a smaller dealership, we needed an affordable yet comprehensive platform. Qaswa Ceylon delivered exactly that. The user interface is intuitive, and we've successfully closed deals we wouldn't have found otherwise.",
|
||||
tag: "Starter Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Ashok Kumar, Independent Dealer - Galle Coast Luxury Cars", date: "Date: 08 September 2024", title: "Affordable luxury car selling platform", quote:
|
||||
"As a smaller dealership, we needed an affordable yet comprehensive platform. Qaswa Ceylon delivered exactly that. The user interface is intuitive, and we've successfully closed deals we wouldn't have found otherwise.", tag: "Starter Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Wickramasinghe, Buyer - Colombo",
|
||||
date: "Date: 20 August 2024",
|
||||
title: "Transparent and professional luxury car buying experience",
|
||||
quote:
|
||||
"I found my dream car on Qaswa Ceylon. The platform made it easy to compare options, request quotes, and communicate directly with dealers. The entire process was transparent and stress-free.",
|
||||
tag: "Customer Experience",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Priya Wickramasinghe, Buyer - Colombo", date: "Date: 20 August 2024", title: "Transparent and professional luxury car buying experience", quote:
|
||||
"I found my dream car on Qaswa Ceylon. The platform made it easy to compare options, request quotes, and communicate directly with dealers. The entire process was transparent and stress-free.", tag: "Customer Experience", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Samantha De Silva, Finance Manager - Jaffna Elite Vehicles",
|
||||
date: "Date: 05 July 2024",
|
||||
title: "Exceptional CMS control and flexibility",
|
||||
quote:
|
||||
"The CMS dashboard gives us complete control over our inventory and pricing. Real-time updates, detailed analytics, and the ability to manage multiple locations from one platform has been game-changing for our business.",
|
||||
tag: "Enterprise Plan",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg",
|
||||
},
|
||||
id: "5", name: "Samantha De Silva, Finance Manager - Jaffna Elite Vehicles", date: "Date: 05 July 2024", title: "Exceptional CMS control and flexibility", quote:
|
||||
"The CMS dashboard gives us complete control over our inventory and pricing. Real-time updates, detailed analytics, and the ability to manage multiple locations from one platform has been game-changing for our business.", tag: "Enterprise Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/car-instructor-explaining-city-traffic-rules-before-driving-car_342744-678.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Thompson, Luxury Car Enthusiast - Mount Lavinia",
|
||||
date: "Date: 12 June 2024",
|
||||
title: "Finally, a trustworthy premium car marketplace in Sri Lanka",
|
||||
quote:
|
||||
"Verified dealers, transparent pricing, and professional service make Qaswa Ceylon stand out. I've recommended it to several friends, and we've all had positive experiences buying luxury vehicles.",
|
||||
tag: "Customer Experience",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "Marcus Thompson, Luxury Car Enthusiast - Mount Lavinia", date: "Date: 12 June 2024", title: "Finally, a trustworthy premium car marketplace in Sri Lanka", quote:
|
||||
"Verified dealers, transparent pricing, and professional service make Qaswa Ceylon stand out. I've recommended it to several friends, and we've all had positive experiences buying luxury vehicles.", tag: "Customer Experience", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -422,53 +298,29 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I request a quote for a vehicle?",
|
||||
content:
|
||||
"Browse our vehicle listings, select any vehicle that interests you, and click 'Request Quote'. Provide your contact details and preferred communication method. Our dealer will respond with a detailed quote within 24 hours. You can also communicate directly with the dealer via WhatsApp, email, or chat.",
|
||||
},
|
||||
id: "1", title: "How do I request a quote for a vehicle?", content:
|
||||
"Browse our vehicle listings, select any vehicle that interests you, and click 'Request Quote'. Provide your contact details and preferred communication method. Our dealer will respond with a detailed quote within 24 hours. You can also communicate directly with the dealer via WhatsApp, email, or chat."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What verification process do dealers go through?",
|
||||
content:
|
||||
"All dealers on Qaswa Ceylon undergo a rigorous verification process including business registration verification, insurance validation, and customer reference checks. We continuously monitor dealer performance and maintain strict quality standards to ensure buyer protection.",
|
||||
},
|
||||
id: "2", title: "What verification process do dealers go through?", content:
|
||||
"All dealers on Qaswa Ceylon undergo a rigorous verification process including business registration verification, insurance validation, and customer reference checks. We continuously monitor dealer performance and maintain strict quality standards to ensure buyer protection."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are the prices on Qaswa Ceylon final?",
|
||||
content:
|
||||
"Listed prices are indicative and serve as starting points for negotiation. We encourage direct communication between buyers and dealers to discuss pricing, available financing options, and any promotional offers. Most dealers are open to negotiation.",
|
||||
},
|
||||
id: "3", title: "Are the prices on Qaswa Ceylon final?", content:
|
||||
"Listed prices are indicative and serve as starting points for negotiation. We encourage direct communication between buyers and dealers to discuss pricing, available financing options, and any promotional offers. Most dealers are open to negotiation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I book a test drive?",
|
||||
content:
|
||||
"Once you've found a vehicle you're interested in, use our integrated Test Drive Booking system to select a convenient time. The dealer will confirm your appointment immediately. You can modify or cancel bookings up to 24 hours before the scheduled time.",
|
||||
},
|
||||
id: "4", title: "How do I book a test drive?", content:
|
||||
"Once you've found a vehicle you're interested in, use our integrated Test Drive Booking system to select a convenient time. The dealer will confirm your appointment immediately. You can modify or cancel bookings up to 24 hours before the scheduled time."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What financing options are available?",
|
||||
content:
|
||||
"We've integrated with major Sri Lankan financial institutions to offer flexible financing solutions. The Quote System will display available financing options, interest rates, and EMI calculations. Our advisors can also help with financing recommendations.",
|
||||
},
|
||||
id: "5", title: "What financing options are available?", content:
|
||||
"We've integrated with major Sri Lankan financial institutions to offer flexible financing solutions. The Quote System will display available financing options, interest rates, and EMI calculations. Our advisors can also help with financing recommendations."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How secure is my personal information?",
|
||||
content:
|
||||
"Your data security is our top priority. We use end-to-end encryption, secure servers, and comply with international data protection standards. Personal information is never shared without your consent, and all transactions are protected.",
|
||||
},
|
||||
id: "6", title: "How secure is my personal information?", content:
|
||||
"Your data security is our top priority. We use end-to-end encryption, secure servers, and comply with international data protection standards. Personal information is never shared without your consent, and all transactions are protected."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I list my dealership on Qaswa Ceylon?",
|
||||
content:
|
||||
"Yes! We're actively recruiting verified dealership partners. Contact our Dealer Partnership team at dealers@qaswa.lk with your business details. We'll guide you through our verification process and help you choose the right plan.",
|
||||
},
|
||||
id: "7", title: "Can I list my dealership on Qaswa Ceylon?", content:
|
||||
"Yes! We're actively recruiting verified dealership partners. Contact our Dealer Partnership team at dealers@qaswa.lk with your business details. We'll guide you through our verification process and help you choose the right plan."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What should I do if I have an issue with a transaction?",
|
||||
content:
|
||||
"Our customer support team is available 24/7 via WhatsApp, email, and chat. We have a dispute resolution process to ensure fair outcomes. Contact support@qaswa.lk or use the chat feature in your account dashboard.",
|
||||
},
|
||||
id: "8", title: "What should I do if I have an issue with a transaction?", content:
|
||||
"Our customer support team is available 24/7 via WhatsApp, email, and chat. We have a dispute resolution process to ensure fair outcomes. Contact support@qaswa.lk or use the chat feature in your account dashboard."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -522,4 +374,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user