Merge version_1 into main #1
398
src/app/page.tsx
398
src/app/page.tsx
@@ -28,288 +28,140 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Cardinal Contractors"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Testimonials", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cardinal Contractors"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Restoring Excellence to Your Home"
|
||||
description="Cardinal Contractors provides premium roofing and restoration services with a focus on speed, precision, and complete insurance claim assistance."
|
||||
tag="Luxury Restoration Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg",
|
||||
imageAlt: "Luxury home exterior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageAlt: "Professional roof installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wooden-modern-house_23-2149343652.jpg",
|
||||
imageAlt: "Beautiful wooden modern house",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg",
|
||||
imageAlt: "Medium shot men working on roof",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg",
|
||||
imageAlt: "Full shot smiley man working on roof",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated in your area"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Restoring Excellence to Your Home"
|
||||
description="Cardinal Contractors provides premium roofing and restoration services with a focus on speed, precision, and complete insurance claim assistance."
|
||||
tag="Luxury Restoration Experts"
|
||||
buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", imageAlt: "Luxury home exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", imageAlt: "Professional roof installation" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated in your area"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional Excellence",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-posing-with-helmet-medium-shot_23-2148920603.jpg",
|
||||
alt: "About us",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "Professional Excellence" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-posing-with-helmet-medium-shot_23-2148920603.jpg", alt: "About us" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Roof Installation",
|
||||
description: "High-quality roof installation with premium materials.",
|
||||
},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Roof Inspection",
|
||||
description: "Professional inspection identifying all underlying issues.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Insurance Assistance",
|
||||
description: "Seamless coordination for your insurance claims.",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive roofing solutions delivered with precision and care."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Home, title: "Roof Installation", description: "High-quality roof installation with premium materials." },
|
||||
{ icon: Search, title: "Roof Inspection", description: "Professional inspection identifying all underlying issues." },
|
||||
{ icon: ShieldCheck, title: "Insurance Assistance", description: "Seamless coordination for your insurance claims." },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive roofing solutions delivered with precision and care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "p1",
|
||||
value: "01",
|
||||
title: "Free Inspection",
|
||||
items: [
|
||||
"Consultation",
|
||||
"Analysis",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
value: "02",
|
||||
title: "Coordination",
|
||||
items: [
|
||||
"Paperwork",
|
||||
"Insurance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
value: "03",
|
||||
title: "Installation",
|
||||
items: [
|
||||
"Professional",
|
||||
"Fast",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
value: "04",
|
||||
title: "Clean Finish",
|
||||
items: [
|
||||
"Impeccable",
|
||||
"Result",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Simple Process"
|
||||
description="We take the complexity out of restoration."
|
||||
/>
|
||||
</div>
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "p1", value: "01", title: "Free Inspection", items: ["Consultation", "Analysis"] },
|
||||
{ id: "p2", value: "02", title: "Coordination", items: ["Paperwork", "Insurance"] },
|
||||
{ id: "p3", value: "03", title: "Installation", items: ["Professional", "Fast"] },
|
||||
{ id: "p4", value: "04", title: "Clean Finish", items: ["Impeccable", "Result"] },
|
||||
]}
|
||||
title="Our Simple Process"
|
||||
description="We take the complexity out of restoration."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Homes Restored",
|
||||
items: [
|
||||
"Satisfied clients",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Insurance Approved",
|
||||
items: [
|
||||
"Seamless process",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1-Day",
|
||||
title: "Installation Time",
|
||||
items: [
|
||||
"Speedy finish",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Proven results for home owners everywhere."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Homes Restored", items: ["Satisfied clients"] },
|
||||
{ id: "m2", value: "100%", title: "Insurance Approved", items: ["Seamless process"] },
|
||||
{ id: "m3", value: "1-Day", title: "Installation Time", items: ["Speedy finish"] },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Proven results for home owners everywhere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328312.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-older-couple-taking-walk-city_23-2148645469.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-hand-towards-camera-shake-hands_23-2148306671.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg" },
|
||||
{ id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328312.jpg" },
|
||||
{ id: "3", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-older-couple-taking-walk-city_23-2148645469.jpg" },
|
||||
{ id: "4", name: "Emily White", imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg" },
|
||||
{ id: "5", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-hand-towards-camera-shake-hands_23-2148306671.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does installation take?",
|
||||
content: "Our expert team finishes most roofs in one day.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you help with insurance?",
|
||||
content: "Yes, we provide full insurance coordination support.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your materials high quality?",
|
||||
content: "We only use premium industry-standard roofing materials.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15689.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common roofing questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How long does installation take?", content: "Our expert team finishes most roofs in one day." },
|
||||
{ id: "f2", title: "Do you help with insurance?", content: "Yes, we provide full insurance coordination support." },
|
||||
{ id: "f3", title: "Are your materials high quality?", content: "We only use premium industry-standard roofing materials." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15689.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common roofing questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Ready for a Stress-Free Roof Replacement?"
|
||||
description="Contact us today for a free estimate and expert guidance."
|
||||
tag="Get in touch"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready for a Stress-Free Roof Replacement?"
|
||||
description="Contact us today for a free estimate and expert guidance."
|
||||
tag="Get in touch"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Cardinal Contractors"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Cardinal Contractors"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user