Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Curated collections of authentic antiques, vintage pieces, and rare collectibles. Each item tells a story of craftsmanship and heritage."
|
||||
tag="Heritage Collection"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/classic-gold-clock-watch-bright-colorful-retro-interior-red-flowers_158538-12491.jpg", imageAlt: "Antique pocket watch" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-pink-long-dress_155996-8.jpg", imageAlt: "Vintage porcelain doll" },
|
||||
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", imageAlt: "Authentication process"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", 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?_wi=2", imageAlt: "Restoration workshop"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg", imageAlt: "Restoration workshop"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user