Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 16:04:57 +00:00

View File

@@ -136,10 +136,10 @@ export default function LandingPage() {
title: "Premium Quality", description: "Sustainably sourced materials crafted with attention to detail and durability", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg", imageAlt: "Premium Materials"
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg?_wi=1", imageAlt: "Premium Materials"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg", imageAlt: "Quality Craftsmanship"
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg?_wi=2", imageAlt: "Quality Craftsmanship"
}
]
},
@@ -147,10 +147,10 @@ export default function LandingPage() {
title: "Custom Designs", description: "Unique, limited-edition pieces that celebrate your individuality", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg", imageAlt: "Custom Design Process"
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg?_wi=1", imageAlt: "Custom Design Process"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg", imageAlt: "Design Studio"
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg?_wi=2", imageAlt: "Design Studio"
}
]
}