Update src/app/page.tsx
This commit is contained in:
285
src/app/page.tsx
285
src/app/page.tsx
@@ -17,206 +17,107 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phoenix Roofing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
logoText="Phoenix Roofing"
|
||||
description="Trusted by homeowners across Phoenix with 5-star service and guaranteed results. Fast, reliable, and licensed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Phoenix Roofing"
|
||||
description="Trusted by homeowners across Phoenix with 5-star service and guaranteed results. Fast, reliable, and licensed."
|
||||
buttons={[
|
||||
{ text: "Call Now: (480) 745-7552", href: "tel:4807457552" },
|
||||
{ text: "Get a Free Estimate", href: "/contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-features" data-section="services-features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "5.0 Rating",
|
||||
description: "Over 1,500+ satisfied customers in the Phoenix area.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "Professional quality and total peace of mind.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Full Warranty",
|
||||
description: "We guarantee our workmanship for long-lasting results.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Roofing Services"
|
||||
description="We deliver professional solutions with transparency and speed."
|
||||
/>
|
||||
</div>
|
||||
<div id="services-features" data-section="services-features">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "5.0 Rating", description: "Over 1,500+ satisfied customers in the Phoenix area.", bentoComponent: "reveal-icon", icon: Star },
|
||||
{ title: "Licensed & Insured", description: "Professional quality and total peace of mind.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
{ title: "Full Warranty", description: "We guarantee our workmanship for long-lasting results.", bentoComponent: "reveal-icon", icon: Award },
|
||||
]}
|
||||
title="Why Choose Our Roofing Services"
|
||||
description="We deliver professional solutions with transparency and speed."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-us" data-section="about-us">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="29 Years of Trusted Service"
|
||||
description="We proudly serve Phoenix and surrounding areas with honest, high-quality roofing services. Our focus is delivering reliable workmanship and long-lasting roofs that withstand the Arizona heat."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="about-us" data-section="about-us">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="29 Years of Trusted Service"
|
||||
description="We proudly serve Phoenix and surrounding areas with honest, high-quality roofing services. Our focus is delivering reliable workmanship and long-lasting roofs that withstand the Arizona heat."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Phoenix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Scottsdale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Garcia",
|
||||
role: "Homeowner",
|
||||
company: "Mesa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-bicycle-summer-city_1157-38211.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Phoenix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Glendale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1.5K+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
{
|
||||
value: "29+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Star Rating",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our satisfied customers about our professional and fast roofing services."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
||||
{ id: "2", name: "David Johnson", role: "Homeowner", company: "Scottsdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
|
||||
{ id: "3", name: "Maria Garcia", role: "Homeowner", company: "Mesa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-bicycle-summer-city_1157-38211.jpg" },
|
||||
{ id: "4", name: "James Wilson", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", role: "Homeowner", company: "Glendale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1.5K+", label: "Happy Clients" },
|
||||
{ value: "29+", label: "Years Experience" },
|
||||
{ value: "5.0", label: "Star Rating" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our satisfied customers about our professional and fast roofing services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Local Partner"
|
||||
description="We are proud to serve the Phoenix community with integrity and excellence."
|
||||
names={[
|
||||
"BBB Accredited",
|
||||
"Arizona Roofing Association",
|
||||
"Phoenix Home Builders",
|
||||
"National Roofing Contractors",
|
||||
"Energy Star Certified",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Local Partner"
|
||||
description="We are proud to serve the Phoenix community with integrity and excellence."
|
||||
names={["BBB Accredited", "Arizona Roofing Association", "Phoenix Home Builders", "National Roofing Contractors", "Energy Star Certified"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about-us",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "8537 E Valley Vista Dr",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "(480) 745-7552",
|
||||
href: "tel:4807457552",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about-us" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Contact", items: [{ label: "8537 E Valley Vista Dr", href: "/contact" }, { label: "(480) 745-7552", href: "tel:4807457552" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Phoenix Roofing. All rights reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user