Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-12 22:05:37 +00:00

View File

@@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { Facebook, Film, Instagram } from "lucide-react";
export default function LandingPage() {
export default function ContactPage() {
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,30 +50,15 @@ export default function LandingPage() {
description="Visit us or use the form below for any inquiries. We're here to help you find your perfect ride!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
name: "name", type: "text", placeholder: "Your Name", required: true},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
name: "email", type: "email", placeholder: "Your Email", required: true},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
required: true,
}}
imageSrc="asset://contact-showroom-exterior"
name: "message", placeholder: "Your Message", rows: 4, required: true}}
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-3165.jpg"
imageAlt="AtoZ Automotives showroom exterior with location map"
mediaAnimation="slide-up"
buttonText="Send Message"
@@ -100,35 +75,11 @@ export default function LandingPage() {
description="Stay informed with the newest launches, riding tips, and automotive insights from AtoZ Automotives."
blogs={[
{
id: "blog-1",
category: "New Launches",
title: "The Future is Electric: Latest EV Scooters Arrive!",
excerpt: "Explore the exciting new range of electric scooters offering sustainable and efficient urban commutes.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-electric-scooter-ecological-transport_1153-9088.jpg",
imageAlt: "Electric scooter charging in urban setting",
authorName: "AtoZ Editorial",
authorAvatar: "userProvided",
date: "July 1, 2024",
},
id: "blog-1", category: "New Launches", title: "The Future is Electric: Latest EV Scooters Arrive!", excerpt: "Explore the exciting new range of electric scooters offering sustainable and efficient urban commutes.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-electric-scooter-ecological-transport_1153-9088.jpg", imageAlt: "Electric scooter charging in urban setting", authorName: "AtoZ Editorial", authorAvatar: "userProvided", date: "July 1, 2024"},
{
id: "blog-2",
category: "Riding Tips",
title: "Top 5 Tips for Safe Monsoon Riding",
excerpt: "Prepare for the rainy season with our essential safety tips for two-wheeler riders.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-bandana-motorbike_273609-5496.jpg",
imageAlt: "Motorcycle rider in rain gear on wet road",
authorName: "AtoZ Experts",
authorAvatar: "userProvided",
date: "June 15, 2024",
},
id: "blog-2", category: "Riding Tips", title: "Top 5 Tips for Safe Monsoon Riding", excerpt: "Prepare for the rainy season with our essential safety tips for two-wheeler riders.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-bandana-motorbike_273609-5496.jpg", imageAlt: "Motorcycle rider in rain gear on wet road", authorName: "AtoZ Experts", authorAvatar: "userProvided", date: "June 15, 2024"},
{
id: "blog-3",
category: "Financing",
title: "Demystifying Bike Loans: Your Complete Guide",
excerpt: "Understand the process, eligibility, and best practices for securing a two-wheeler loan.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-trip-concept-with-thinking-guy-medical-mask-sitting-motorcycle-with-yellow-suitcase-it-holding-ticket_179666-40232.jpg",
imageAlt: "Person reviewing loan documents for a bike",
},
id: "blog-3", category: "Financing", title: "Demystifying Bike Loans: Your Complete Guide", excerpt: "Understand the process, eligibility, and best practices for securing a two-wheeler loan.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-trip-concept-with-thinking-guy-medical-mask-sitting-motorcycle-with-yellow-suitcase-it-holding-ticket_179666-40232.jpg", imageAlt: "Person reviewing loan documents for a bike", authorName: "AtoZ Finance", authorAvatar: "userProvided", date: "May 22, 2024"}
]}
/>
</div>
@@ -142,68 +93,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>