diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32e76c5..739dcf7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,23 +28,18 @@ export default function LandingPage() {
@@ -52,45 +47,26 @@ export default function LandingPage() {
@@ -103,25 +79,13 @@ export default function LandingPage() {
description="We deliver durable, long-term roofing solutions tailored to your property requirements."
accordionItems={[
{
- id: "1",
- title: "Roof Installation",
- content: "Installing strong, long-lasting roofing systems using modern, high-quality techniques.",
- },
+ id: "1", title: "Roof Installation", content: "Installing strong, long-lasting roofing systems using modern, high-quality techniques."},
{
- id: "2",
- title: "Roof Repair",
- content: "Quick diagnosis and repair of leaks, storm damage, and wear to prevent further issues.",
- },
+ id: "2", title: "Roof Repair", content: "Quick diagnosis and repair of leaks, storm damage, and wear to prevent further issues."},
{
- id: "3",
- title: "Flat Roofing",
- content: "Specialized maintenance and installation for both residential and commercial flat roof structures.",
- },
+ id: "3", title: "Flat Roofing", content: "Specialized maintenance and installation for both residential and commercial flat roof structures."},
{
- id: "4",
- title: "Siding Replacement",
- content: "Upgrade your home's exterior aesthetic and protection with professional siding solutions.",
- },
+ id: "4", title: "Siding Replacement", content: "Upgrade your home's exterior aesthetic and protection with professional siding solutions."},
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg"
mediaAnimation="slide-up"
@@ -133,15 +97,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Roofers of Woodbridge"
description={[
- "Roofers of Woodbridge is a trusted local roofing company serving homeowners and businesses throughout Northern Virginia.",
- "Our team of experienced professionals focuses on quality workmanship, reliable service, and customer satisfaction on every project.",
- "We believe every property deserves a strong, dependable roof—and we work closely with our clients to deliver solutions that fit their needs and budget.",
- ]}
+ "Roofers of Woodbridge is a trusted local roofing company serving homeowners and businesses throughout Northern Virginia.", "Our team of experienced professionals focuses on quality workmanship, reliable service, and customer satisfaction on every project.", "We believe every property deserves a strong, dependable roof—and we work closely with our clients to deliver solutions that fit their needs and budget."]}
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -150,14 +109,11 @@ export default function LandingPage() {
@@ -166,37 +122,23 @@ export default function LandingPage() {