Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 21:18:56 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -84,10 +84,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Victorian Pocket Watch", price: "$1,250", variant: "Gold • 1890s • Excellent", imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Victorian pocket watch"
id: "1", name: "Victorian Pocket Watch", price: "$1,250", variant: "Gold • 1890s • Excellent", imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=1", imageAlt: "Victorian pocket watch"
},
{
id: "2", name: "Porcelain Figurine", price: "$680", variant: "Meissen • Hand-Painted • Rare", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg", imageAlt: "Antique porcelain figurine"
id: "2", name: "Porcelain Figurine", price: "$680", variant: "Meissen • Hand-Painted • Rare", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg?_wi=1", imageAlt: "Antique porcelain figurine"
},
{
id: "3", name: "Brass Navigation Telescope", price: "$890", variant: "Maritime • 1920s • Functional", imageSrc: "http://img.b2bpic.net/free-photo/composition-marine-elements-with-copyspace_23-2147804677.jpg", imageAlt: "Antique brass telescope"
@@ -104,11 +104,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Authentic Verification", author: "Curatorial Team", description: "Every piece is thoroughly authenticated by our expert appraisers with decades of experience in antique valuation and historical documentation.", tags: ["Authenticity", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Authentication process"
imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=2", imageAlt: "Authentication process"
},
{
id: "2", title: "Heritage Restoration", author: "Restoration Specialists", description: "Our skilled craftspeople carefully restore each piece while maintaining original character and historical integrity for lasting value.", tags: ["Quality", "Preservation"],
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg", imageAlt: "Restoration workshop"
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg?_wi=2", imageAlt: "Restoration workshop"
}
]}
textboxLayout="default"