Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -29,69 +29,38 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Asher's Fast Roofers"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5550123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fast, Reliable Roofing You Can Trust"
|
||||
description="Emergency repairs, full replacements, and inspections done right — the first time."
|
||||
tag="Same-Day Service Available"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg?_wi=1",
|
||||
imageAlt: "Professional roofers at sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg", imageAlt: "Professional roofers at sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=1",
|
||||
imageAlt: "Brand new roof installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=1",
|
||||
imageAlt: "Roof maintenance in progress",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg?_wi=1",
|
||||
imageAlt: "Night time emergency roof repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=1",
|
||||
imageAlt: "Satisfied client with new roof",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Brand new roof installation"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,59 +75,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Roof Repairs",
|
||||
tags: [
|
||||
"Professional",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Roof Repairs", tags: [
|
||||
"Professional", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Roof Replacement",
|
||||
tags: [
|
||||
"New Build",
|
||||
"Premium",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Roof Replacement", tags: [
|
||||
"New Build", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Emergency Roofing",
|
||||
tags: [
|
||||
"24/7",
|
||||
"Rapid",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg?_wi=2",
|
||||
},
|
||||
id: "f3", title: "Emergency Roofing", tags: [
|
||||
"24/7", "Rapid"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Leak Detection",
|
||||
tags: [
|
||||
"Precision",
|
||||
"Diagnostic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=3",
|
||||
},
|
||||
id: "f4", title: "Leak Detection", tags: [
|
||||
"Precision", "Diagnostic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Storm Damage",
|
||||
tags: [
|
||||
"Inspection",
|
||||
"Restoration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=3",
|
||||
},
|
||||
id: "f5", title: "Storm Damage", tags: [
|
||||
"Inspection", "Restoration"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Inspections",
|
||||
tags: [
|
||||
"Thorough",
|
||||
"Detailed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=4",
|
||||
},
|
||||
id: "f6", title: "Inspections", tags: [
|
||||
"Thorough", "Detailed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"},
|
||||
]}
|
||||
title="Professional Roofing Services"
|
||||
description="Comprehensive roofing solutions designed to protect your home and investment for years to come."
|
||||
@@ -173,23 +112,15 @@ export default function LandingPage() {
|
||||
description="We don't just fix roofs; we build peace of mind. Our crew is trained for efficiency, cleanliness, and absolute professionalism."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fast Turnaround",
|
||||
description: "We understand your time matters.",
|
||||
},
|
||||
title: "Fast Turnaround", description: "We understand your time matters."},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Honest quotes with no hidden fees.",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Honest quotes with no hidden fees."},
|
||||
{
|
||||
title: "Experienced Crew",
|
||||
description: "Highly trained and fully certified.",
|
||||
},
|
||||
title: "Experienced Crew", description: "Highly trained and fully certified."},
|
||||
{
|
||||
title: "No Mess Guarantee",
|
||||
description: "We leave your property spotless.",
|
||||
},
|
||||
title: "No Mess Guarantee", description: "We leave your property spotless."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -201,45 +132,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Fast response and professional team. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515945.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fast response and professional team. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515945.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Davis",
|
||||
handle: "@jdavis_99",
|
||||
testimonial: "Great work and very clean. My roof looks amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg",
|
||||
},
|
||||
id: "t2", name: "John Davis", handle: "@jdavis_99", testimonial: "Great work and very clean. My roof looks amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Chen",
|
||||
handle: "@chen_e",
|
||||
testimonial: "Emergency repair handled immediately. Lifesavers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Chen", handle: "@chen_e", testimonial: "Emergency repair handled immediately. Lifesavers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael Ross",
|
||||
handle: "@m_ross",
|
||||
testimonial: "Honest estimates and top quality materials.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "Michael Ross", handle: "@m_ross", testimonial: "Honest estimates and top quality materials.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa Wang",
|
||||
handle: "@l_wang",
|
||||
testimonial: "Very satisfied with the full replacement job.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg",
|
||||
},
|
||||
id: "t5", name: "Lisa Wang", handle: "@l_wang", testimonial: "Very satisfied with the full replacement job.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -251,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get Free Estimate"
|
||||
title="Need Your Roof Fixed Today?"
|
||||
description="We respond fast. No delays. No nonsense. Get your free estimate now."
|
||||
@@ -267,37 +172,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
label: "Call Now", href: "tel:5550123"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user