Update src/app/products/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function ProductsPage() {
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=4"
|
||||
imageAlt="Lifestyle Home premium furniture showroom"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -100,7 +100,7 @@ export default function ProductsPage() {
|
||||
name: "Modern Living Room Suite",
|
||||
price: "From R25,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg",
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=5",
|
||||
imageAlt: "Contemporary modular living room furniture",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -109,7 +109,7 @@ export default function ProductsPage() {
|
||||
name: "Luxury Bedroom Collection",
|
||||
price: "From R35,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg",
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=3",
|
||||
imageAlt: "Premium custom bedroom furniture set",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default function ProductsPage() {
|
||||
name: "Executive Office Setup",
|
||||
price: "From R15,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=4",
|
||||
imageAlt: "Professional office furniture solution",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export default function ProductsPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=2"
|
||||
imageAlt="Lifestyle Home Midrand showroom exterior"
|
||||
logoText="Lifestyle Home"
|
||||
copyrightText="© 2025 Lifestyle Home. All rights reserved. Premium Bespoke Furniture Manufacturer."
|
||||
|
||||
Reference in New Issue
Block a user