From 42f78920e0f7795005d524b638aa1f694a54a8b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:22:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85391e8..6490857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Premium Magical Café" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", imageAlt: "Hogwarts Café main dining hall with candles" @@ -127,10 +127,10 @@ export default function LandingPage() { title: "Hogwarts Themed Interior", description: "Immerse yourself in authentic Hogwarts-inspired décor with magical lighting and enchanted ambiance.", icon: Castle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg?_wi=1", imageAlt: "Magical interior design" + imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Magical interior design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg?_wi=1", imageAlt: "Animated paintings" + imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg", imageAlt: "Animated paintings" } ] }, @@ -138,10 +138,10 @@ export default function LandingPage() { title: "Magical Entertainment", description: "Enjoy Harry Potter movie screenings, board games, and wand spell displays that bring the wizarding world to life.", icon: Film, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg?_wi=2", imageAlt: "Entertainment displays" + imageSrc: "http://img.b2bpic.net/free-photo/set-fashion-still-life-decorations_23-2148229216.jpg", imageAlt: "Entertainment displays" }, { - imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg?_wi=2", imageAlt: "Game area setup" + imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Game area setup" } ] } @@ -216,7 +216,7 @@ export default function LandingPage() { description="Reserve your table, get directions, or order online. Join us for an unforgettable journey into the wizarding world." tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-tablet-table-cafe_1304-5546.jpg" imageAlt="Cozy restaurant seating" -- 2.49.1