From b23c9108469c777341ba3a2df910eeed66fe4644 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:38:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7679e2a..707f151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -47,14 +47,14 @@ export default function LandingPage() { description="Authentic Central Asian Cuisine\nin the Heart of JLT\n\nExperience rich flavors, elegant ambiance, and the warm hospitality that has made Aishazza one of JLT's most loved dining destinations. From handmade manty and perfectly grilled kebabs to flavorful lagman and comforting classics, every dish is crafted with fresh ingredients and authentic recipes." tag="Premium Casual Dining" tagIcon={Sparkles} - background={{ variant: "noise" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg" imageAlt="Aishazza Restaurant Hero - Lake View and Gourmet Cuisine" buttons={[ { text: "Reserve a Table", href: "#contact" }, { text: "View Menu", href: "#signature" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "2", title: "Lakeside Seating", description: "Enjoy tranquil views of the JLT lakes in our comfortable outdoor terrace. The perfect setting for evening dinners and peaceful moments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"}, items: [ { icon: Wind, text: "Peaceful atmosphere" }, { icon: Sun, text: "Beautiful sunset views" }, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: "3", title: "Exceptional Service", description: "Our professional and attentive team takes pride in welcoming every guest with warmth and genuine care. Your satisfaction is our priority.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg"}, items: [ { icon: Users, text: "Friendly professional staff" }, { icon: CheckCircle, text: "Attentive service" }, @@ -170,7 +170,7 @@ export default function LandingPage() {