Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
141
src/app/page.tsx
141
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="West Village Auto Repair"
|
||||
/>
|
||||
@@ -56,36 +48,22 @@ export default function LandingPage() {
|
||||
description="NYC's most trusted neighborhood auto repair shop. Honest pricing, expert hands, and service that actually makes your day better."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "tel:+12125551234",
|
||||
},
|
||||
text: "Schedule Service", href: "tel:+12125551234"},
|
||||
{
|
||||
text: "See Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
text: "See Reviews", href: "#reviews"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-lab-with-industrial-architecture-equipped-with-storage-cabinets_482257-124402.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940755.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940755.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ locals"
|
||||
/>
|
||||
@@ -98,19 +76,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Serving",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Serving", value: "15+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Reviews",
|
||||
value: "174+",
|
||||
},
|
||||
label: "Google Reviews", value: "174+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Avg Rating",
|
||||
value: "4.4",
|
||||
},
|
||||
label: "Avg Rating", value: "4.4"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,20 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Oil Change",
|
||||
description: "Full synthetic and standard oil services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-wrenches_23-2148428252.jpg",
|
||||
},
|
||||
title: "Oil Change", description: "Full synthetic and standard oil services.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-wrenches_23-2148428252.jpg"},
|
||||
{
|
||||
title: "Tire Service",
|
||||
description: "Professional installation and alignment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/atv-with-broken-wheel-auto-service-workshop-is-waiting-be-fixed_613910-17465.jpg",
|
||||
},
|
||||
title: "Tire Service", description: "Professional installation and alignment.", imageSrc: "http://img.b2bpic.net/free-photo/atv-with-broken-wheel-auto-service-workshop-is-waiting-be-fixed_613910-17465.jpg"},
|
||||
{
|
||||
title: "Brake Repair",
|
||||
description: "Expert pad, rotor, and fluid services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1593.jpg",
|
||||
},
|
||||
title: "Brake Repair", description: "Expert pad, rotor, and fluid services.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-tyre-using-flashlight_1170-1593.jpg"},
|
||||
]}
|
||||
title="Full-Service Auto Care"
|
||||
description="Expert services for all makes and models, from daily drivers to luxury imports."
|
||||
@@ -149,32 +112,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amy Hamm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg",
|
||||
},
|
||||
id: "1", name: "Amy Hamm", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Teresa Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
id: "2", name: "Teresa Ross", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ben Lebowitz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940755.jpg",
|
||||
},
|
||||
id: "3", name: "Ben Lebowitz", imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940755.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David King",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg",
|
||||
},
|
||||
id: "5", name: "David King", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg"},
|
||||
]}
|
||||
cardTitle="Neighborhood Testimonials"
|
||||
cardTag="Verified Local Clients"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -183,14 +132,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to get started? Call us at (212) 555-1234 or visit our West Village shop today. We're here Monday through Saturday."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:+12125551234",
|
||||
},
|
||||
text: "Book Now", href: "tel:+12125551234"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,46 +145,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Oil Change",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Oil Change", href: "#services"},
|
||||
{
|
||||
label: "Tires",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tires", href: "#services"},
|
||||
{
|
||||
label: "Brakes",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Brakes", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Mon-Fri: 8am-6pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Fri: 8am-6pm", href: "#"},
|
||||
{
|
||||
label: "Sat: 9am-4pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sat: 9am-4pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(212) 555-1234",
|
||||
href: "tel:+12125551234",
|
||||
},
|
||||
label: "(212) 555-1234", href: "tel:+12125551234"},
|
||||
{
|
||||
label: "View Map",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "View Map", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user