Compare commits

...

20 Commits

Author SHA1 Message Date
cdcc4ebb68 Update theme colors 2026-04-28 17:00:10 +00:00
9960186b12 Update theme colors 2026-04-28 16:59:56 +00:00
bca51bfc3c Update theme colors 2026-04-28 16:59:03 +00:00
db79b76d03 Update theme colors 2026-04-28 16:58:44 +00:00
b8c75bc2f5 Update theme colors 2026-04-28 16:57:30 +00:00
1f95fdf9fe Update theme colors 2026-04-28 16:57:11 +00:00
0f3aaa589c Update src/app/page.tsx 2026-04-28 16:51:48 +00:00
92ba95a6e0 Update src/app/page.tsx 2026-04-28 16:48:59 +00:00
cf9018bbdf Update src/app/page.tsx 2026-04-28 16:47:33 +00:00
9cde9ce408 Update src/app/page.tsx 2026-04-28 16:46:21 +00:00
e02c9e5c72 Update src/app/page.tsx 2026-04-28 16:44:10 +00:00
1c93b2e45b Update src/app/page.tsx 2026-04-28 16:43:41 +00:00
efeb5c5bda Update src/app/page.tsx 2026-04-28 16:43:03 +00:00
ab9d657985 Update src/app/services/page.tsx 2026-04-28 16:24:58 +00:00
8b70729c70 Update src/app/reviews/page.tsx 2026-04-28 16:24:57 +00:00
5ea65928eb Update src/app/page.tsx 2026-04-28 16:24:57 +00:00
78f5cb8938 Update src/app/contact/page.tsx 2026-04-28 16:24:56 +00:00
f6cede30dc Update src/app/about/page.tsx 2026-04-28 16:24:56 +00:00
79cb9ae578 Merge version_1 into main
Merge version_1 into main
2026-04-28 16:21:33 +00:00
b83f4a531a Merge version_1 into main
Merge version_1 into main
2026-04-28 16:21:04 +00:00
6 changed files with 96 additions and 257 deletions

View File

@@ -24,27 +24,18 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777393470975-9tzjfyat.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Arch Roofing Systems"
/>
@@ -69,17 +60,9 @@ export default function LandingPage() {
description="The experts behind Arch Roofing Systems."
members={[
{
id: "tm1",
name: "John Doe",
role: "Lead Architect",
imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg",
},
id: "tm1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg"},
{
id: "tm2",
name: "Sarah Smith",
role: "Project Manager",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg",
},
id: "tm2", name: "Sarah Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg"},
]}
/>
</div>
@@ -88,50 +71,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Roof Replacement",
href: "/services",
},
label: "Roof Replacement", href: "/services"},
{
label: "Inspections",
href: "/services",
},
label: "Inspections", href: "/services"},
{
label: "Storm Damage",
href: "/services",
},
label: "Storm Damage", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get Quote",
href: "/contact",
},
label: "Get Quote", href: "/contact"},
{
label: "Support",
href: "/contact",
},
label: "Support", href: "/contact"},
],
},
]}

View File

@@ -24,27 +24,18 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777393470975-9tzjfyat.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Arch Roofing Systems"
/>
@@ -54,8 +45,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Let's Connect"
title="Get Your Free Estimate"
description="Ready to upgrade your roof? Reach out for a free consultation and professional inspection in Gadsden today."
@@ -74,15 +64,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "ca1",
title: "What areas do you serve?",
content: "We primarily serve the Gadsden, AL area and surrounding communities.",
},
id: "ca1", title: "What areas do you serve?", content: "We primarily serve the Gadsden, AL area and surrounding communities."},
{
id: "ca2",
title: "How long does a replacement take?",
content: "Most residential replacements are completed within 2 to 3 days depending on roof size.",
},
id: "ca2", title: "How long does a replacement take?", content: "Most residential replacements are completed within 2 to 3 days depending on roof size."},
]}
/>
</div>
@@ -91,50 +75,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Roof Replacement",
href: "/services",
},
label: "Roof Replacement", href: "/services"},
{
label: "Inspections",
href: "/services",
},
label: "Inspections", href: "/services"},
{
label: "Storm Damage",
href: "/services",
},
label: "Storm Damage", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get Quote",
href: "/contact",
},
label: "Get Quote", href: "/contact"},
{
label: "Support",
href: "/contact",
},
label: "Support", href: "/contact"},
],
},
]}

View File

@@ -28,6 +28,7 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777393470975-9tzjfyat.png"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
@@ -49,12 +50,12 @@ export default function LandingPage() {
{ text: "Schedule a Free Roof Inspection", href: "/contact" },
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg", imageAlt: "Luxury roof installation Gadsden" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "Roof replacement project Alabama" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Premium roofing detail gold finish" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-roof-wooden-house_23-2149343706.jpg", imageAlt: "Roofing construction expert site" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13126.jpg", imageAlt: "Modern luxury residential roof" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rooftop_23-2148098547.jpg", imageAlt: "Arch Roofing project showcase" },
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394274812-pl7r83r5.jpg", imageAlt: "Luxury roof installation Gadsden" },
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394430092-fsgpwi6r.jpg", imageAlt: "Roof replacement project Alabama" },
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394178981-9kz2lm30.jpg", imageAlt: "Premium roofing detail gold finish" },
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394430092-752efr3h.jpg", imageAlt: "Roofing construction expert site" },
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394178981-vh0jky2e.jpg", imageAlt: "Modern luxury residential roof" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394101196-b4b5rney.jpg", imageAlt: "Arch Roofing project showcase" },
]}
/>
</div>
@@ -64,7 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Gadsden's Trusted Luxury Roofing Expert"
description="We specialize in high-end roof replacement and storm damage assistance, ensuring your home remains secure and sophisticated for years to come."
imageSrc="http://img.b2bpic.net/free-photo/view-modern-office_1170-1963.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg"
imageAlt="Professional roof inspection team"
/>
</div>

