Update src/app/page.tsx

This commit is contained in:
2026-03-11 00:42:13 +00:00
parent db4747ace8
commit 8b87718cac

View File

@@ -102,16 +102,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "The Meridian Lounge", price: "$8,500", variant: "Deep Charcoal • Brushed Gold Hardware", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg?_wi=2", imageAlt: "The Meridian Lounge Chair"
id: "1", name: "The Meridian Lounge", price: "₹67,50,000", variant: "Deep Charcoal • Brushed Gold Hardware", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg?_wi=2", imageAlt: "The Meridian Lounge Chair"
},
{
id: "2", name: "The Noir Marble Table", price: "$3,200", variant: "Nero Marquina • Walnut Base", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=2", imageAlt: "The Noir Marble Table"
id: "2", name: "The Noir Marble Table", price: "₹25,60,000", variant: "Nero Marquina • Walnut Base", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=2", imageAlt: "The Noir Marble Table"
},
{
id: "3", name: "The Heirloom Cabinet", price: "$5,900", variant: "Hand-Finished Oak • Brass Details", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg?_wi=2", imageAlt: "The Heirloom Cabinet"
id: "3", name: "The Heirloom Cabinet", price: "₹47,20,000", variant: "Hand-Finished Oak • Brass Details", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg?_wi=2", imageAlt: "The Heirloom Cabinet"
},
{
id: "4", name: "The Statement Bench", price: "$2,800", variant: "Cognac Leather • Walnut Frame", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg?_wi=2", imageAlt: "The Statement Bench"
id: "4", name: "The Statement Bench", price: "₹22,40,000", variant: "Cognac Leather • Walnut Frame", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg?_wi=2", imageAlt: "The Statement Bench"
}
]}
textboxLayout="default"