From d48b055fe80b675985fad1fa72739daa073406c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:59:00 +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 2ae9d4a..15d560a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { description="Savor authentic vegetarian cuisine prepared with premium ingredients. Family-friendly restaurant near Hotel Le Grande on Jaipur Road. 100% pure vegetarian, hygienic kitchen, affordable pricing ₹400-₹600 per person." tag="4.8★ Google Rated" tagIcon={Star} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "4.8★", label: "Google Rating" }, { value: "24/7", label: "Open Hours" }, @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "100%", title: "Pure Veg" }, { value: "5 Yrs", title: "Trusted Service" } ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg" imageAlt="Warm and welcoming restaurant interior" useInvertedBackground={false} mediaAnimation="slide-up" @@ -146,7 +146,7 @@ export default function LandingPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Interior", title: "Warm & Welcoming Space", excerpt: "Comfortable seating, warm lighting, and an inviting ambiance perfect for family dinners and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2", imageAlt: "Restaurant interior", authorName: "Namak Team", authorAvatar: "http://img.b2bpic.net/free-photo/woman-doing-close-up-photoshoot-studio_53876-14476.jpg", date: "Featured" + id: "1", category: "Interior", title: "Warm & Welcoming Space", excerpt: "Comfortable seating, warm lighting, and an inviting ambiance perfect for family dinners and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Restaurant interior", authorName: "Namak Team", authorAvatar: "http://img.b2bpic.net/free-photo/woman-doing-close-up-photoshoot-studio_53876-14476.jpg", date: "Featured" }, { id: "2", category: "Dining", title: "Family Dining Experience", excerpt: "Watch families gather to celebrate moments and create memories over authentic vegetarian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg", imageAlt: "Family dining at restaurant", authorName: "Namak Team", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-nervous_114579-19013.jpg", date: "Featured" -- 2.49.1