From dc98ab1b77c44a22e44e3e0297d97461c13dfed0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:45:53 +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 1b4bba7..a3ba653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function KarachiPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function KarachiPage() { { text: "📅 Reserve a Table", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg" imageAlt="Karachi Brasserie Restaurant Interior" mediaAnimation="blur-reveal" @@ -103,11 +103,11 @@ export default function KarachiPage() { { id: "3", name: "Amina Malik", role: "Family Diner", testimonial: "Brought my family for a celebration. The staff was attentive, food was fresh, and the atmosphere perfect for celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Amina Malik"}, { - id: "4", name: "Bilal Hussain", role: "Regular Guest", testimonial: "One of the best restaurants in Saddar. Their cappuccino is excellent, and the desserts are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Bilal Hussain"}, + id: "4", name: "Bilal Hussain", role: "Regular Guest", testimonial: "One of the best restaurants in Saddar. Their cappuccino is excellent, and the desserts are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Bilal Hussain"}, { id: "5", name: "Sara Yousaf", role: "Tourist", testimonial: "Located conveniently near Atrium Mall. Great for shopping and dining. The continental menu is diverse and tasty.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Sara Yousaf"}, { - id: "6", name: "Ali Raza", role: "Food Enthusiast", testimonial: "Authentic continental cuisine with a local touch. Open till 12 AM makes it perfect for late dinners.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Ali Raza"}, + id: "6", name: "Ali Raza", role: "Food Enthusiast", testimonial: "Authentic continental cuisine with a local touch. Open till 12 AM makes it perfect for late dinners.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Ali Raza"}, ]} title="Customer Reviews & Testimonials" description="4.5★ Rating from 227 Real Customers - See why families, professionals, and food lovers choose Karachi Brasserie." -- 2.49.1