From 9d4edac2f7cbce3cb6657eebb434509af186840a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:59:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 530d3bb..c9618da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tag="Welcome to Aesthetic Cafe" tagIcon={Coffee} tagAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg" imageAlt="Aesthetic cafe interior with warm lighting and cozy seating" buttons={[ @@ -66,7 +66,8 @@ export default function HomePage() { description="Founded by coffee enthusiasts" subdescription="Aesthetic Cafe - Est. 2021" icon={Heart} - videoSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg" + imageAlt="Coffee preparation and cafe ambiance" mediaAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1