View File

@@ -24,27 +24,18 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777393470975-9tzjfyat.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Arch Roofing Systems"
/>
@@ -58,25 +49,15 @@ export default function LandingPage() {
author="Sarah Johnson"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
alt: "Sarah",
},
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
alt: "Michael",
},
src: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", alt: "Michael"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4417.jpg",
alt: "Emily",
},
src: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4417.jpg", alt: "Emily"},
{
src: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-thumb-up-shirt-vest-hat-looking-merry-front-view_176474-30660.jpg",
alt: "David",
},
src: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-thumb-up-shirt-vest-hat-looking-merry-front-view_176474-30660.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
alt: "Robert",
},
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg", alt: "Robert"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -92,19 +73,9 @@ export default function LandingPage() {
description="What our customers are saying about our Gadsden services."
testimonials={[
{
id: "t1",
name: "Mark V.",
role: "Homeowner",
testimonial: "Incredible service, handled my insurance perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
},
id: "t1", name: "Mark V.", role: "Homeowner", testimonial: "Incredible service, handled my insurance perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg"},
{
id: "t2",
name: "Lisa B.",
role: "Resident",
testimonial: "Fast, clean, and professional work.",
imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg",
},
id: "t2", name: "Lisa B.", role: "Resident", testimonial: "Fast, clean, and professional work.", imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg"},
]}
/>
</div>
@@ -113,50 +84,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Roof Replacement",
href: "/services",
},
label: "Roof Replacement", href: "/services"},
{
label: "Inspections",
href: "/services",
},
label: "Inspections", href: "/services"},
{
label: "Storm Damage",
href: "/services",
},
label: "Storm Damage", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get Quote",
href: "/contact",
},
label: "Get Quote", href: "/contact"},
{
label: "Support",
href: "/contact",
},
label: "Support", href: "/contact"},
],
},
]}

View File

@@ -24,27 +24,18 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777393470975-9tzjfyat.png"
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Arch Roofing Systems"
/>
@@ -56,20 +47,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you provide free inspections?",
content: "Yes, we offer complimentary, thorough roof inspections throughout Gadsden and surrounding areas.",
},
id: "q1", title: "Do you provide free inspections?", content: "Yes, we offer complimentary, thorough roof inspections throughout Gadsden and surrounding areas."},
{
id: "q2",
title: "How do I start an insurance claim?",
content: "Our experts guide you through the process, documenting storm damage and coordinating with insurance providers.",
},
id: "q2", title: "How do I start an insurance claim?", content: "Our experts guide you through the process, documenting storm damage and coordinating with insurance providers."},
{
id: "q3",
title: "What roofing types do you install?",
content: "We offer architectural shingle, high-end metal roofing, and specialty roofing solutions.",
},
id: "q3", title: "What roofing types do you install?", content: "We offer architectural shingle, high-end metal roofing, and specialty roofing solutions."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752011.jpg"
mediaAnimation="slide-up"
@@ -88,15 +70,9 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "sa1",
title: "Can you work during the rain?",
content: "For safety and quality assurance, we avoid working during heavy rain or storm conditions.",
},
id: "sa1", title: "Can you work during the rain?", content: "For safety and quality assurance, we avoid working during heavy rain or storm conditions."},
{
id: "sa2",
title: "Are estimates free?",
content: "Yes, we provide 100% free, no-obligation estimates for all residential projects.",
},
id: "sa2", title: "Are estimates free?", content: "Yes, we provide 100% free, no-obligation estimates for all residential projects."},
]}
/>
</div>
@@ -105,50 +81,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Roof Replacement",
href: "/services",
},
label: "Roof Replacement", href: "/services"},
{
label: "Inspections",
href: "/services",
},
label: "Inspections", href: "/services"},
{
label: "Storm Damage",
href: "/services",
},
label: "Storm Damage", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get Quote",
href: "/contact",
},
label: "Get Quote", href: "/contact"},
{
label: "Support",
href: "/contact",
},
label: "Support", href: "/contact"},
],
},
]}

View File

@@ -11,12 +11,12 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--card: #000000;
--foreground: #1c1c1c;
--primary-cta: #c5a059;
--primary-cta-text: #ffffff;
--secondary-cta: #1c1c1c;
--secondary-cta-text: #ffffff;
--secondary-cta: #f4f4f4;
--secondary-cta-text: #090909;
--accent: #c5a059;
--background-accent: #1c1c1c;