Compare commits

..

19 Commits

Author SHA1 Message Date
bdc378ec95 Update src/app/page.tsx 2026-04-28 17:29:46 +00:00
0ef368fb35 Update src/app/page.tsx 2026-04-28 17:28:31 +00:00
34bd5150e3 Update src/app/page.tsx 2026-04-28 17:23:22 +00:00
f2d5f35aa0 Update src/app/page.tsx 2026-04-28 17:22:23 +00:00
58c61373ec Update src/app/page.tsx 2026-04-28 17:20:48 +00:00
13259ba576 Update src/app/page.tsx 2026-04-28 17:15:52 +00:00
077807d172 Update src/app/page.tsx 2026-04-28 17:14:56 +00:00
0dfd995ea2 Update theme colors 2026-04-28 17:11:19 +00:00
ec94d4cfb2 Update theme colors 2026-04-28 17:11:13 +00:00
d5e74ac209 Update theme colors 2026-04-28 17:10:48 +00:00
1ed400568d Update theme colors 2026-04-28 17:10:32 +00:00
e2e7ced8f3 Update theme colors 2026-04-28 17:09:54 +00:00
bf496db5c2 Update theme colors 2026-04-28 17:08:25 +00:00
f1f64618fd Update theme colors 2026-04-28 17:06:37 +00:00
510d79445f Update theme colors 2026-04-28 17:06:24 +00:00
9db90f09f5 Update theme colors 2026-04-28 17:06:15 +00:00
7037fd3b8b Update theme colors 2026-04-28 17:03:47 +00:00
d4161d5a41 Update theme colors 2026-04-28 17:03:35 +00:00
c9e71abb3c Update theme colors 2026-04-28 17:03:16 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
<div id="about-home" data-section="about-home">
<MediaAbout
useInvertedBackground={false}
title="Gadsden's Trusted Luxury Roofing Expert"
title="Etowah and Calhoun countys Trusted 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg"
imageAlt="Professional roof inspection team"
@@ -78,7 +78,7 @@ export default function LandingPage() {
features={[
{
title: "Roof Replacement", description: "Full-scale roof replacements using premium materials designed for Alabama weather.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "Replacement project"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394430092-e9m33ied.jpg", imageAlt: "Replacement project"},
items: [
{ icon: CheckCircle, text: "Architectural Shingles" },
{ icon: CheckCircle, text: "Metal Roofing Options" },
@@ -88,7 +88,7 @@ export default function LandingPage() {
},
{
title: "Storm & Hail Damage", description: "Expert assessments and seamless insurance claim assistance for storm-damaged roofs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg", imageAlt: "Storm damage repair"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394430092-e9m33ied.jpg", imageAlt: "Storm damage repair"},
items: [
{ icon: Shield, text: "Free Inspection" },
{ icon: Shield, text: "Insurance Coordination" },
@@ -98,7 +98,7 @@ export default function LandingPage() {
},
{
title: "Routine Inspection", description: "Keep your roof in pristine condition with our comprehensive local maintenance and inspection services.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg", imageAlt: "Routine inspection"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394101196-i8tpdvoq.jpg", imageAlt: "Routine inspection"},
items: [
{ icon: Star, text: "Detailed Reporting" },
{ icon: Star, text: "Preventive Maintenance" },
@@ -121,8 +121,8 @@ export default function LandingPage() {
title="Our Performance in Gadsden"
description="Numbers that reflect our dedication to roofing excellence and customer satisfaction."
metrics={[
{ id: "m1", value: "500+", title: "Roofs Completed", description: "Successful projects delivered across Alabama.", icon: Home },
{ id: "m2", value: "15+", title: "Years Experience", description: "Building trust through precision craftsmanship.", icon: Award },
{ id: "m1", value: "200+", title: "Roofs Completed", description: "Successful projects delivered across Alabama.", icon: Home },
{ id: "m2", value: "5+ ", title: "Years Experience", description: "Building trust through precision craftsmanship.", icon: Award },
{ id: "m3", value: "100%", title: "Insured/Bonded", description: "Safety and reliability guaranteed on every site.", icon: ShieldCheck },
{ id: "m4", value: "24/7", title: "Emergency Help", description: "Ready to respond to urgent storm damage.", icon: Clock },
]}

View File

@@ -10,9 +10,9 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #000000;
--card: #000000;
--foreground: #ececec;
--foreground: #ffffff;
--primary-cta: #c5a059;
--primary-cta-text: #ffffff;
--secondary-cta: #bfbebe;