Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -28,61 +28,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Florentino Brothers Roofing LLC"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Colorado’s Trusted Roofing Experts"
|
||||
description="Fast roof replacements, repairs, and insurance claim specialists."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg", alt: "Customer" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550199",
|
||||
},
|
||||
{ text: "Get Free Inspection", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5550199" },
|
||||
]}
|
||||
avatarText="Join 500+ satisfied Colorado homeowners"
|
||||
/>
|
||||
@@ -93,22 +62,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No hidden fees",
|
||||
"No compromise on materials",
|
||||
"No project delays",
|
||||
"No stress",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"5-Star Rated Service",
|
||||
"Same-Day Inspections",
|
||||
"Full Roof Replacements in 1 Day",
|
||||
"Comprehensive Insurance Claim Assistance",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["No hidden fees", "No compromise on materials", "No project delays", "No stress"] }}
|
||||
positiveCard={{ items: ["5-Star Rated Service", "Same-Day Inspections", "Full Roof Replacements in 1 Day", "Comprehensive Insurance Claim Assistance"] }}
|
||||
title="Why Homeowners Choose Us"
|
||||
description="Experience excellence in every shingle we place."
|
||||
/>
|
||||
@@ -121,34 +76,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Roof Replacement",
|
||||
price: "Expert Grade",
|
||||
variant: "Full Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Roof Repair",
|
||||
price: "Fast Response",
|
||||
variant: "Reliable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Storm Damage",
|
||||
price: "Priority",
|
||||
variant: "Urgent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
name: "Insurance Claims",
|
||||
price: "Hassle-Free",
|
||||
variant: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg",
|
||||
},
|
||||
{ id: "s1", name: "Roof Replacement", price: "Expert Grade", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg" },
|
||||
{ id: "s2", name: "Roof Repair", price: "Fast Response", variant: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg" },
|
||||
{ id: "s3", name: "Storm Damage", price: "Priority", variant: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg" },
|
||||
{ id: "s4", name: "Insurance Claims", price: "Hassle-Free", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive roofing and exterior solutions for your property."
|
||||
@@ -162,22 +93,10 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Brianna H."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Gianna M.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
|
||||
alt: "Santiago C.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Brianna H.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg",
|
||||
alt: "Rosa H.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Gianna M." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", alt: "Santiago C." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Brianna H." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg", alt: "Rosa H." },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -187,51 +106,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Free Inspection"
|
||||
title="Get Your Free Roof Inspection"
|
||||
description="Our experts are ready to provide a thorough inspection and guide you through the process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Inspection",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Request Inspection", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Roofing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Gutters",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Gutters", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Florentino Brothers Roofing"
|
||||
copyrightText="© 2026 Florentino Brothers Roofing LLC"
|
||||
|
||||
Reference in New Issue
Block a user