Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 08:29:14 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Coffee & Food Bar"
tagIcon={Coffee}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-photo/modern-employees_1098-16168.jpg"
imageAlt="Magacin industrial interior with warm lighting"
mediaAnimation="slide-up"
@@ -186,24 +186,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", brand: "Magacin", name: "Industrial Interior Design", price: "Featured", rating: 5,
reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/friends-greeting-each-other_23-2147680571.jpg", imageAlt: "Industrial cafe interior with artistic design"
id: "1", brand: "Magacin", name: "Industrial Interior Design", price: "Featured", rating: 5, reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/friends-greeting-each-other_23-2147680571.jpg", imageAlt: "Industrial cafe interior with artistic design"
},
{
id: "2", brand: "Magacin", name: "Premium Bar Service", price: "Crafted", rating: 5,
reviewCount: "Mixology", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Professional bar counter and service setup"
id: "2", brand: "Magacin", name: "Premium Bar Service", price: "Crafted", rating: 5, reviewCount: "Mixology", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Professional bar counter and service setup"
},
{
id: "3", brand: "Magacin", name: "Young Dynamic Crowd", price: "Social", rating: 5,
reviewCount: "Energy", imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088573.jpg", imageAlt: "Vibrant nightlife scene with young professionals"
id: "3", brand: "Magacin", name: "Young Dynamic Crowd", price: "Social", rating: 5, reviewCount: "Energy", imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088573.jpg", imageAlt: "Vibrant nightlife scene with young professionals"
},
{
id: "4", brand: "Magacin", name: "Signature Cocktails", price: "Artistry", rating: 5,
reviewCount: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95376.jpg", imageAlt: "Beautiful craft cocktails and mixology"
id: "4", brand: "Magacin", name: "Signature Cocktails", price: "Artistry", rating: 5, reviewCount: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/closeup-decorated-cocktail-summer-drink_53876-95376.jpg", imageAlt: "Beautiful craft cocktails and mixology"
},
{
id: "5", brand: "Magacin", name: "Live Music Moments", price: "Unforgettable", rating: 5,
reviewCount: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-recording-studio-room-musicians-rehearsals_169016-3805.jpg", imageAlt: "Live band performing on stage with perfect lighting"
id: "5", brand: "Magacin", name: "Live Music Moments", price: "Unforgettable", rating: 5, reviewCount: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-recording-studio-room-musicians-rehearsals_169016-3805.jpg", imageAlt: "Live band performing on stage with perfect lighting"
}
]}
gridVariant="bento-grid"
@@ -225,7 +220,7 @@ export default function LandingPage() {
description="Book your experience at Magacin. Whether it's a casual coffee meeting, brunch with friends, or an unforgettable evening, reservations guarantee your perfect moment."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/friends-greeting-each-other_23-2147680571.jpg"
imageAlt="Magacin welcoming reservation space"