Merge version_1 into main #1
184
src/app/page.tsx
184
src/app/page.tsx
@@ -31,92 +31,62 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Allen's Roofing"
|
||||
button={{
|
||||
text: "Contact Us", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="27+ Years of Roofing Excellence"
|
||||
description="Allen's Roofing & Exteriors provides professional, prompt, and reliable roofing solutions for homeowners in Algood and beyond."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-working-roof_23-2149343661.jpg"
|
||||
imageAlt="Professional roof installation services"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346511.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346511.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "27+ Years Experience",
|
||||
type: "text", text: "27+ Years Experience"},
|
||||
{
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text", text: "Emergency Repairs"},
|
||||
{
|
||||
type: "text-icon", text: "Free Estimates", icon: ListChecks,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Repairs",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Estimates",
|
||||
icon: ListChecks,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
type: "text", text: "Quality Guaranteed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,17 +99,11 @@ export default function LandingPage() {
|
||||
description="With over 27 years in business, we pride ourselves on exceptional customer service, detailed inspections, and quality workmanship that goes above and beyond expectations."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "27+ Years Experience",
|
||||
description: "Proven track record in roofing and exterior services.",
|
||||
},
|
||||
title: "27+ Years Experience", description: "Proven track record in roofing and exterior services."},
|
||||
{
|
||||
title: "Free Inspections",
|
||||
description: "Thorough roof evaluations for every client.",
|
||||
},
|
||||
title: "Free Inspections", description: "Thorough roof evaluations for every client."},
|
||||
{
|
||||
title: "Clean, Efficient Work",
|
||||
description: "We ensure your property is spotless after job completion.",
|
||||
},
|
||||
title: "Clean, Efficient Work", description: "We ensure your property is spotless after job completion."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"
|
||||
imageAlt="Our experienced roofing crew"
|
||||
@@ -155,26 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Replacement",
|
||||
description: "High-quality roof installation and tear-off services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg",
|
||||
titleIconSrc: "https://img.icons8.com/color/96/roof.png",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Roof Replacement", description: "High-quality roof installation and tear-off services.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg", titleIconSrc: "https://img.icons8.com/color/96/roof.png", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Roof Repair",
|
||||
description: "Prompt response for leaks and storm damage repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
|
||||
titleIconSrc: "https://img.icons8.com/color/96/wrench.png",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Roof Repair", description: "Prompt response for leaks and storm damage repairs.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", titleIconSrc: "https://img.icons8.com/color/96/wrench.png", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Exterior Renovations",
|
||||
description: "Decking repair and expert exterior home upgrades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg",
|
||||
titleIconSrc: "https://img.icons8.com/color/96/home.png",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Exterior Renovations", description: "Decking repair and expert exterior home upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", titleIconSrc: "https://img.icons8.com/color/96/home.png", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Reliable roofing and exterior solutions designed to protect your home for years to come."
|
||||
@@ -188,40 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chris Senecal",
|
||||
role: "Homeowner",
|
||||
testimonial: "Thorough inspection of the roof. Great price, would recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
id: "1", name: "Chris Senecal", role: "Homeowner", testimonial: "Thorough inspection of the roof. Great price, would recommend.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Taryn Bolton",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional and cleaned everything up perfectly!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346511.jpg",
|
||||
},
|
||||
id: "2", name: "Taryn Bolton", role: "Homeowner", testimonial: "Very professional and cleaned everything up perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346511.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Joshua Gilmore",
|
||||
role: "Homeowner",
|
||||
testimonial: "They go above and beyond every expectation. Cannot be beat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg",
|
||||
},
|
||||
id: "3", name: "Joshua Gilmore", role: "Homeowner", testimonial: "They go above and beyond every expectation. Cannot be beat.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Terri Sharp",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very responsive, did a great job with replacement and clean up.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg",
|
||||
},
|
||||
id: "4", name: "Terri Sharp", role: "Homeowner", testimonial: "Very responsive, did a great job with replacement and clean up.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rick Sides",
|
||||
role: "Homeowner",
|
||||
testimonial: "Excellent job, clean remove and replace. Very satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
|
||||
},
|
||||
id: "5", name: "Rick Sides", role: "Homeowner", testimonial: "Excellent job, clean remove and replace. Very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg"},
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="We are proud of our 4.9-star rating based on 300+ reviews."
|
||||
@@ -233,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does a roof replacement take?",
|
||||
content: "Most of our roof replacements are completed in just one day.",
|
||||
},
|
||||
id: "q1", title: "How long does a roof replacement take?", content: "Most of our roof replacements are completed in just one day."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we provide completely free and transparent roof estimates.",
|
||||
},
|
||||
id: "q2", title: "Do you provide free estimates?", content: "Yes, we provide completely free and transparent roof estimates."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you handle insurance claims?",
|
||||
content: "Absolutely, we are experienced in working with insurance companies after storm damage.",
|
||||
},
|
||||
id: "q3", title: "Do you handle insurance claims?", content: "Absolutely, we are experienced in working with insurance companies after storm damage."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? Check our common questions."
|
||||
@@ -258,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Ready for your new roof?"
|
||||
description="Request your free estimate today. We are background-checked and ready to help."
|
||||
@@ -275,33 +189,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user