Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 08:31:18 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -89,13 +89,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "product-1", name: "Classic Aviator Elite", price: "$450", variant: "Black Gold 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-dressed-elegant-summer-clothes-sexy-carefree-girl-sitting-street-trendy-modern-businesswoman-sunglasses-having-fun_158538-6686.jpg", imageAlt: "Classic aviator sunglasses", isFavorited: false
id: "product-1", name: "Classic Aviator Elite", price: "$450", variant: "Black Gold 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-dressed-elegant-summer-clothes-sexy-carefree-girl-sitting-street-trendy-modern-businesswoman-sunglasses-having-fun_158538-6686.jpg?_wi=1", imageAlt: "Classic aviator sunglasses", isFavorited: false
},
{
id: "product-2", name: "Tortoiseshell Elegance", price: "$520", variant: "Tortoiseshell 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/girl-park_1157-7460.jpg", imageAlt: "Cat-eye luxury sunglasses", isFavorited: false
id: "product-2", name: "Tortoiseshell Elegance", price: "$520", variant: "Tortoiseshell 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/girl-park_1157-7460.jpg?_wi=1", imageAlt: "Cat-eye luxury sunglasses", isFavorited: false
},
{
id: "product-3", name: "Performance Polarized", price: "$380", variant: "Gun Metal 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-wearing-sunglasses-swimsuits-sitting-sandy-beach-with-palm-trees-looking-ocean-with-romantic-smiles-two-best-female-friends-spend-vacation-tropics_291650-830.jpg", imageAlt: "Sports luxury sunglasses", isFavorited: false
id: "product-3", name: "Performance Polarized", price: "$380", variant: "Gun Metal 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-wearing-sunglasses-swimsuits-sitting-sandy-beach-with-palm-trees-looking-ocean-with-romantic-smiles-two-best-female-friends-spend-vacation-tropics_291650-830.jpg?_wi=1", imageAlt: "Sports luxury sunglasses", isFavorited: false
},
{
id: "product-4", name: "Oversized Statement", price: "$595", variant: "Rose Gold 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9433.jpg", imageAlt: "Oversized luxury sunglasses", isFavorited: false
@@ -123,7 +123,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Materials", description: "Crafted from the finest acetate, titanium, and optical-grade polycarbonate for durability and comfort.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-dressed-elegant-summer-clothes-sexy-carefree-girl-sitting-street-trendy-modern-businesswoman-sunglasses-having-fun_158538-6686.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-dressed-elegant-summer-clothes-sexy-carefree-girl-sitting-street-trendy-modern-businesswoman-sunglasses-having-fun_158538-6686.jpg?_wi=2"
},
items: [
{ icon: Sparkles, text: "Acetate & Titanium Construction" },
@@ -134,7 +134,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Expert Craftsmanship", description: "Each pair is assembled by master artisans with decades of experience in luxury eyewear production.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/girl-park_1157-7460.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/girl-park_1157-7460.jpg?_wi=2"
},
items: [
{ icon: Award, text: "Hand-Finished Frames" },
@@ -145,7 +145,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Timeless Design", description: "Curated collections that blend classic aesthetics with contemporary trends for enduring style.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/two-girls-wearing-sunglasses-swimsuits-sitting-sandy-beach-with-palm-trees-looking-ocean-with-romantic-smiles-two-best-female-friends-spend-vacation-tropics_291650-830.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/two-girls-wearing-sunglasses-swimsuits-sitting-sandy-beach-with-palm-trees-looking-ocean-with-romantic-smiles-two-best-female-friends-spend-vacation-tropics_291650-830.jpg?_wi=2"
},
items: [
{ icon: Heart, text: "Iconic Silhouettes" },