Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 18:34:18 +00:00

View File

@@ -32,24 +32,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Gallery Built"
button={{ text: "Get Quote", href: "#contact" }}
/>
</div>
@@ -59,69 +48,29 @@ export default function LandingPage() {
description="Gallery Built Roofing delivers premium, artisanal roofing solutions tailored for the most discerning residential architecture. We elevate your home's protection and curb appeal with uncompromising precision."
testimonials={[
{
name: "Jonathan V.",
handle: "@jonv",
testimonial: "The attention to detail Gallery Built provided was unmatched. My home looks entirely transformed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=1",
imageAlt: "luxury roofing craftsmanship architectural",
},
name: "Jonathan V.", handle: "@jonv", testimonial: "The attention to detail Gallery Built provided was unmatched. My home looks entirely transformed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", imageAlt: "luxury roofing craftsmanship architectural"},
{
name: "Sarah M.",
handle: "@sm_home",
testimonial: "Professional, clean, and incredibly precise. Truly the best roofing service in the region.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=1",
imageAlt: "luxury roofing craftsmanship architectural",
},
name: "Sarah M.", handle: "@sm_home", testimonial: "Professional, clean, and incredibly precise. Truly the best roofing service in the region.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg", imageAlt: "luxury roofing craftsmanship architectural"},
{
name: "Robert B.",
handle: "@rob.b",
testimonial: "An artisanal experience from start to finish. Our roof is a work of art.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=1",
imageAlt: "luxury roofing craftsmanship architectural",
},
name: "Robert B.", handle: "@rob.b", testimonial: "An artisanal experience from start to finish. Our roof is a work of art.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "luxury roofing craftsmanship architectural"},
{
name: "Elena K.",
handle: "@elena.build",
testimonial: "They respected my property as if it were their own. Exceptional conduct.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=1",
imageAlt: "luxury roofing craftsmanship architectural",
},
name: "Elena K.", handle: "@elena.build", testimonial: "They respected my property as if it were their own. Exceptional conduct.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "luxury roofing craftsmanship architectural"},
{
name: "James T.",
handle: "@jamest_roof",
testimonial: "Best investment for our home's long-term value.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg?_wi=1",
imageAlt: "luxury roofing craftsmanship architectural",
},
name: "James T.", handle: "@jamest_roof", testimonial: "Best investment for our home's long-term value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg", imageAlt: "luxury roofing craftsmanship architectural"},
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg"
imageAlt="Luxurious home roofing project"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-looking-her-girlfriend-showing-engagement-ring_23-2147891267.jpg",
alt: "Client profile 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-couple-sitting-balcony-enjoying-spending-time-together_23-2147891190.jpg",
alt: "Client profile 2",
},
{
src: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg",
alt: "Client profile 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg",
alt: "Client profile 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4662.jpg",
alt: "Client profile 5",
},
{ src: "http://img.b2bpic.net/free-photo/man-looking-her-girlfriend-showing-engagement-ring_23-2147891267.jpg", alt: "Client profile 1" },
{ src: "http://img.b2bpic.net/free-photo/young-couple-sitting-balcony-enjoying-spending-time-together_23-2147891190.jpg", alt: "Client profile 2" },
{ src: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg", alt: "Client profile 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg", alt: "Client profile 4" },
{ src: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4662.jpg", alt: "Client profile 5" },
]}
avatarText="Trusted by 1,200+ homeowners"
/>
@@ -132,7 +81,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Mastery in Roofing"
description="We treat every roof as a unique gallery piece. Our team blends traditional craftsmanship with modern durability technology to ensure your investment stands the test of time and weather."
imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg"
imageAlt="Master roofer at work"
/>
</div>
@@ -143,33 +92,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Premium Durability",
tags: [
"Craft",
"Longevity",
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=2",
},
{
id: "f2",
title: "Precision Weatherproofing",
tags: [
"Safety",
"Tech",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2",
},
{
id: "f3",
title: "Architectural Aesthetic",
tags: [
"Design",
"Style",
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg?_wi=2",
},
{ id: "f1", title: "Premium Durability", tags: ["Craft", "Longevity"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg" },
{ id: "f2", title: "Precision Weatherproofing", tags: ["Safety", "Tech"], imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg" },
{ id: "f3", title: "Architectural Aesthetic", tags: ["Design", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg" },
]}
title="Our Signature Standards"
description="Unrivaled quality that sets your home apart."
@@ -182,24 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: CheckCircle,
title: "Completed Projects",
value: "1,200+",
},
{
id: "m2",
icon: Award,
title: "Certified Experts",
value: "25",
},
{
id: "m3",
icon: Shield,
title: "Satisfaction Guarantee",
value: "100%",
},
{ id: "m1", icon: CheckCircle, title: "Completed Projects", value: "1,200+" },
{ id: "m2", icon: Award, title: "Certified Experts", value: "25" },
{ id: "m3", icon: Shield, title: "Satisfaction Guarantee", value: "100%" },
]}
title="Performance at Scale"
description="Numbers that define our reputation."
@@ -211,46 +121,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Masterful",
quote: "Gallery Built completely redefined our curb appeal.",
name: "Sarah P.",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
},
{
id: "2",
title: "Seamless",
quote: "The entire process was seamless and incredibly professional.",
name: "Mark D.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
},
{
id: "3",
title: "Exceptional",
quote: "No other company touches their precision.",
name: "Lisa G.",
role: "Design Lead",
imageSrc: "http://img.b2bpic.net/free-photo/productive-working-meeting_1098-15085.jpg",
},
{
id: "4",
title: "Reliable",
quote: "Solid craftsmanship that holds up to every storm.",
name: "Tom H.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-young-caucasian-brunette-woman-looking-camera-raising-thumbs-up-indoors_197531-33242.jpg",
},
{
id: "5",
title: "Exquisite",
quote: "The texture and finish of the roof are just stunning.",
name: "Claire R.",
role: "Developer",
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
},
{ id: "1", title: "Masterful", quote: "Gallery Built completely redefined our curb appeal.", name: "Sarah P.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
{ id: "2", title: "Seamless", quote: "The entire process was seamless and incredibly professional.", name: "Mark D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg" },
{ id: "3", title: "Exceptional", quote: "No other company touches their precision.", name: "Lisa G.", role: "Design Lead", imageSrc: "http://img.b2bpic.net/free-photo/productive-working-meeting_1098-15085.jpg" },
{ id: "4", title: "Reliable", quote: "Solid craftsmanship that holds up to every storm.", name: "Tom H.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-young-caucasian-brunette-woman-looking-camera-raising-thumbs-up-indoors_197531-33242.jpg" },
{ id: "5", title: "Exquisite", quote: "The texture and finish of the roof are just stunning.", name: "Claire R.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
]}
title="Client Perspectives"
description="Stories from homeowners who chose the gold standard."
@@ -262,21 +137,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What materials do you specialize in?",
content: "We work exclusively with high-grade, long-lasting roofing materials optimized for local climate conditions.",
},
{
id: "faq2",
title: "How long is your warranty?",
content: "All of our installations come with an industry-leading comprehensive protection guarantee.",
},
{
id: "faq3",
title: "Do you provide consultations?",
content: "Yes, we offer detailed architectural assessments to ensure the best fit for your home.",
},
{ id: "faq1", title: "What materials do you specialize in?", content: "We work exclusively with high-grade, long-lasting roofing materials optimized for local climate conditions." },
{ id: "faq2", title: "How long is your warranty?", content: "All of our installations come with an industry-leading comprehensive protection guarantee." },
{ id: "faq3", title: "Do you provide consultations?", content: "Yes, we offer detailed architectural assessments to ensure the best fit for your home." },
]}
title="Common Questions"
description="Answers to your roofing considerations."
@@ -292,36 +155,9 @@ export default function LandingPage() {
title="Craftsmanship Insights"
description="Expert advice on preserving your property."
blogs={[
{
id: "b1",
category: "Roofing",
title: "Modern Roofing Aesthetics",
excerpt: "How to choose a style that fits your architecture.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wooden-modern-house_23-2149343652.jpg",
authorName: "Gallery Built",
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
date: "Oct 12",
},
{
id: "b2",
category: "Maintenance",
title: "Seasonal Preservation",
excerpt: "Tips to keep your roof in perfect condition year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg",
authorName: "Gallery Built",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg",
date: "Oct 15",
},
{
id: "b3",
category: "Quality",
title: "Material Science",
excerpt: "Why durability starts with the selection phase.",
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-from-building-city_23-2148798634.jpg",
authorName: "Gallery Built",
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-city_169016-66749.jpg",
date: "Oct 18",
},
{ id: "b1", category: "Roofing", title: "Modern Roofing Aesthetics", excerpt: "How to choose a style that fits your architecture.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wooden-modern-house_23-2149343652.jpg", authorName: "Gallery Built", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", date: "Oct 12" },
{ id: "b2", category: "Maintenance", title: "Seasonal Preservation", excerpt: "Tips to keep your roof in perfect condition year-round.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", authorName: "Gallery Built", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg", date: "Oct 15" },
{ id: "b3", category: "Quality", title: "Material Science", excerpt: "Why durability starts with the selection phase.", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-from-building-city_23-2148798634.jpg", authorName: "Gallery Built", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-city_169016-66749.jpg", date: "Oct 18" },
]}
/>
</div>
@@ -329,9 +165,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Start Your Transformation"
description="Let's discuss how we can elevate your home's roof today."
@@ -341,45 +175,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Gallery Built",
items: [
{
label: "About",
href: "#about",
},
{
label: "Portfolio",
href: "#blog",
},
],
},
{
title: "Services",
items: [
{
label: "Installations",
href: "#features",
},
{
label: "Consultations",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Gallery Built", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#blog" }] },
{ title: "Services", items: [{ label: "Installations", href: "#features" }, { label: "Consultations", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
bottomLeftText="© 2024 Gallery Built Roofing."
bottomRightText="All rights reserved."
@@ -388,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}