Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-25 23:32:08 +00:00
2 changed files with 46 additions and 176 deletions

View File

@@ -3,10 +3,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Clock, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -23,177 +21,49 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "Reviews",
id: "reviews",
href: "/reviews",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="White Bridge Auto Wash"
button={{
text: "Call Now",
href: "tel:+16153526388",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Reviews", id: "/reviews"},
{
name: "Contact", id: "/contact"},
]}
brandName="White Bridge Auto Wash"
button={{
text: "Call Now", href: "tel:+16153526388"}}
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactSplitForm
useInvertedBackground={false}
title="Get in Touch With Us"
description="Have a question, feedback, or need to schedule an appointment? Fill out the form below and we'll get back to you promptly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-united-states-america-map_23-2148232459.jpg?_wi=2"
imageAlt="Map showing White Bridge Auto Wash location in Nashville"
mediaAnimation="opacity"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
<div id="contact-location" data-section="contact-location">
<ContactSplitForm
title="Visit Us or Get in Touch"
description="We're conveniently located on White Bridge Pike. Stop by for a wash or fill out the form below to inquire about our services."
inputs={[
{name:"name",type:"text",placeholder:"Your Name",required:true},
{name:"phone",type:"tel",placeholder:"Your Phone Number",required:true}
]}
textarea={{name:"message",placeholder:"Tell us about your service interest...",rows:4}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/close-up-united-states-america-map_23-2148232459.jpg"
imageAlt="Map showing White Bridge Auto Wash location in Nashville"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Inquiry"
/>
</div>
<div id="location-hours" data-section="location-hours">
<SplitAbout
textboxLayout="default"
useInvertedBackground={false}
imagePosition="left"
title="Visit Our Convenient Nashville Location"
description="Located centrally on White Bridge Pike, we're easy to access from anywhere in Nashville. Stop by for a quick wash or schedule your detailing service."
tag="Find Us"
tagIcon={MapPin}
buttons={[
{
text: "Get Directions",
href: "https://maps.app.goo.gl/WhiteBridgeAutoWash",
},
]}
bulletPoints={[
{
title: "Address",
description: "123 White Bridge Pike, Nashville, TN 37209",
icon: MapPin,
},
{
title: "Hours",
description: "Mon-Sat: 8 AM - 7 PM, Sunday: 9 AM - 6 PM",
icon: Clock,
},
{
title: "Phone",
description: "(615) 123-4567",
icon: Phone,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193146.jpg?_wi=2"
imageAlt="Automatic car wash tunnel in action"
mediaAnimation="opacity"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Express Wash",
href: "/services#express",
},
{
label: "Full Service Wash",
href: "/services#signature",
},
{
label: "Detailing",
href: "/services#detailing",
},
{
label: "Memberships",
href: "/memberships",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Careers",
href: "/careers",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQ",
href: "/reviews#faq",
},
{
label: "Privacy Policy",
href: "/privacy",
},
],
},
]}
logoText="White Bridge Auto Wash"
copyrightText="© 2024 White Bridge Auto Wash. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="White Bridge Auto Wash"
leftLink={{text:"Privacy Policy",href:"#"}}
rightLink={{text:"Terms of Service",href:"#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah J.", role: "Local Resident", company: "Nashville", rating: 5,
text: "White Bridge Auto Wash is consistently the best car wash in Nashville. My car always looks showroom ready!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-car-showroom_1303-16352.jpg", imageAlt: "Happy customer after car wash"},
testimonial: "White Bridge Auto Wash is consistently the best car wash in Nashville. My car always looks showroom ready!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-car-showroom_1303-16352.jpg", imageAlt: "Happy customer after car wash"},
{
id: "2", name: "Mark T.", role: "Business Owner", company: "Nashville", rating: 5,
text: "Fast, efficient, and friendly service. I'm a regular here and wouldn't go anywhere else. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18023.jpg", imageAlt: "Man happy with clean car"},
testimonial: "Fast, efficient, and friendly service. I'm a regular here and wouldn't go anywhere else. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18023.jpg", imageAlt: "Man happy with clean car"},
{
id: "3", name: "Emily R.", role: "Daily Commuter", company: "Nashville", rating: 4,
text: "I love the attention to detail. Even a basic wash leaves my car spotless. The staff are always so kind.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "Woman smiling next to clean car"},
testimonial: "I love the attention to detail. Even a basic wash leaves my car spotless. The staff are always so kind.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "Woman smiling next to clean car"},
{
id: "4", name: "David P.", role: "Car Enthusiast", company: "Nashville", rating: 5,
text: "For someone who truly cares about their vehicle's appearance, White Bridge Auto Wash delivers excellence every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-looking-camera-isolated-white-background-with-copy-space_141793-65656.jpg", imageAlt: "Man with thumbs up for a clean car"},
testimonial: "For someone who truly cares about their vehicle's appearance, White Bridge Auto Wash delivers excellence every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-looking-camera-isolated-white-background-with-copy-space_141793-65656.jpg", imageAlt: "Man with thumbs up for a clean car"},
]}
kpiItems={[
{