Update src/app/page.tsx
This commit is contained in:
@@ -271,13 +271,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luxury Residential Installation", price: "View Project", imageSrc: "https://images.unsplash.com/photo-1579737976150-d4e5d6d3d9e4?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Completed luxury residential roof installation"
|
||||
id: "1", name: "Luxury Residential Installation", price: "View Project", imageSrc: "https://images.unsplash.com/photo-1579737976150-d4e5d6d3d9e4?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Completed luxury residential roof installation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Commercial Flat Roofing Project", price: "View Project", imageSrc: "https://images.unsplash.com/photo-1544377093-41c0983a73c0?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Large commercial building with new flat roof"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Modern Metal Roof Transformation", price: "View Project", imageSrc: "https://images.unsplash.com/photo-1579737976150-d4e5d6d3d9e4?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Stunning metal roof transformation on a modern home"
|
||||
id: "3", name: "Modern Metal Roof Transformation", price: "View Project", imageSrc: "https://images.unsplash.com/photo-1579737976150-d4e5d6d3d9e4?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Stunning metal roof transformation on a modern home"
|
||||
}
|
||||
]}
|
||||
title="Our Work Speaks for Itself"
|
||||
|
||||
Reference in New Issue
Block a user