diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f870f6..23d2be9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,61 +31,35 @@ export default function LandingPage() {
@@ -185,40 +128,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Homeowner",
- testimonial: "Alma Roofing delivered exceptional quality. Professional and fast.",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg",
- },
+ id: "1", name: "Sarah Miller", role: "Homeowner", testimonial: "Alma Roofing delivered exceptional quality. Professional and fast.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg"},
{
- id: "2",
- name: "John Thompson",
- role: "Business Owner",
- testimonial: "Highly recommend. The team was efficient and courteous.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg",
- },
+ id: "2", name: "John Thompson", role: "Business Owner", testimonial: "Highly recommend. The team was efficient and courteous.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg"},
{
- id: "3",
- name: "Lisa Garcia",
- role: "Property Manager",
- testimonial: "Smooth process from start to finish. Our roof looks amazing.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096449.jpg",
- },
+ id: "3", name: "Lisa Garcia", role: "Property Manager", testimonial: "Smooth process from start to finish. Our roof looks amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096449.jpg"},
{
- id: "4",
- name: "Mark Evans",
- role: "Homeowner",
- testimonial: "Fair pricing and top-tier materials. Will use them again.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
- },
+ id: "4", name: "Mark Evans", role: "Homeowner", testimonial: "Fair pricing and top-tier materials. Will use them again.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
{
- id: "5",
- name: "Jenny Lee",
- role: "Homeowner",
- testimonial: "The communication was perfect throughout the project.",
- imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
- },
+ id: "5", name: "Jenny Lee", role: "Homeowner", testimonial: "The communication was perfect throughout the project.", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"},
]}
title="Customer Stories"
description="Read what our satisfied customers have to say about our work."
@@ -231,20 +149,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "How long does a roof last?",
- content: "Most residential roofs last 20-30 years depending on material and maintenance.",
- },
+ id: "1", title: "How long does a roof last?", content: "Most residential roofs last 20-30 years depending on material and maintenance."},
{
- id: "2",
- title: "Do you offer financing?",
- content: "Yes, we provide flexible financing options for all major projects.",
- },
+ id: "2", title: "Do you offer financing?", content: "Yes, we provide flexible financing options for all major projects."},
{
- id: "3",
- title: "Is a quote free?",
- content: "Absolutely. Contact us today for a completely free inspection and quote.",
- },
+ id: "3", title: "Is a quote free?", content: "Absolutely. Contact us today for a completely free inspection and quote."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about your next roofing project."
@@ -256,16 +165,13 @@ export default function LandingPage() {
@@ -275,29 +181,19 @@ export default function LandingPage() {
logoText="Alma Roofing"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}