Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sabo Automotive"
|
||||
/>
|
||||
@@ -58,17 +43,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Auto Repair in Brooklyn"
|
||||
description="Expert automotive maintenance and repair services at Sabo Automotive. Serving the Brooklyn community with quality and integrity since our founding."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4971.jpg"
|
||||
imageAlt="Professional mechanic working on a car engine"
|
||||
/>
|
||||
@@ -80,18 +58,9 @@ export default function LandingPage() {
|
||||
title="Quality Automotive Care"
|
||||
description="With over 430+ 5-star reviews, Sabo Automotive is your trusted partner for all vehicle mechanical needs, from engine diagnostics to transmission repair."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.7",
|
||||
title: "Star Rating",
|
||||
},
|
||||
{
|
||||
value: "431",
|
||||
title: "Customer Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Service Guarantee",
|
||||
},
|
||||
{ value: "4.7", title: "Star Rating" },
|
||||
{ value: "431", title: "Customer Reviews" },
|
||||
{ value: "100%", title: "Service Guarantee" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-auto-repairer-working-shop-car_23-2150170002.jpg"
|
||||
imageAlt="Inside our clean, modern auto shop facility"
|
||||
@@ -108,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Engine Diagnostics",
|
||||
description: "Cutting-edge diagnostic tools to accurately identify issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1345.jpg",
|
||||
imageAlt: "Engine diagnostic scan",
|
||||
},
|
||||
title: "Engine Diagnostics", description: "Cutting-edge diagnostic tools to accurately identify issues.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1345.jpg", imageAlt: "Engine diagnostic scan"},
|
||||
{
|
||||
title: "Transmission Repair",
|
||||
description: "Expert maintenance and replacement for transmission systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19595.jpg",
|
||||
imageAlt: "Transmission service",
|
||||
},
|
||||
title: "Transmission Repair", description: "Expert maintenance and replacement for transmission systems.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19595.jpg", imageAlt: "Transmission service"},
|
||||
{
|
||||
title: "Brake & Tire Maintenance",
|
||||
description: "Safety inspection, brake repair, and professional wheel alignment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1595.jpg",
|
||||
imageAlt: "Brake and tire service",
|
||||
},
|
||||
title: "Brake & Tire Maintenance", description: "Safety inspection, brake repair, and professional wheel alignment.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1595.jpg", imageAlt: "Brake and tire service"},
|
||||
]}
|
||||
title="Comprehensive Repair Services"
|
||||
description="We offer a wide range of mechanical services for various makes and models including Audi, BMW, Toyota, Ford, and more."
|
||||
@@ -138,26 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "431+",
|
||||
title: "Trusted Reviews",
|
||||
description: "Happy customers serviced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg",
|
||||
},
|
||||
id: "m1", value: "431+", title: "Trusted Reviews", description: "Happy customers serviced.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Vehicle Makes",
|
||||
description: "Expertise across all major brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Vehicle Makes", description: "Expertise across all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
description: "Always ready to assist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technical-support-illustration_24908-61535.jpg",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Support Availability", description: "Always ready to assist.", imageSrc: "http://img.b2bpic.net/free-vector/technical-support-illustration_24908-61535.jpg"},
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Our commitment to quality automotive care translates into tangible performance and customer satisfaction metrics."
|
||||
@@ -170,60 +112,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
role: "Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-beautiful-female-holds-smart-phone-has-cheerful-expression-works-remotely-laptop-computer-drinks-smoothie-sits-against-cafe-interior-people-rest-lifestyle-concept_273609-3023.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark D.",
|
||||
role: "Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily P.",
|
||||
role: "Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David W.",
|
||||
role: "Customer",
|
||||
company: "Local Resident",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1403.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex R.", role: "Customer", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg" },
|
||||
{ id: "2", name: "Sarah K.", role: "Customer", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-beautiful-female-holds-smart-phone-has-cheerful-expression-works-remotely-laptop-computer-drinks-smoothie-sits-against-cafe-interior-people-rest-lifestyle-concept_273609-3023.jpg" },
|
||||
{ id: "3", name: "Mark D.", role: "Customer", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg" },
|
||||
{ id: "4", name: "Emily P.", role: "Customer", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg" },
|
||||
{ id: "5", name: "David W.", role: "Customer", company: "Local Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1403.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "431",
|
||||
label: "Total Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfied",
|
||||
},
|
||||
{ value: "4.7/5", label: "Average Rating" },
|
||||
{ value: "431", label: "Total Reviews" },
|
||||
{ value: "100%", label: "Satisfied" },
|
||||
]}
|
||||
title="Customer Experiences"
|
||||
description="Hear what our neighbors in Brooklyn are saying about their service experience at Sabo Automotive."
|
||||
@@ -234,15 +132,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Audi",
|
||||
"BMW",
|
||||
"Cadillac",
|
||||
"Mercedes-Benz",
|
||||
"Infiniti",
|
||||
"Volvo",
|
||||
"Toyota",
|
||||
]}
|
||||
names={["Audi", "BMW", "Cadillac", "Mercedes-Benz", "Infiniti", "Volvo", "Toyota"]}
|
||||
title="Major Automotive Brands Supported"
|
||||
description="We specialize in working with leading vehicle manufacturers."
|
||||
/>
|
||||
@@ -252,22 +142,11 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you perform NYS inspections?",
|
||||
content: "Yes, we are an official NYS safety and emissions inspection station.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What brands do you service?",
|
||||
content: "We handle all major brands including luxury imports and domestic vehicles.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you accept extended warranties?",
|
||||
content: "Yes, we accept various programs including CarShield, Geico, Allstate, and more.",
|
||||
},
|
||||
{ id: "1", title: "Do you perform NYS inspections?", content: "Yes, we are an official NYS safety and emissions inspection station." },
|
||||
{ id: "2", title: "What brands do you service?", content: "We handle all major brands including luxury imports and domestic vehicles." },
|
||||
{ id: "3", title: "Do you accept extended warranties?", content: "Yes, we accept various programs including CarShield, Geico, Allstate, and more." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-orders-engine-mockup-tablet_482257-91145.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -278,9 +157,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Schedule Your Repair"
|
||||
description="1259 McDonald Ave, Brooklyn, NY 11230 | Call us at (718) 377-2323"
|
||||
@@ -293,37 +170,17 @@ export default function LandingPage() {
|
||||
logoText="Sabo Automotive Repair"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Oil Change",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Diagnostics",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Brakes",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Oil Change", href: "#" },
|
||||
{ label: "Diagnostics", href: "#" },
|
||||
{ label: "Brakes", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
title: "Information", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Reviews", href: "#" },
|
||||
{ label: "Contact", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user