Update src/app/shop/page.tsx

This commit is contained in:
2026-03-07 21:56:26 +00:00
parent 16eb064f58
commit 1c09eadeae

View File

@@ -81,63 +81,63 @@ export default function ShopPage() {
id: "1",
name: "Premium Teak Lounge Set",
price: "$2,499",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=2",
imageAlt: "Teak outdoor lounge furniture set",
},
{
id: "2",
name: "Modern Fire Pit Pavilion",
price: "$3,995",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=2",
imageAlt: "Contemporary outdoor fire pit with seating",
},
{
id: "3",
name: "LED Ambient Lighting System",
price: "$1,299",
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=2",
imageAlt: "Outdoor LED lighting installation",
},
{
id: "4",
name: "Luxury Patio Dining Table",
price: "$1,899",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg?_wi=2",
imageAlt: "High-end outdoor dining furniture",
},
{
id: "5",
name: "Designer Garden Planters",
price: "$599",
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/patterned-plant-pots-with-cereus-cactus_53876-146614.jpg?_wi=2",
imageAlt: "Artisan ceramic garden planters",
},
{
id: "6",
name: "Premium Outdoor Rugs",
price: "$899",
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lawn-with-flowers_1101-808.jpg?_wi=2",
imageAlt: "High-quality outdoor area rugs",
},
{
id: "7",
name: "Marble Outdoor Coffee Table",
price: "$1,599",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=3",
imageAlt: "Luxury marble and wood coffee table",
},
{
id: "8",
name: "Teak Wood Bar Counter",
price: "$2,295",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=3",
imageAlt: "Premium outdoor teak bar counter",
},
{
id: "9",
name: "Smart Irrigation System",
price: "$799",
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=3",
imageAlt: "Automated smart garden irrigation",
},
]}