Update src/app/page.tsx

This commit is contained in:
2026-03-12 16:55:49 +00:00
parent d2b08eec99
commit feac64bec9

View File

@@ -63,9 +63,9 @@ export default function LandingPage() {
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-door-outside_23-2149936888.jpg", imageAlt: "Luxury custom wooden staircase" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-book-shelf-stairs_23-2148238645.jpg", imageAlt: "Contemporary staircase installation" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg", imageAlt: "Modern floating stairs" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-wooden-ceiling-cool-house-with-modern-minimalistic-interior_181624-6753.jpg", imageAlt: "Residential staircase project" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/father-taking-his-daughters-school_23-2149015995.jpg", imageAlt: "Elegant custom stairs" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg?_wi=1", imageAlt: "Modern floating stairs" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-wooden-ceiling-cool-house-with-modern-minimalistic-interior_181624-6753.jpg?_wi=1", imageAlt: "Residential staircase project" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/father-taking-his-daughters-school_23-2149015995.jpg?_wi=1", imageAlt: "Elegant custom stairs" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/stained-glass-classic-stairwell-view-from_169016-69796.jpg", imageAlt: "Custom metal stair railings" }
]}
autoPlay={true}
@@ -130,11 +130,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Residential", name: "Modern Wood Staircase with Metal Railing", price: "Custom Quote", rating: 5,
reviewCount: "Homeowner Approved", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-wooden-ceiling-cool-house-with-modern-minimalistic-interior_181624-6753.jpg", imageAlt: "Modern residential staircase"
reviewCount: "Homeowner Approved", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-wooden-ceiling-cool-house-with-modern-minimalistic-interior_181624-6753.jpg?_wi=2", imageAlt: "Modern residential staircase"
},
{
id: "2", brand: "Contemporary", name: "Floating Stairs with Glass Panels", price: "Custom Quote", rating: 5,
reviewCount: "Designer Choice", imageSrc: "http://img.b2bpic.net/free-photo/father-taking-his-daughters-school_23-2149015995.jpg", imageAlt: "Floating staircase design"
reviewCount: "Designer Choice", imageSrc: "http://img.b2bpic.net/free-photo/father-taking-his-daughters-school_23-2149015995.jpg?_wi=2", imageAlt: "Floating staircase design"
},
{
id: "3", brand: "Traditional", name: "Classic Curved Staircase", price: "Custom Quote", rating: 5,
@@ -187,7 +187,7 @@ export default function LandingPage() {
{ value: "20+", title: "Years of Experience" },
{ value: "1000+", title: "Projects Completed" }
]}
imageSrc="http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wood-steel-staircase-scandinavian-minimalism-loft-interior_169016-69135.jpg?_wi=2"
imageAlt="Step One Stair Works craftsmanship"
useInvertedBackground={false}
mediaAnimation="slide-up"