From 87bd73405d07737700c07aad400fa561157b52ed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:29:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd9ea85..1a26323 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1