Merge version_1 into main #1
372
src/app/page.tsx
372
src/app/page.tsx
@@ -18,269 +18,135 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Stanley & Sons Plumbing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Stanley & Sons Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="4.9★ / 148 Reviews"
|
||||
description="Providing expert 24/7 plumbing emergency support for Woodstock and Cherokee County residents. Your family-owned local experts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (470) 660-5222",
|
||||
href: "tel:+14706605222",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-holding-wrench-white_141793-74713.jpg",
|
||||
imageAlt: "professional plumber emergency services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg",
|
||||
imageAlt: "Plumbing professional doing his job",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-cap-showing-credit-card-looking-aside-smiling_141793-28507.jpg",
|
||||
imageAlt: "Young builder man in construction uniform",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg",
|
||||
imageAlt: "Close-up person in overalls with tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721516.jpg",
|
||||
imageAlt: "Plumbing professional doing his job",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="4.9★ / 148 Reviews"
|
||||
description="Providing expert 24/7 plumbing emergency support for Woodstock and Cherokee County residents. Your family-owned local experts."
|
||||
buttons={[
|
||||
{ text: "Call Now: (470) 660-5222", href: "tel:+14706605222" },
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-holding-wrench-white_141793-74713.jpg", imageAlt: "professional plumber emergency services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", imageAlt: "Plumbing professional doing his job" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-cap-showing-credit-card-looking-aside-smiling_141793-28507.jpg", imageAlt: "Young builder man in construction uniform" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg", imageAlt: "Close-up person in overalls with tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721516.jpg", imageAlt: "Plumbing professional doing his job" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Emergency Repairs",
|
||||
price: "24/7 Availability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Drain Cleaning",
|
||||
price: "Fast Response",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Water Heater",
|
||||
price: "Install & Repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
name: "Leak Detection",
|
||||
price: "Precision Diagnosis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
name: "Pipe Repair",
|
||||
price: "Full Replacement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
name: "Fixture Installs",
|
||||
price: "Upgrade Systems",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
},
|
||||
]}
|
||||
title="Core Plumbing Services"
|
||||
description="Professional residential and commercial plumbing solutions tailored to Woodstock."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Emergency Repairs", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg" },
|
||||
{ id: "s2", name: "Drain Cleaning", price: "Fast Response", imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg" },
|
||||
{ id: "s3", name: "Water Heater", price: "Install & Repair", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg" },
|
||||
{ id: "s4", name: "Leak Detection", price: "Precision Diagnosis", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg" },
|
||||
{ id: "s5", name: "Pipe Repair", price: "Full Replacement", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg" },
|
||||
{ id: "s6", name: "Fixture Installs", price: "Upgrade Systems", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg" },
|
||||
]}
|
||||
title="Core Plumbing Services"
|
||||
description="Professional residential and commercial plumbing solutions tailored to Woodstock."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Woodstock Trusts Stanley & Sons"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+14706605222",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Woodstock Trusts Stanley & Sons"
|
||||
buttons={[{ text: "Call Us Now", href: "tel:+14706605222" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "24/7 Availability",
|
||||
subtitle: "Emergency support, anytime.",
|
||||
category: "Availability",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Family-Owned",
|
||||
subtitle: "Local business values.",
|
||||
category: "Heritage",
|
||||
value: "Family",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Licensed & Insured",
|
||||
subtitle: "Safety first always.",
|
||||
category: "Professional",
|
||||
value: "Verified",
|
||||
},
|
||||
]}
|
||||
title="Trust Signals"
|
||||
description="What makes us your premier choice."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "24/7 Availability", subtitle: "Emergency support, anytime.", category: "Availability", value: "24/7" },
|
||||
{ id: "f2", title: "Family-Owned", subtitle: "Local business values.", category: "Heritage", value: "Family" },
|
||||
{ id: "f3", title: "Licensed & Insured", subtitle: "Safety first always.", category: "Professional", value: "Verified" },
|
||||
]}
|
||||
title="Trust Signals"
|
||||
description="What makes us your premier choice."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
company: "Woodstock Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10798.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Client",
|
||||
company: "Cherokee County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-male-lying-sofa-playing-with-his-child-sunlight-through-windows_181624-41022.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike Ross",
|
||||
role: "Resident",
|
||||
company: "Towne Lake",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-women-high-fiving-table_23-2147769994.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice W.",
|
||||
role: "Owner",
|
||||
company: "Woodstock, GA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Bob B.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-pizza-lunch_23-2148451694.jpg",
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Neighbors"
|
||||
description="Join our hundreds of satisfied local clients."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Doe", role: "Homeowner", company: "Woodstock Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10798.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Client", company: "Cherokee County", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-male-lying-sofa-playing-with-his-child-sunlight-through-windows_181624-41022.jpg" },
|
||||
{ id: "t3", name: "Mike Ross", role: "Resident", company: "Towne Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-women-high-fiving-table_23-2147769994.jpg" },
|
||||
{ id: "t4", name: "Alice W.", role: "Owner", company: "Woodstock, GA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg" },
|
||||
{ id: "t5", name: "Bob B.", role: "Client", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-pizza-lunch_23-2148451694.jpg" },
|
||||
]}
|
||||
title="Hear From Our Neighbors"
|
||||
description="Join our hundreds of satisfied local clients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer emergency service?",
|
||||
content: "Yes, we are available 24/7 for emergency plumbing needs.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, our team is fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Woodstock, GA and the surrounding Cherokee County.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Common Plumbing Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you offer emergency service?", content: "Yes, we are available 24/7 for emergency plumbing needs." },
|
||||
{ id: "q2", title: "Are you licensed?", content: "Yes, our team is fully licensed and insured for your peace of mind." },
|
||||
{ id: "q3", title: "What areas do you serve?", content: "We proudly serve Woodstock, GA and the surrounding Cherokee County." },
|
||||
]}
|
||||
sideTitle="Common Plumbing Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Need Urgent Help?"
|
||||
description="Call us at (470) 660-5222 or fill out this form."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need Urgent Help?"
|
||||
description="Call us at (470) 660-5222 or fill out this form."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Stanley & Sons Plumbing"
|
||||
leftLink={{
|
||||
text: "Call Now",
|
||||
href: "tel:+14706605222",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Stanley & Sons Plumbing"
|
||||
leftLink={{ text: "Call Now", href: "tel:+14706605222" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user