From 0ce84508fedb1078f378a78f0efd558d3e0da447 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:38:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99b518f..2cb639d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Call Now: 089777 40970", href: "tel:+919999999999" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg?_wi=1" + background={{ variant: "radial-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg" imageAlt="Authentic Indian Biryani at Savya Restaurant" mediaAnimation="opacity" frameStyle="card" @@ -81,7 +81,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Mutton Safedia Biryani", description: "Fragrant basmati rice layered with tender mutton, aromatic spices, and traditional Hyderabadi cooking methods. A signature dish loved by our patrons.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg?_wi=2"}, + title: "Mutton Safedia Biryani", description: "Fragrant basmati rice layered with tender mutton, aromatic spices, and traditional Hyderabadi cooking methods. A signature dish loved by our patrons.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg"}, { id: 2, title: "Butter Chicken", description: "Tender chicken pieces in a creamy tomato-based sauce with aromatic spices and fresh cream. Perfect with naan or rice.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-sauce-with-rice_140725-6146.jpg"}, @@ -162,7 +162,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Reserve Your Table Today" description="Book your dining experience at Savya and enjoy an evening of authentic flavors and warm hospitality. We're open daily—closes at 11 PM." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Notify Me" -- 2.49.1