Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -6,9 +6,9 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { Facebook, Film, Instagram } from "lucide-react";
|
||||
import { Facebook, Film, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "/inventory",
|
||||
},
|
||||
name: "Inventory", id: "/inventory"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "/brands",
|
||||
},
|
||||
name: "Brands", id: "/brands"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="userProvided"
|
||||
logoAlt="AtoZ Automotives Logo"
|
||||
@@ -58,7 +48,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Who We Are"
|
||||
description="AtoZ Automotives is more than just a showroom; it's a destination for two-wheeler enthusiasts across India. Established over 15 years ago, our mission has always been to provide an extensive range of motorcycles and scooters from all major brands, ensuring quality, transparency, and unmatched customer service. We believe in building lasting relationships with our customers by offering expert guidance, competitive pricing, and a seamless buying experience from start to finish. Our commitment to excellence has made us a trusted name in the automotive sector. \n\n**Why Choose Us?**\n- **Extensive Selection**: A wide array of models from Honda, TVS, Yamaha, Suzuki, Bajaj, Hero, and many more.\n- **Expert Guidance**: Our knowledgeable team helps you make informed decisions.\n- **Transparent Pricing**: Clear and competitive pricing with flexible financing options.\n- **Customer-Centric Service**: Dedicated after-sales support and assistance.\n- **Prime Location**: Easily accessible showroom in [Your City, India]."
|
||||
imageSrc="asset://about-detailed-showroom-interior"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571888.jpg"
|
||||
imageAlt="AtoZ Automotives showroom interior with bikes"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,29 +61,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "tm-1",
|
||||
name: "Sanjay Kapoor",
|
||||
role: "General Manager",
|
||||
description: "With over 20 years in the automotive industry, Sanjay leads our team with vision and a deep understanding of customer needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg",
|
||||
imageAlt: "Sanjay Kapoor portrait",
|
||||
},
|
||||
id: "tm-1", name: "Sanjay Kapoor", role: "General Manager", description: "With over 20 years in the automotive industry, Sanjay leads our team with vision and a deep understanding of customer needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg", imageAlt: "Sanjay Kapoor portrait", socialLinks: [{ icon: Linkedin, url: "#" }]},
|
||||
{
|
||||
id: "tm-2",
|
||||
name: "Pooja Mehta",
|
||||
role: "Sales & Customer Relations Head",
|
||||
description: "Pooja ensures every customer receives personalized attention and a smooth buying experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg",
|
||||
imageAlt: "Pooja Mehta portrait",
|
||||
},
|
||||
id: "tm-2", name: "Pooja Mehta", role: "Sales & Customer Relations Head", description: "Pooja ensures every customer receives personalized attention and a smooth buying experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg", imageAlt: "Pooja Mehta portrait", socialLinks: [{ icon: Linkedin, url: "#" }]},
|
||||
{
|
||||
id: "tm-3",
|
||||
name: "Ravi Kumar",
|
||||
role: "Chief Service Advisor",
|
||||
description: "Ravi's expertise keeps your ride in top condition, ensuring safety and performance for years to come.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg",
|
||||
imageAlt: "Ravi Kumar portrait",
|
||||
},
|
||||
id: "tm-3", name: "Ravi Kumar", role: "Chief Service Advisor", description: "Ravi's expertise keeps your ride in top condition, ensuring safety and performance for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg", imageAlt: "Ravi Kumar portrait", socialLinks: [{ icon: Linkedin, url: "#" }]},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our passionate professionals are here to guide you every step of the way."
|
||||
@@ -109,68 +81,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/atozautomotives",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/atozautomotives", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/atozautomotives",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/atozautomotives", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Film,
|
||||
href: "https://youtube.com/atozautomotives",
|
||||
ariaLabel: "YouTube",
|
||||
},
|
||||
]}
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Brands",
|
||||
href: "/brands",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Financing Options",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Service & Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
href: "https://youtube.com/atozautomotives", ariaLabel: "YouTube"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Facebook, Film, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function BrandsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "/inventory",
|
||||
},
|
||||
name: "Inventory", id: "/inventory"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "/brands",
|
||||
},
|
||||
name: "Brands", id: "/brands"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="userProvided"
|
||||
logoAlt="AtoZ Automotives Logo"
|
||||
@@ -60,47 +50,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Honda",
|
||||
description: "Known for reliability, fuel efficiency, and a wide range of commuter and premium bikes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg?_wi=2",
|
||||
imageAlt: "Honda logo",
|
||||
},
|
||||
title: "Honda", description: "Known for reliability, fuel efficiency, and a wide range of commuter and premium bikes.", imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg", imageAlt: "Honda logo"},
|
||||
{
|
||||
title: "TVS",
|
||||
description: "An Indian giant, offering innovative scooters and motorcycles with strong performance and value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/news-logo-collection-theme_23-2148460446.jpg?_wi=2",
|
||||
imageAlt: "TVS logo",
|
||||
},
|
||||
title: "TVS", description: "An Indian giant, offering innovative scooters and motorcycles with strong performance and value.", imageSrc: "http://img.b2bpic.net/free-vector/news-logo-collection-theme_23-2148460446.jpg", imageAlt: "TVS logo"},
|
||||
{
|
||||
title: "Yamaha",
|
||||
description: "Synonymous with performance and sporty designs, from commuters to premium bikes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-print-t-shirt-apparel-retro-artwork-black-white-fashion-printing_1284-37011.jpg?_wi=2",
|
||||
imageAlt: "Yamaha logo",
|
||||
},
|
||||
title: "Yamaha", description: "Synonymous with performance and sporty designs, from commuters to premium bikes.", imageSrc: "http://img.b2bpic.net/free-vector/vintage-print-t-shirt-apparel-retro-artwork-black-white-fashion-printing_1284-37011.jpg", imageAlt: "Yamaha logo"},
|
||||
{
|
||||
title: "Suzuki",
|
||||
description: "Offers powerful and stylish scooters and motorcycles known for their refined engineering.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-motorcycle-studio_23-2150781624.jpg",
|
||||
imageAlt: "Suzuki logo",
|
||||
},
|
||||
title: "Suzuki", description: "Offers powerful and stylish scooters and motorcycles known for their refined engineering.", imageSrc: "http://img.b2bpic.net/free-photo/cool-motorcycle-studio_23-2150781624.jpg", imageAlt: "Suzuki logo"},
|
||||
{
|
||||
title: "Bajaj",
|
||||
description: "A leader in the Indian market with popular brands like Pulsar and Platina, known for performance and mileage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg",
|
||||
imageAlt: "Bajaj logo",
|
||||
},
|
||||
title: "Bajaj", description: "A leader in the Indian market with popular brands like Pulsar and Platina, known for performance and mileage.", imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg", imageAlt: "Bajaj logo"},
|
||||
{
|
||||
title: "Hero MotoCorp",
|
||||
description: "The world's largest two-wheeler manufacturer by volume, offering reliable and affordable bikes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-crazy-wowan-with-extereme-life-lady-motorcycle-helmet-white-background-strabismus-young-girl-copy-space_343059-21.jpg",
|
||||
imageAlt: "Hero MotoCorp logo",
|
||||
},
|
||||
title: "Hero MotoCorp", description: "The world's largest two-wheeler manufacturer by volume, offering reliable and affordable bikes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-crazy-wowan-with-extereme-life-lady-motorcycle-helmet-white-background-strabismus-young-girl-copy-space_343059-21.jpg", imageAlt: "Hero MotoCorp logo"},
|
||||
{
|
||||
title: "Royal Enfield",
|
||||
description: "Iconic for its classic designs, powerful engines, and a legacy of adventure riding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-motorcycle-outdoors_23-2150849443.jpg",
|
||||
imageAlt: "Royal Enfield logo",
|
||||
},
|
||||
title: "Royal Enfield", description: "Iconic for its classic designs, powerful engines, and a legacy of adventure riding.", imageSrc: "http://img.b2bpic.net/free-photo/cool-motorcycle-outdoors_23-2150849443.jpg", imageAlt: "Royal Enfield logo"},
|
||||
]}
|
||||
title="Our Diverse Brand Portfolio"
|
||||
description="AtoZ Automotives partners with India's leading and most beloved two-wheeler brands, offering a comprehensive selection for every rider."
|
||||
@@ -114,29 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
description: "Serving the automotive industry in India with passion and expertise.",
|
||||
imageSrc: "asset://metric-years-experience",
|
||||
imageAlt: "Calendar icon representing years of experience",
|
||||
},
|
||||
id: "m-1", value: "15+", title: "Years of Experience", description: "Serving the automotive industry in India with passion and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/advanced-diagnostic-lab-with-metallic-equipment-sterile-testing-environment_482257-124278.jpg", imageAlt: "Calendar icon representing years of experience"},
|
||||
{
|
||||
id: "m-2",
|
||||
value: "10K+",
|
||||
title: "Vehicles Sold",
|
||||
description: "Helping thousands of riders find their perfect motorcycle or scooter.",
|
||||
imageSrc: "asset://metric-vehicles-sold",
|
||||
imageAlt: "Motorcycle icon representing vehicles sold",
|
||||
},
|
||||
id: "m-2", value: "10K+", title: "Vehicles Sold", description: "Helping thousands of riders find their perfect motorcycle or scooter.", imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-man-helmet_1157-43599.jpg", imageAlt: "Motorcycle icon representing vehicles sold"},
|
||||
{
|
||||
id: "m-3",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Our dedication to service ensures almost every customer leaves happy.",
|
||||
imageSrc: "asset://metric-customer-satisfaction",
|
||||
imageAlt: "Smiling face icon representing customer satisfaction",
|
||||
},
|
||||
id: "m-3", value: "98%", title: "Customer Satisfaction", description: "Our dedication to service ensures almost every customer leaves happy.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-dark-underground-parking_23-2147771348.jpg", imageAlt: "Smiling face icon representing customer satisfaction"},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Years of dedication and countless happy customers underscore our commitment to excellence."
|
||||
@@ -152,68 +96,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/atozautomotives",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/atozautomotives", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/atozautomotives",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/atozautomotives", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Film,
|
||||
href: "https://youtube.com/atozautomotives",
|
||||
ariaLabel: "YouTube",
|
||||
},
|
||||
]}
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Brands",
|
||||
href: "/brands",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Financing Options",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Service & Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
href: "https://youtube.com/atozautomotives", ariaLabel: "YouTube"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,22 +136,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1", name: "Shine 125", price: "₹ 79,800", rating: 5,
|
||||
id: "p-1", brand: "Honda", name: "Shine 125", price: "₹ 79,800", rating: 5,
|
||||
reviewCount: "1.2K", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-with-his-motorbike_23-2147860934.jpg", imageAlt: "Red Honda Shine 125 motorcycle"},
|
||||
{
|
||||
id: "p-2", name: "Jupiter 110", price: "₹ 73,340", rating: 4,
|
||||
id: "p-2", brand: "TVS", name: "Jupiter 110", price: "₹ 73,340", rating: 4,
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-couple-riding-motorbike-city-street_285396-3215.jpg", imageAlt: "Blue TVS Jupiter 110 scooter"},
|
||||
{
|
||||
id: "p-3", name: "FZ-S FI V3", price: "₹ 1,22,400", rating: 5,
|
||||
id: "p-3", brand: "Yamaha", name: "FZ-S FI V3", price: "₹ 1,22,400", rating: 5,
|
||||
reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189650.jpg", imageAlt: "Black Yamaha FZ-S FI V3 motorcycle"},
|
||||
{
|
||||
id: "p-4", name: "Access 125", price: "₹ 79,800", rating: 4,
|
||||
id: "p-4", brand: "Suzuki", name: "Access 125", price: "₹ 79,800", rating: 4,
|
||||
reviewCount: "1.1K", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-long-brown-hair-dressed-trendy-clothes-posing-with-white-retro-italian-scooter-city_613910-17602.jpg", imageAlt: "Grey Suzuki Access 125 scooter"},
|
||||
{
|
||||
id: "p-5", name: "Pulsar 150", price: "₹ 1,18,000", rating: 5,
|
||||
id: "p-5", brand: "Bajaj", name: "Pulsar 150", price: "₹ 1,18,000", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-biker-girl-wearing-black-leather-jacket-leaning-her-superbike-outside-building_613910-5914.jpg", imageAlt: "Red Bajaj Pulsar 150 motorcycle"},
|
||||
{
|
||||
id: "p-6", name: "Splendor Plus", price: "₹ 75,141", rating: 4,
|
||||
id: "p-6", brand: "Hero", name: "Splendor Plus", price: "₹ 75,141", rating: 4,
|
||||
reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-fashionable-biker-dressed-black-leather-jacket-with-sunglasses-sitting-his-custom-made-retro-motorcycle-his-young-brunette-girlfriend-who-leaning-his-shoulder_613910-18825.jpg", imageAlt: "Black Hero Splendor Plus motorcycle"},
|
||||
]}
|
||||
title="Popular Choices"
|
||||
|
||||
Reference in New Issue
Block a user