Merge version_2 into main #2
215
src/app/page.tsx
215
src/app/page.tsx
@@ -20,27 +20,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
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">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Elite Roofing"
|
||||
/>
|
||||
@@ -48,39 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Protect Your Home with Expert Roofing"
|
||||
description="Professional roofing services for residential and commercial properties. Quality materials, expert craftsmanship, and reliable results."
|
||||
tag="Expert Roofing Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=1",
|
||||
imageAlt: "residential roof installation new house",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-rancher-talking-with-agronomist-woman-working-hydroponics-greenhouse-plantation-harvesting-organic-green-vegetables-agronomist-woman-writing-cultivated-production-agricultural-concept_482257-38015.jpg?_wi=1",
|
||||
imageAlt: "roofing team working high roof",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg",
|
||||
imageAlt: "Man working with protection helmet full shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg",
|
||||
imageAlt: "Tile on the roof of house or home textures",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg",
|
||||
imageAlt: "Medium shot smiley man working on roof",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "residential roof installation new house" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/farmer-rancher-talking-with-agronomist-woman-working-hydroponics-greenhouse-plantation-harvesting-organic-green-vegetables-agronomist-woman-writing-cultivated-production-agricultural-concept_482257-38015.jpg", imageAlt: "roofing team working high roof" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,7 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Roofing Excellence"
|
||||
description="We are a local family-owned business dedicated to providing top-tier roofing solutions. Our experienced team ensures your roof lasts for years to come."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg"
|
||||
imageAlt="professional roofing contractors exterior"
|
||||
/>
|
||||
</div>
|
||||
@@ -105,56 +75,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Installation",
|
||||
description: "High-quality installation services.",
|
||||
icon: Shield,
|
||||
title: "Roof Installation", description: "High-quality installation services.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg",
|
||||
imageAlt: "new roof shingle installation close up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg",
|
||||
imageAlt: "roofing project house exterior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2",
|
||||
imageAlt: "new roof shingle installation close up",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", imageAlt: "new roof shingle installation close up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "roofing project house exterior" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Roof Repair",
|
||||
description: "Fast and effective repairs.",
|
||||
icon: Zap,
|
||||
title: "Roof Repair", description: "Fast and effective repairs.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg",
|
||||
imageAlt: "roof repair expert fix shingles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg",
|
||||
imageAlt: "fixing damage roof shingles exterior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-rancher-talking-with-agronomist-woman-working-hydroponics-greenhouse-plantation-harvesting-organic-green-vegetables-agronomist-woman-writing-cultivated-production-agricultural-concept_482257-38015.jpg?_wi=2",
|
||||
imageAlt: "new roof shingle installation close up",
|
||||
},
|
||||
{
|
||||
title: "Roof Maintenance",
|
||||
description: "Keep your roof in top shape.",
|
||||
icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343660.jpg",
|
||||
imageAlt: "roof maintenance professional inspection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg",
|
||||
imageAlt: "inspecting roof tiles expert worker",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2",
|
||||
imageAlt: "new roof shingle installation close up",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "roof repair expert fix shingles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg", imageAlt: "fixing damage roof shingles exterior" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Roofing Services"
|
||||
description="Comprehensive solutions tailored to your property's needs."
|
||||
@@ -168,27 +101,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
title: "Roofs Completed",
|
||||
description: "Projects successfully finished.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "In the local area.",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Customer happiness guarantee.",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "1500+", title: "Roofs Completed", description: "Projects successfully finished.", icon: Award },
|
||||
{ id: "m2", value: "20+", title: "Years Experience", description: "In the local area.", icon: Shield },
|
||||
{ id: "m3", value: "100%", title: "Satisfaction", description: "Customer happiness guarantee.", icon: Star }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Proven results for local residents."
|
||||
@@ -201,46 +116,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Excellent service and professional team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Quick and affordable roof repair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-talking-phone-while-standing-outside-office-buildings-business-success-concept_58466-12283.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Brown",
|
||||
handle: "@rbrown",
|
||||
testimonial: "Best roofing experience ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-holding-paper-house-model-celebrating-standing-happy-yellow_1258-154398.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Green",
|
||||
handle: "@aliceg",
|
||||
testimonial: "Highly recommended for all.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Bob White",
|
||||
handle: "@bobw",
|
||||
testimonial: "Prompt and efficient results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-mountain-relaxation-smiling-young-woman-outdoors_169016-69109.jpg",
|
||||
},
|
||||
{ id: "t1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and professional team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "Quick and affordable roof repair.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-talking-phone-while-standing-outside-office-buildings-business-success-concept_58466-12283.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -253,21 +130,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide estimates?",
|
||||
content: "Yes, we offer free estimates.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, fully licensed and insured.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long for a new roof?",
|
||||
content: "Depends on the property size.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide estimates?", content: "Yes, we offer free estimates." },
|
||||
{ id: "f2", title: "Are you licensed?", content: "Yes, fully licensed and insured." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -280,15 +144,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Owens Corning",
|
||||
"GAF",
|
||||
"CertainTeed",
|
||||
"IKO",
|
||||
"Tamko",
|
||||
"Malarkey",
|
||||
"Atlas",
|
||||
]}
|
||||
names={["Owens Corning", "GAF", "CertainTeed", "IKO", "Tamko"]}
|
||||
title="Trusted Partners"
|
||||
description="We work with top industry suppliers."
|
||||
/>
|
||||
@@ -296,10 +152,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Get a Free Quote"
|
||||
description="Ready to fix your roof? Reach out today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineering-worker-construction-m-electrician_1303-2089.jpg"
|
||||
|
||||
Reference in New Issue
Block a user