Update src/app/page.tsx
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Khalsa Tyres"
|
||||
/>
|
||||
@@ -56,12 +44,9 @@ export default function LandingPage() {
|
||||
logoText="Khalsa Tyres"
|
||||
description="Your trusted local destination for quality tires, wheel balancing, and professional automotive care."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "View Services", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3789.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3789.jpg"
|
||||
imageAlt="Khalsa Tyres Workshop"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,10 +56,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quality Tire Service Since Day One"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,41 +68,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tire Replacement",
|
||||
description: "High-quality tires for all vehicle types with expert installation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-car-wheel_23-2149432974.jpg",
|
||||
imageAlt: "tire tread detail",
|
||||
},
|
||||
title: "Tire Replacement", description: "High-quality tires for all vehicle types with expert installation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-car-wheel_23-2149432974.jpg", imageAlt: "tire tread detail"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3789.jpg?_wi=2",
|
||||
imageAlt: "tire tread detail",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Wheel Balancing",
|
||||
description: "State-of-the-art precision balancing for a smooth and safe drive.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg",
|
||||
imageAlt: "tire balancing machine",
|
||||
},
|
||||
title: "Wheel Balancing", description: "State-of-the-art precision balancing for a smooth and safe drive.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg", imageAlt: "tire balancing machine"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1666.jpg?_wi=1",
|
||||
imageAlt: "tire tread detail",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Expert Consultation",
|
||||
description: "Need advice? Our professionals are here to help you select the right tires.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171240.jpg",
|
||||
imageAlt: "mechanic explaining tire service",
|
||||
},
|
||||
title: "Expert Consultation", description: "Need advice? Our professionals are here to help you select the right tires.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171240.jpg", imageAlt: "mechanic explaining tire service"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-making-selfie-car-show-room_1303-15592.jpg?_wi=1",
|
||||
imageAlt: "tire tread detail",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Our Tire Services"
|
||||
description="Comprehensive tire care and automotive solutions to keep you safe on the road."
|
||||
@@ -134,42 +98,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "All-Season Tire",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13838.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Winter Performance",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-wheel-close-up_23-2148777215.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "High Performance Sport",
|
||||
price: "$220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-pumping-up-tire-car-petrol-station_23-2148150109.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Off-Road Specialist",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476202.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Budget Saver Pro",
|
||||
price: "$90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/striped-black-wallpaper_1194-6565.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Eco Touring Tire",
|
||||
price: "$135",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grunge-texture-with-zig-zag_1048-3769.jpg",
|
||||
},
|
||||
{ id: "1", name: "All-Season Tire", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13838.jpg" },
|
||||
{ id: "2", name: "Winter Performance", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/bike-wheel-close-up_23-2148777215.jpg" },
|
||||
{ id: "3", name: "High Performance Sport", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-pumping-up-tire-car-petrol-station_23-2148150109.jpg" },
|
||||
{ id: "4", name: "Off-Road Specialist", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476202.jpg" },
|
||||
{ id: "5", name: "Budget Saver Pro", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/striped-black-wallpaper_1194-6565.jpg" },
|
||||
{ id: "6", name: "Eco Touring Tire", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/grunge-texture-with-zig-zag_1048-3769.jpg" },
|
||||
]}
|
||||
title="Popular Products"
|
||||
description="We stock top-tier tires from leading global brands."
|
||||
@@ -183,46 +117,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Harpreet Singh",
|
||||
role: "Local Customer",
|
||||
company: "Khalsa Tyres",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-making-selfie-car-show-room_1303-15592.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajiv Mehta",
|
||||
role: "Frequent User",
|
||||
company: "Khalsa Tyres",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Sharma",
|
||||
role: "Customer",
|
||||
company: "Khalsa Tyres",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36704.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
role: "Customer",
|
||||
company: "Khalsa Tyres",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anjali Kaur",
|
||||
role: "Customer",
|
||||
company: "Khalsa Tyres",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-customers-car-showroom-browsing-automobiles-catalog_482257-124583.jpg",
|
||||
},
|
||||
{ id: "1", name: "Harpreet Singh", role: "Local Customer", company: "Khalsa Tyres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-family-making-selfie-car-show-room_1303-15592.jpg" },
|
||||
{ id: "2", name: "Rajiv Mehta", role: "Frequent User", company: "Khalsa Tyres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg" },
|
||||
{ id: "3", name: "Priya Sharma", role: "Customer", company: "Khalsa Tyres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36704.jpg" },
|
||||
{ id: "4", name: "Vikram Singh", role: "Customer", company: "Khalsa Tyres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg" },
|
||||
{ id: "5", name: "Anjali Kaur", role: "Customer", company: "Khalsa Tyres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-customers-car-showroom-browsing-automobiles-catalog_482257-124583.jpg" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our local customers have to say about our service."
|
||||
@@ -233,21 +132,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer alignment services?",
|
||||
content: "Yes, we provide expert wheel alignment services for all types of vehicles.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does tire replacement take?",
|
||||
content: "Most replacements take under an hour.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you sell budget tires?",
|
||||
content: "Yes, we offer a range of affordable quality tires.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer alignment services?", content: "Yes, we provide expert wheel alignment services for all types of vehicles." },
|
||||
{ id: "2", title: "How long does tire replacement take?", content: "Most replacements take under an hour." },
|
||||
{ id: "3", title: "Do you sell budget tires?", content: "Yes, we offer a range of affordable quality tires." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our services."
|
||||
@@ -261,22 +148,11 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Have questions? Reach out or visit our workshop."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1666.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1666.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user