Update src/app/page.tsx
This commit is contained in:
104
src/app/page.tsx
104
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="High Quality General Roofing"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="High Quality General Roofing & Construction"
|
||||
description="Best roofing and construction in town. We provide 100% waterproof guarantees and professional service for all your home improvement needs."
|
||||
tag="Trusted Professional Experts"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169136-vkoki97i.jpg?_wi=1",
|
||||
imageAlt: "Roofing crew at work",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169136-vkoki97i.jpg", imageAlt: "Roofing crew at work"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-sjlgf0ai.jpg?_wi=1",
|
||||
imageAlt: "Construction site progress",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-with-helmet-looking-away_23-2148269408.jpg",
|
||||
imageAlt: "Architectural planning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg",
|
||||
imageAlt: "On-site engineering inspection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg",
|
||||
imageAlt: "Professional construction review",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-sjlgf0ai.jpg", imageAlt: "Construction site progress"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,23 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Leak Repair",
|
||||
description: "Rapid response to keep your home dry.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-x70qcx58.jpg",
|
||||
imageAlt: "Leak repair",
|
||||
},
|
||||
title: "Leak Repair", description: "Rapid response to keep your home dry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-x70qcx58.jpg", imageAlt: "Leak repair"},
|
||||
{
|
||||
title: "Roof Replacement",
|
||||
description: "Full shingle and tile replacement services.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-ty6vl1p5.jpg",
|
||||
imageAlt: "Roof replacement",
|
||||
},
|
||||
title: "Roof Replacement", description: "Full shingle and tile replacement services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-ty6vl1p5.jpg", imageAlt: "Roof replacement"},
|
||||
{
|
||||
title: "General Construction",
|
||||
description: "Expert framing and home structural work.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169136-vkoki97i.jpg?_wi=2",
|
||||
imageAlt: "General construction",
|
||||
},
|
||||
title: "General Construction", description: "Expert framing and home structural work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169136-vkoki97i.jpg", imageAlt: "General construction"},
|
||||
]}
|
||||
title="Comprehensive Construction Services"
|
||||
description="We cover all areas and offer expert solutions for every roofing requirement."
|
||||
@@ -136,25 +99,15 @@ export default function LandingPage() {
|
||||
author="Mark D."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-brush-paint_23-2148903537.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-brush-paint_23-2148903537.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233775.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233775.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -167,22 +120,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide completely free, no-obligation estimates.",
|
||||
},
|
||||
id: "1", title: "Do you offer free estimates?", content: "Yes, we provide completely free, no-obligation estimates."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What areas do you cover?",
|
||||
content: "We cover the entire Los Angeles area.",
|
||||
},
|
||||
id: "2", title: "What areas do you cover?", content: "We cover the entire Los Angeles area."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your roofs waterproof?",
|
||||
content: "We provide a 100% waterproof guarantee.",
|
||||
},
|
||||
id: "3", title: "Are your roofs waterproof?", content: "We provide a 100% waterproof guarantee."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-sjlgf0ai.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DW73tewaZET0serU75NsiXRXnf/uploaded-1778386169137-sjlgf0ai.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to your most common questions about our roofing services."
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -195,12 +139,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Roofing Masters",
|
||||
"City Construction",
|
||||
"Home Secure",
|
||||
"Top Build",
|
||||
"LA Renovators",
|
||||
]}
|
||||
"Roofing Masters", "City Construction", "Home Secure", "Top Build", "LA Renovators"]}
|
||||
title="Trusted By Professionals"
|
||||
description="Join thousands of satisfied local homeowners."
|
||||
/>
|
||||
@@ -210,8 +149,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Get Started?"
|
||||
description="Call 213-665-1104 for a free estimate today. We are ready to help with your roofing and construction needs."
|
||||
|
||||
Reference in New Issue
Block a user