Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 10:55:09 +00:00
Showing only changes of commit ebeb6cc5f0 - Show all commits

View File

@@ -44,64 +44,28 @@ export default function ShopPage() {
tagAnimation="opacity" tagAnimation="opacity"
products={[ products={[
{ {
id: "1", id: "1", brand: "Studio Luxe", name: "Modern White Sectional", price: "$2,850", rating: 5,
brand: "Studio Luxe", reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg", imageAlt: "Modern white sectional sofa"
name: "Modern White Sectional",
price: "$2,850",
rating: 5,
reviewCount: "342",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg?_wi=2",
imageAlt: "Modern white sectional sofa"
}, },
{ {
id: "2", id: "2", brand: "Studio Luxe", name: "Marble Dining Table", price: "$1,650", rating: 5,
brand: "Studio Luxe", reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Marble dining table with brass legs"
name: "Marble Dining Table",
price: "$1,650",
rating: 5,
reviewCount: "218",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg?_wi=3",
imageAlt: "Marble dining table with brass legs"
}, },
{ {
id: "3", id: "3", brand: "Studio Luxe", name: "Sculpted Lounge Chair", price: "$945", rating: 5,
brand: "Studio Luxe", reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg", imageAlt: "Designer lounge chair in cream"
name: "Sculpted Lounge Chair",
price: "$945",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg?_wi=2",
imageAlt: "Designer lounge chair in cream"
}, },
{ {
id: "4", id: "4", brand: "Studio Luxe", name: "Walnut Bookshelf", price: "$1,420", rating: 5,
brand: "Studio Luxe", reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg", imageAlt: "Modern walnut shelving unit"
name: "Walnut Bookshelf",
price: "$1,420",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg?_wi=2",
imageAlt: "Modern walnut shelving unit"
}, },
{ {
id: "5", id: "5", brand: "Studio Luxe", name: "Glass Coffee Table", price: "$725", rating: 5,
brand: "Studio Luxe", reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Minimalist glass coffee table"
name: "Glass Coffee Table",
price: "$725",
rating: 5,
reviewCount: "267",
imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg?_wi=2",
imageAlt: "Minimalist glass coffee table"
}, },
{ {
id: "6", id: "6", brand: "Studio Luxe", name: "Pendant Light Collection", price: "$385", rating: 5,
brand: "Studio Luxe", reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", imageAlt: "Designer pendant lighting"
name: "Pendant Light Collection",
price: "$385",
rating: 5,
reviewCount: "421",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=2",
imageAlt: "Designer pendant lighting"
} }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -117,34 +81,16 @@ export default function ShopPage() {
description="Specialty selections organized by room and design aesthetic." description="Specialty selections organized by room and design aesthetic."
products={[ products={[
{ {
id: "7", id: "7", brand: "Studio Luxe", name: "Minimalist Living Set", price: "$4,200", rating: 5,
brand: "Studio Luxe", reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg", imageAlt: "Minimalist living room set"
name: "Minimalist Living Set",
price: "$4,200",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg?_wi=2",
imageAlt: "Minimalist living room set"
}, },
{ {
id: "8", id: "8", brand: "Studio Luxe", name: "Luxury Bedroom Suite", price: "$3,600", rating: 5,
brand: "Studio Luxe", reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Luxury bedroom furniture"
name: "Luxury Bedroom Suite",
price: "$3,600",
rating: 5,
reviewCount: "64",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=2",
imageAlt: "Luxury bedroom furniture"
}, },
{ {
id: "9", id: "9", brand: "Studio Luxe", name: "Contemporary Home Office", price: "$2,950", rating: 5,
brand: "Studio Luxe", reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Modern home office setup"
name: "Contemporary Home Office",
price: "$2,950",
rating: 5,
reviewCount: "102",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=2",
imageAlt: "Modern home office setup"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -158,8 +104,7 @@ export default function ShopPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "All Furniture", href: "shop" }, { label: "All Furniture", href: "shop" },
{ label: "Seating", href: "shop" }, { label: "Seating", href: "shop" },
{ label: "Tables", href: "shop" }, { label: "Tables", href: "shop" },
@@ -168,8 +113,7 @@ export default function ShopPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "about" }, { label: "About Us", href: "about" },
{ label: "Design Philosophy", href: "about" }, { label: "Design Philosophy", href: "about" },
{ label: "Sustainability", href: "#" }, { label: "Sustainability", href: "#" },
@@ -178,8 +122,7 @@ export default function ShopPage() {
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" }, { label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" }, { label: "Returns", href: "#" },