Merge version_1 into main #1
438
src/app/page.tsx
438
src/app/page.tsx
@@ -19,319 +19,151 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
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: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Roo San Diego"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Roo San Diego"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Reliable Roofing Solutions in San Diego"
|
||||
description="Expert roof repair, replacement, and maintenance services for homeowners and businesses. Protect your investment with Southern California's most trusted team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
alt: "Man working on roof medium shot",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343660.jpg",
|
||||
alt: "Full shot man working on roof",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof-with-hammer_23-2149343667.jpg",
|
||||
alt: "Full shot man working on roof with hammer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg",
|
||||
alt: "Medium shot men working on roof",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg",
|
||||
alt: "Happy mature man receiving package from a courier and signing paperwork in front of his house",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 2000+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Repair",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Shingle Specialists",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial Roofing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Estimates",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "plain" }}
|
||||
title="Reliable Roofing Solutions in San Diego"
|
||||
description="Expert roof repair, replacement, and maintenance services for homeowners and businesses. Protect your investment with Southern California's most trusted team."
|
||||
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", alt: "Man working on roof medium shot" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343660.jpg", alt: "Full shot man working on roof" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof-with-hammer_23-2149343667.jpg", alt: "Full shot man working on roof with hammer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", alt: "Medium shot men working on roof" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg", alt: "Happy mature man receiving package from a courier and signing paperwork in front of his house" }
|
||||
]}
|
||||
avatarText="Trusted by 2000+ local homeowners"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "Emergency Repair" },
|
||||
{ type: "text", text: "Shingle Specialists" },
|
||||
{ type: "text", text: "Commercial Roofing" },
|
||||
{ type: "text", text: "Free Estimates" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Roo San Diego?"
|
||||
description="With over 20 years of experience, we provide high-quality roofing solutions that stand the test of time, weather, and budget constraints."
|
||||
metrics={[
|
||||
{
|
||||
value: "1500+",
|
||||
title: "Roofs Repaired",
|
||||
},
|
||||
{
|
||||
value: "20",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Roo San Diego?"
|
||||
description="With over 20 years of experience, we provide high-quality roofing solutions that stand the test of time, weather, and budget constraints."
|
||||
metrics={[
|
||||
{ value: "1500+", title: "Roofs Repaired" },
|
||||
{ value: "20", title: "Years Experience" },
|
||||
{ value: "100%", title: "Satisfaction" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Leak Repair",
|
||||
description: "Quick detection and permanent sealing of leaks.",
|
||||
tag: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Shingle Replacement",
|
||||
description: "Premium shingle installation for durability.",
|
||||
tag: "Upgrade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/right-view-perspective-hand-with-delicious-hot-coffee_23-2148286059.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Emergency Response",
|
||||
description: "24/7 service when you need it most.",
|
||||
tag: "Emergency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="From minor leaks to full roof replacements, we offer end-to-end support for your home."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Leak Repair", description: "Quick detection and permanent sealing of leaks.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg" },
|
||||
{ id: "f2", title: "Shingle Replacement", description: "Premium shingle installation for durability.", tag: "Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/right-view-perspective-hand-with-delicious-hot-coffee_23-2148286059.jpg" },
|
||||
{ id: "f3", title: "Emergency Response", description: "24/7 service when you need it most.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg" }
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="From minor leaks to full roof replacements, we offer end-to-end support for your home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Reviews",
|
||||
description: "Five-star ratings.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "300+",
|
||||
title: "Installations",
|
||||
description: "Complete new roofs.",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
title: "Local Crew",
|
||||
description: "Highly certified experts.",
|
||||
icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Proven results for San Diego residents and local businesses."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Reviews", description: "Five-star ratings.", icon: Star },
|
||||
{ id: "m2", value: "300+", title: "Installations", description: "Complete new roofs.", icon: Shield },
|
||||
{ id: "m3", value: "12", title: "Local Crew", description: "Highly certified experts.", icon: Users }
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Proven results for San Diego residents and local businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Work",
|
||||
quote: "Fantastic service from start to finish.",
|
||||
name: "Alice M.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommend",
|
||||
quote: "The team was professional and fast.",
|
||||
name: "Bob T.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-holding-baby-carrier-full-shot_23-2150167110.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliable",
|
||||
quote: "Fixed our leak in under an hour.",
|
||||
name: "Charlie D.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top Notch",
|
||||
quote: "Best roofing experience ever.",
|
||||
name: "Diana K.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-paint-brushes-head-shirt-shorts-looking-cheerful_176474-12306.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Expertise",
|
||||
quote: "Knowledgeable and very helpful.",
|
||||
name: "Eve W.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-elderly-man-sitting-kitchen_23-2147901233.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Honest feedback from San Diego's most trusted homeowners."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Work", quote: "Fantastic service from start to finish.", name: "Alice M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg" },
|
||||
{ id: "2", title: "Highly Recommend", quote: "The team was professional and fast.", name: "Bob T.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/father-holding-baby-carrier-full-shot_23-2150167110.jpg" },
|
||||
{ id: "3", title: "Reliable", quote: "Fixed our leak in under an hour.", name: "Charlie D.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg" },
|
||||
{ id: "4", title: "Top Notch", quote: "Best roofing experience ever.", name: "Diana K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-paint-brushes-head-shirt-shorts-looking-cheerful_176474-12306.jpg" },
|
||||
{ id: "5", title: "Expertise", quote: "Knowledgeable and very helpful.", name: "Eve W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-elderly-man-sitting-kitchen_23-2147901233.jpg" }
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Honest feedback from San Diego's most trusted homeowners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does a roof last?",
|
||||
content: "Typically 20-30 years depending on the material.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide estimates?",
|
||||
content: "Yes, all estimates are 100% free.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, fully licensed, bonded, and insured.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have more questions about your roofing project? Let us know."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How long does a roof last?", content: "Typically 20-30 years depending on the material." },
|
||||
{ id: "q2", title: "Do you provide estimates?", content: "Yes, all estimates are 100% free." },
|
||||
{ id: "q3", title: "Are you licensed?", content: "Yes, fully licensed, bonded, and insured." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have more questions about your roofing project? Let us know."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Contact us today to schedule your free inspection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Contact us today to schedule your free inspection."
|
||||
buttons={[{ text: "Contact Us Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Roo San Diego"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Roo San Diego"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user