Update src/app/page.tsx

This commit is contained in:
2026-04-11 14:18:50 +00:00
parent 3c59264368
commit 4a4166d019

View File

@@ -74,15 +74,15 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=1",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg?_wi=1",
imageAlt: "commercial metal roofing project site", imageAlt: "commercial metal roofing project site",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-metal-ladder-holding-paint-can-presenting-camera-isolated-green-wall_141793-15954.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-metal-ladder-holding-paint-can-presenting-camera-isolated-green-wall_141793-15954.jpg?_wi=1",
imageAlt: "roof inspection residential home exterior", imageAlt: "roof inspection residential home exterior",
}, },
]} ]}
@@ -104,31 +104,31 @@ export default function LandingPage() {
{ {
title: "Experienced Team", title: "Experienced Team",
description: "Highly trained experts with years of industry knowledge.", description: "Highly trained experts with years of industry knowledge.",
imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=2",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
{ {
title: "Tailored Solutions", title: "Tailored Solutions",
description: "Designs built specifically for your budget and home.", description: "Designs built specifically for your budget and home.",
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg?_wi=2",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
{ {
title: "Quality Materials", title: "Quality Materials",
description: "Top-grade sheets and building components used every time.", description: "Top-grade sheets and building components used every time.",
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-metal-ladder-holding-paint-can-presenting-camera-isolated-green-wall_141793-15954.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-metal-ladder-holding-paint-can-presenting-camera-isolated-green-wall_141793-15954.jpg?_wi=2",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
{ {
title: "On-Time Delivery", title: "On-Time Delivery",
description: "We respect deadlines and work efficiently.", description: "We respect deadlines and work efficiently.",
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg?_wi=1",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
{ {
title: "Flexible Payment", title: "Flexible Payment",
description: "Various options available to suit your financial needs.", description: "Various options available to suit your financial needs.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg?_wi=1",
imageAlt: "professional roofing worker on house roof", imageAlt: "professional roofing worker on house roof",
}, },
]} ]}
@@ -197,7 +197,7 @@ export default function LandingPage() {
quote: "The team understands roofing perfectly. They listen and tailor everything to your needs.", quote: "The team understands roofing perfectly. They listen and tailor everything to your needs.",
name: "Sarah J.", name: "Sarah J.",
role: "Homeowner", role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg?_wi=2",
}, },
{ {
id: "t2", id: "t2",
@@ -245,7 +245,7 @@ export default function LandingPage() {
description="At NAK Roofing, we focus on delivering reliable solutions backed by experience, quality materials, and strong service." description="At NAK Roofing, we focus on delivering reliable solutions backed by experience, quality materials, and strong service."
subdescription="Our goal is simple: deliver durable roofing, on time, every time." subdescription="Our goal is simple: deliver durable roofing, on time, every time."
icon={Shield} icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg" imageSrc="http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>