From 65aff11cd3bf877007371ecfe20c35da8f6c3376 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:12:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 +++++++++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bce1895..bad7c9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Menu", href: "menu" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/diverse-ethnic-friendship-party-leisure-happiness-concept_53876-42765.jpg" imageAlt="Chai Mehfil rooftop café with lantern lights and live qawwali" mediaAnimation="opacity" @@ -63,7 +63,7 @@ export default function LandingPage() { description="Chai Mehfil brings the timeless tradition of Pakistani mehfils to life. Nestled on a rooftop in the heart of Islamabad, we create unforgettable nights where live qawwali performances fill the air with soulful energy, traditional desi food delights the palate, and endless cups of perfectly brewed chai bring friends and family together. Every evening is a celebration of culture, music, and connection." tag="About Chai Mehfil" buttons={[{ text: "Learn Our Story", href: "#about" }]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-indian-people-celebrating-baisakhi-festival_23-2151216895.jpg" imageAlt="Live qawwali musicians performing with tabla and harmonium" useInvertedBackground={false} ariaLabel="About Chai Mehfil section" @@ -74,13 +74,17 @@ export default function LandingPage() {