Update src/app/page.tsx

This commit is contained in:
2026-03-11 15:58:03 +00:00
parent d5bb3ddf5c
commit c287da1f7f

View File

@@ -59,14 +59,14 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-four-buildings-blue-sky_181624-49869.jpg", imageAlt: "Luxury Miami home with professional roofing installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1", imageAlt: "Professional roof replacement in progress"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Professional roof replacement in progress"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=1", imageAlt: "Premium luxury home exterior in Miami"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg", imageAlt: "Premium luxury home exterior in Miami"
}
]}
mediaAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
/>
</div>
@@ -143,7 +143,7 @@ export default function LandingPage() {
description="Experienced & Professional"
subdescription="15+ Years of Excellence in South Florida"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg"
imageAlt="Professional roofing team working on luxury home"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -181,7 +181,7 @@ export default function LandingPage() {
description="Before & After: See the quality and transformation of our roofing work in Miami"
products={[
{
id: "1", name: "Luxury Home Roof Replacement", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2", imageAlt: "Professional roof replacement on luxury home"
id: "1", name: "Luxury Home Roof Replacement", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Professional roof replacement on luxury home"
},
{
id: "2", name: "Hurricane Storm Damage Restoration", price: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-wild-grape-covering-part-yard_1268-15653.jpg", imageAlt: "Storm damage roof repair and restoration"
@@ -231,4 +231,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}