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() {