diff --git a/src/app/page.tsx b/src/app/page.tsx index e9602b2..bef6609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,12 +44,12 @@ export default function LandingPage() { description="Calgary’s premier deck and exteriors company, bringing over 30 years of expert craftsmanship to your outdoor living space." buttons={[{ text: "Get a Consultation", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", imageAlt: "Luxury custom deck" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", imageAlt: "Custom sunroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", imageAlt: "High quality deck stairs" }, - { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", imageAlt: "Luxury custom deck" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", imageAlt: "Custom sunroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", imageAlt: "High quality deck stairs" }, + { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=1", imageAlt: "Luxury custom deck" }, + { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=1", imageAlt: "Custom sunroom design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=1", imageAlt: "High quality deck stairs" }, + { imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=2", imageAlt: "Luxury custom deck" }, + { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=2", imageAlt: "Custom sunroom design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=2", imageAlt: "High quality deck stairs" }, ]} /> @@ -68,9 +68,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: 1, title: "Custom Decking", description: "Tailor-made designs that perfectly fit your landscape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg", imageAlt: "Custom Decking" }, - { id: 2, title: "Sunrooms", description: "Expand your living space with our premium, all-weather sunrooms.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", imageAlt: "Sunrooms" }, - { id: 3, title: "Railings & Stairs", description: "Safe, beautiful, and fully compliant stairways and high-end railing installations.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg", imageAlt: "Railings & Stairs" }, + { id: 1, title: "Custom Decking", description: "Tailor-made designs that perfectly fit your landscape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg?_wi=3", imageAlt: "Custom Decking" }, + { id: 2, title: "Sunrooms", description: "Expand your living space with our premium, all-weather sunrooms.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=3", imageAlt: "Sunrooms" }, + { id: 3, title: "Railings & Stairs", description: "Safe, beautiful, and fully compliant stairways and high-end railing installations.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-pleased-young-lady-purple-shoes-standing-with-glass-juice-beside-stairs_197531-4728.jpg?_wi=3", imageAlt: "Railings & Stairs" }, ]} title="Comprehensive Exterior Solutions" description="From structural foundations like screw piles to aesthetic finishes like privacy screens and cedar boards, we do it all with expert precision." @@ -81,11 +81,11 @@ export default function LandingPage() {