From 5f37398fe1f2034a49c6913b15ff90e772df30dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:27:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48cd18f..840f814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { title="Authentic Kebab Experience" description="Discover the finest hand-grilled kebabs prepared with premium spices and traditional techniques. Located in the heart of Husainabad, Lucknow." tag="Premium Kebabs" - background={{ variant: "glowing-orb" }} + background={{ variant: "blurBottom" }} imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28157.jpg" imageAlt="Delicious grilled kebabs" imagePosition="right" @@ -51,10 +51,10 @@ export default function LandingPage() { testimonials={[ { name: "Ravi Kumar", handle: "Food Enthusiast", testimonial: "The best kebabs in Lucknow! Authentic flavors and perfect grilling.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { name: "Priya Singh", handle: "Regular Customer", testimonial: "Exceptional quality and authentic taste. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, ]} buttons={[ { text: "Reserve Table", href: "contact" }, @@ -129,10 +129,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ravi Kumar", role: "Food Critic", company: "Lucknow Food Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { id: "2", name: "Priya Singh", role: "Regular Customer", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, { id: "3", name: "Amit Verma", role: "Corporate Client", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-guy-with-beard-looking-happy_176420-18707.jpg"}, @@ -193,7 +193,7 @@ export default function LandingPage() { tag="Get in Touch" title="Reserve Your Table Today" description="Experience authentic kebab cuisine at Kebabchi. Call us or visit our restaurant in Husainabad, Lucknow for reservations and special orders." - background={{ variant: "glowing-orb" }} + background={{ variant: "blurBottom" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg" imageAlt="Kebabchi restaurant dining" -- 2.49.1