Merge version_1 into main #2
423
src/app/page.tsx
423
src/app/page.tsx
@@ -14,314 +14,139 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Bob Appliance Repair"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bob Appliance Repair"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Fast, Reliable Appliance Repair in Davis, CA"
|
||||
description="Bob Appliance Repair provides same-day service for all major home appliances. Get your washer, dryer, or refrigerator back up and running today. Locally owned and trusted by your neighbors."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jennifer K.",
|
||||
handle: "Davis Resident",
|
||||
testimonial: "My oven stopped heating right before a dinner party. Bob came out the same day and fixed it! So glad I called local.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "Davis Resident",
|
||||
testimonial: "Washer wouldn't spin. Bob was professional, clear about the price, and had it running in an hour. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Susan P.",
|
||||
handle: "Davis Resident",
|
||||
testimonial: "Reliable and honest. Didn't try to upsell me. Bob fixed my dryer quickly. Best in Yolo County.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "Davis Resident",
|
||||
testimonial: "Fastest repair service I've ever used in Davis. Professional and friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "Davis Resident",
|
||||
testimonial: "Fantastic service. Saved me from buying a new fridge. Extremely knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (530) 631-0303",
|
||||
href: "tel:5306310303",
|
||||
},
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg",
|
||||
alt: "Jennifer K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg",
|
||||
alt: "Mark D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg",
|
||||
alt: "Susan P.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg",
|
||||
alt: "David M.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg",
|
||||
alt: "Elena R.",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ locals"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Fast, Reliable Appliance Repair in Davis, CA"
|
||||
description="Bob Appliance Repair provides same-day service for all major home appliances. Get your washer, dryer, or refrigerator back up and running today. Locally owned and trusted by your neighbors."
|
||||
testimonials={[
|
||||
{ name: "Jennifer K.", handle: "Davis Resident", testimonial: "My oven stopped heating right before a dinner party. Bob came out the same day and fixed it! So glad I called local.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg" },
|
||||
{ name: "Mark D.", handle: "Davis Resident", testimonial: "Washer wouldn't spin. Bob was professional, clear about the price, and had it running in an hour. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg" },
|
||||
{ name: "Susan P.", handle: "Davis Resident", testimonial: "Reliable and honest. Didn't try to upsell me. Bob fixed my dryer quickly. Best in Yolo County.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg" },
|
||||
{ name: "David M.", handle: "Davis Resident", testimonial: "Fastest repair service I've ever used in Davis. Professional and friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg" },
|
||||
{ name: "Elena R.", handle: "Davis Resident", testimonial: "Fantastic service. Saved me from buying a new fridge. Extremely knowledgeable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Call (530) 631-0303", href: "tel:5306310303" }, { text: "Schedule Service", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg", alt: "Jennifer K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg", alt: "Mark D." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", alt: "Susan P." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg", alt: "David M." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg", alt: "Elena R." },
|
||||
]}
|
||||
avatarText="Trusted by 500+ locals"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Washer & Dryer Repair",
|
||||
description: "Fixing leaks, spinning issues, and failure to heat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-thinking-repairman-standing-near-washing-machine-tools-bag-white-wall_140725-143743.jpg",
|
||||
},
|
||||
{
|
||||
title: "Refrigerator & Freezer Repair",
|
||||
description: "Addressing temperature control issues and cooling failures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176713.jpg",
|
||||
},
|
||||
{
|
||||
title: "Oven & Stove Repair",
|
||||
description: "Repairing heating elements, igniters, and burners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-repairman-holding-stethoscope-sitting-near-washer-white-wall_140725-142394.jpg",
|
||||
},
|
||||
]}
|
||||
title="Professional Appliance Repair Services"
|
||||
description="We specialize in diagnosing and fixing common issues for major household appliances in the Davis area."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Washer & Dryer Repair", description: "Fixing leaks, spinning issues, and failure to heat.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-thinking-repairman-standing-near-washing-machine-tools-bag-white-wall_140725-143743.jpg" },
|
||||
{ title: "Refrigerator & Freezer Repair", description: "Addressing temperature control issues and cooling failures.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176713.jpg" },
|
||||
{ title: "Oven & Stove Repair", description: "Repairing heating elements, igniters, and burners.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-repairman-holding-stethoscope-sitting-near-washer-white-wall_140725-142394.jpg" },
|
||||
]}
|
||||
title="Professional Appliance Repair Services"
|
||||
description="We specialize in diagnosing and fixing common issues for major household appliances in the Davis area."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Davis Chooses Bob Appliance Repair"
|
||||
description={[
|
||||
"We are a local team, not a national call center. When you call us, you're getting experts who know Davis and Yolo County.",
|
||||
"Fast response times, honest diagnostics, and reliable parts sourcing are our standards. We respect your home and provide transparent pricing with no hidden surprises.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="why-us" data-section="why-us">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Davis Chooses Bob Appliance Repair"
|
||||
description={[
|
||||
"We are a local team, not a national call center. When you call us, you're getting experts who know Davis and Yolo County.", "Fast response times, honest diagnostics, and reliable parts sourcing are our standards. We respect your home and provide transparent pricing with no hidden surprises."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer K.",
|
||||
role: "Resident",
|
||||
company: "Davis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Resident",
|
||||
company: "Davis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Susan P.",
|
||||
role: "Resident",
|
||||
company: "Davis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David M.",
|
||||
role: "Resident",
|
||||
company: "Yolo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "Resident",
|
||||
company: "Davis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Neighbors",
|
||||
},
|
||||
{
|
||||
value: "Same Day",
|
||||
label: "Service Availability",
|
||||
},
|
||||
]}
|
||||
title="Neighbors Trust Bob"
|
||||
description="See why homeowners in Davis rely on our expert repair services."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jennifer K.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg" },
|
||||
{ id: "2", name: "Mark D.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg" },
|
||||
{ id: "3", name: "Susan P.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg" },
|
||||
{ id: "4", name: "David M.", role: "Resident", company: "Yolo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg" },
|
||||
{ id: "5", name: "Elena R.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "500+", label: "Happy Neighbors" },
|
||||
{ value: "Same Day", label: "Service Availability" },
|
||||
]}
|
||||
title="Neighbors Trust Bob"
|
||||
description="See why homeowners in Davis rely on our expert repair services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer same-day service?",
|
||||
content: "We prioritize same-day appointments whenever possible for emergency repairs.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What appliances do you repair?",
|
||||
content: "We repair washers, dryers, refrigerators, stoves, ovens, dishwashers, and freezers.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you charge a diagnostic fee?",
|
||||
content: "We offer honest diagnostic service with clear upfront pricing.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Davis, CA and the surrounding Yolo County communities.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our repair process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer same-day service?", content: "We prioritize same-day appointments whenever possible for emergency repairs." },
|
||||
{ id: "2", title: "What appliances do you repair?", content: "We repair washers, dryers, refrigerators, stoves, ovens, dishwashers, and freezers." },
|
||||
{ id: "3", title: "Do you charge a diagnostic fee?", content: "We offer honest diagnostic service with clear upfront pricing." },
|
||||
{ id: "4", title: "What areas do you serve?", content: "We primarily serve Davis, CA and the surrounding Yolo County communities." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our repair process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Appliance Repair in Davis Today?"
|
||||
description="Call us at (530) 631-0303 or fill out the form below to request service."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What appliance needs repair?",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Appliance Repair in Davis Today?"
|
||||
description="Call us at (530) 631-0303 or fill out the form below to request service."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "What appliance needs repair?", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Washer Repair",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Dryer Repair",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Fridge Repair",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(530) 631-0303",
|
||||
href: "tel:5306310303",
|
||||
},
|
||||
{
|
||||
label: "630 Pena Dr, Davis, CA",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Bob Appliance Repair"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Washer Repair", href: "#services" }, { label: "Dryer Repair", href: "#services" }, { label: "Fridge Repair", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "(530) 631-0303", href: "tel:5306310303" }, { label: "630 Pena Dr, Davis, CA", href: "#" }] },
|
||||
]}
|
||||
logoText="Bob Appliance Repair"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user