diff --git a/src/app/page.tsx b/src/app/page.tsx
index a5cf96b..b595700 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,73 +29,39 @@ export default function LandingPage() {
@@ -104,10 +70,8 @@ export default function LandingPage() {
@@ -121,33 +85,20 @@ export default function LandingPage() {
{
title: "Driveways & Patios", description: "Upgrade your home's curb appeal with professional-grade driveways and patio installations.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=3", imageAlt: "Driveway work"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=4", imageAlt: "Patio work"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/finished-concrete-driveway-suburb_23-2148501234.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/concrete-backyard-patio-finish_23-2148902345.jpg" },
],
},
{
title: "Foundations & Sidewalks", description: "Solid foundations for your projects and durable walkways built for longevity.", icon: Shield,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=2", imageAlt: "Foundation work"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=5", imageAlt: "Sidewalk work"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/foundation-wall-pour-construction_23-2148345678.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/new-concrete-sidewalk-pour_23-2148789012.jpg" },
],
- },
- {
- title: "Retaining Walls", description: "Precision retaining walls designed to blend structural integrity with site aesthetics.", icon: Zap,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=3", imageAlt: "Wall construction"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=6", imageAlt: "Concrete textures"},
- ],
- },
+ }
]}
title="Our Professional Concrete Services"
- description="We handle projects of all sizes with craftsmanship and attention to detail."
+ description="We handle projects of all sizes with craftsmanship and attention to detail across Salt Lake County."
/>
@@ -159,16 +110,8 @@ export default function LandingPage() {
description="Answers to common questions about our concrete services."
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1", title: "Do you serve all of Salt Lake County?", content: "Yes, we proudly serve all residents and businesses within Salt Lake County."},
- {
- id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for all construction work we perform."},
- {
- id: "f3", title: "How long does a typical driveway pour take?", content: "Depending on size and prep work, a standard driveway typically takes 3 to 5 days to complete."},
- {
- id: "f4", title: "When can I drive on my new concrete?", content: "We recommend waiting at least 7 days for light traffic and 28 days for full heavy load capacity."},
- {
- id: "f5", title: "Can you handle commercial foundations?", content: "Yes, we have extensive experience with both residential and commercial foundation pouring."},
+ { id: "f1", title: "Do you serve all of Salt Lake County?", content: "Yes, we serve all of Salt Lake County and surrounding areas." },
+ { id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for all construction work we perform." },
]}
/>
@@ -177,18 +120,12 @@ export default function LandingPage() {
@@ -202,4 +139,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file