Merge version_1 into main #1
143
src/app/page.tsx
143
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Esdra’s Tire Shop"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Esdra’s Tire Shop"
|
||||
description="Premium tires, expert installation, and reliable service. Keep your journey safe with Esdra's."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31499.jpg"
|
||||
@@ -81,9 +68,7 @@ export default function LandingPage() {
|
||||
title="Quality Tire Service You Can Trust"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,28 +80,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Installation",
|
||||
title: "Professional Mounting",
|
||||
subtitle: "Precision handling",
|
||||
description: "Expert tire mounting and balancing for a smooth driving experience every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg",
|
||||
},
|
||||
tag: "Installation", title: "Professional Mounting", subtitle: "Precision handling", description: "Expert tire mounting and balancing for a smooth driving experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Maintenance",
|
||||
title: "Wheel Alignment",
|
||||
subtitle: "Safe handling",
|
||||
description: "Ensure your vehicle drives straight and tire wear is even with our alignment services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg",
|
||||
},
|
||||
tag: "Maintenance", title: "Wheel Alignment", subtitle: "Safe handling", description: "Ensure your vehicle drives straight and tire wear is even with our alignment services.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Repair",
|
||||
title: "Flat Repair",
|
||||
subtitle: "Quick recovery",
|
||||
description: "Fast and reliable tire patching and repair services to get you back on the road.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg",
|
||||
},
|
||||
tag: "Repair", title: "Flat Repair", subtitle: "Quick recovery", description: "Fast and reliable tire patching and repair services to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg"},
|
||||
]}
|
||||
title="Our Tire Services"
|
||||
description="Comprehensive care for your vehicle's wheels and tires to ensure peak performance."
|
||||
@@ -131,45 +101,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "Driver",
|
||||
company: "Local Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "Driver", company: "Local Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
role: " commuter",
|
||||
company: "Daily Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-man-car-showroom-selling-car_1303-16348.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", role: " commuter", company: "Daily Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-man-car-showroom-selling-car_1303-16348.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Ross",
|
||||
role: "Owner",
|
||||
company: "Service Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg",
|
||||
},
|
||||
id: "3", name: "Mike Ross", role: "Owner", company: "Service Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sara King",
|
||||
role: "Manager",
|
||||
company: "Loyal Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg",
|
||||
},
|
||||
id: "4", name: "Sara King", role: "Manager", company: "Loyal Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom White",
|
||||
role: "Traveler",
|
||||
company: "Road Warrior",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg",
|
||||
},
|
||||
id: "5", name: "Tom White", role: "Traveler", company: "Road Warrior", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg"},
|
||||
]}
|
||||
title="Trusted by Drivers"
|
||||
description="What our customers are saying about our service."
|
||||
@@ -178,30 +123,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency roadside assistance?",
|
||||
content: "Yes, we provide emergency roadside support for tire issues.",
|
||||
},
|
||||
id: "f1", title: "Do you offer emergency roadside assistance?", content: "Yes, we provide emergency roadside support for tire issues."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What tire brands do you carry?",
|
||||
content: "We carry a wide range of top-tier brands for all vehicle types.",
|
||||
},
|
||||
id: "f2", title: "What tire brands do you carry?", content: "We carry a wide range of top-tier brands for all vehicle types."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long does a standard tire mounting take?",
|
||||
content: "Usually about 45-60 minutes depending on vehicle type.",
|
||||
},
|
||||
id: "f3", title: "How long does a standard tire mounting take?", content: "Usually about 45-60 minutes depending on vehicle type."},
|
||||
]}
|
||||
ctaTitle="Need New Tires?"
|
||||
ctaDescription="Get in touch with Esdra's Tire Shop for a free quote or service booking."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@esdrastireshop.com",
|
||||
}}
|
||||
text: "Contact Us", href: "mailto:info@esdrastireshop.com"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -210,33 +145,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Esdra’s Tire Shop",
|
||||
items: [
|
||||
title: "Esdra’s Tire Shop", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user