From 3d263d6aaadc088d52f4ff9b07e0daa27231c4a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:36:34 +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 22b7289..c5c2a5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Family Welcome" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Reserve Your Table Now", href: "#contact" }, { text: "Order Online", href: "#" } @@ -158,7 +158,7 @@ export default function LandingPage() { id: "2", name: "Rajesh Kumar", handle: "Family Visitor", testimonial: "Best North Indian food in Wagholi! The paneer butter masala and biryani are outstanding. Affordable prices and perfect ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Rajesh Kumar" }, { - id: "3", name: "Sneha Desai", handle: "Event Organizer", testimonial: "Organized a corporate team lunch here. The staff was incredibly accommodating, food was delicious, and the garden setting impressed everyone.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sneha Desai" + id: "3", name: "Sneha Desai", handle: "Event Organizer", testimonial: "Organized a corporate team lunch here. The staff was incredibly accommodating, food was delicious, and the garden setting impressed everyone.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sneha Desai" }, { id: "4", name: "Arun Patel", handle: "Regular Customer", testimonial: "We come here every weekend. The food quality is consistent, service is prompt, and it's perfect for families with kids. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Arun Patel" @@ -167,7 +167,7 @@ export default function LandingPage() { id: "5", name: "Neha Gupta", handle: "Highway Traveler", testimonial: "Found this gem on a road trip. The freshly made North Indian dishes and welcoming vibe made us want to return immediately.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Neha Gupta" }, { - id: "6", name: "Vikram Singh", handle: "Anniversary Celebration", testimonial: "Perfect place for a special dinner. Intimate garden corner, delicious food, and warm hospitality. Memorable evening with my wife!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Vikram Singh" + id: "6", name: "Vikram Singh", handle: "Anniversary Celebration", testimonial: "Perfect place for a special dinner. Intimate garden corner, delicious food, and warm hospitality. Memorable evening with my wife!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vikram Singh" } ]} speed={40} -- 2.49.1