Update src/app/page.tsx

This commit is contained in:
2026-03-23 14:20:26 +00:00
parent 1ce9ce6dff
commit 8acb3ee8a9

View File

@@ -71,29 +71,29 @@ export default function LandingPage() {
description="You arent just buying a roof; youre investing in peace of mind. Experience the craftsmanship that Ethan, Judith, and hundreds of others trust."
leftCarouselItems={[
{
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg?_wi=1",
videoAriaLabel: "High-definition, slow-motion drone video showing a finished, high-end roof.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg?_wi=1",
imageAlt: "Luxurious slate roof on a modern home.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg?_wi=1",
imageAlt: "Architectural shingle roof on a beautiful new home.",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg?_wi=2",
imageAlt: "Luxurious slate roof on a modern home.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-yard-terrace-restaurant-made-national-style-with-greenery-chairs-ad-tables-nikiti-greece_1268-16662.jpg?_wi=2",
imageAlt: "Architectural shingle roof on a beautiful new home.",
},
{
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-houses-near-ocean-captured-camague-france_181624-18766.jpg?_wi=2",
videoAriaLabel: "High-definition, slow-motion drone video showing a finished, high-end roof.",
},
]}