From e395f1664f8873d1709ec7ce96b887450ac973fc Mon Sep 17 00:00:00 2001 From: development Date: Mon, 9 Feb 2026 14:11:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c851f84..9b11cbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -19,7 +19,7 @@ export default function RestaurantPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmall" - background="aurora" + background="none" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function RestaurantPage() { description="Discover an extraordinary culinary journey where tradition meets innovation. Our chef-curated menu features the finest seasonal ingredients and timeless recipes." tag="Fine Dining" tagIcon={Utensils} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Elegant restaurant ambiance" -- 2.49.1