From ee4f3d6fbcb0f1db0d0499489a5b37b9301ce733 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:04:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a516244..466f065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Heritage Dining" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Menu", href: "#menu" }, { text: "Book a Table", href: "#contact" } @@ -56,16 +56,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", imageAlt: "Elegant restaurant interior with fine dining ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=1", imageAlt: "Premium grill room steaks and gourmet dishes" + imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Premium grill room steaks and gourmet dishes" }, { imageSrc: "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg", imageAlt: "Extensive wine selection and premium beverages" }, { - imageSrc: "http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg?_wi=1", imageAlt: "Fine dining experience with family gathering setting" + imageSrc: "http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg", imageAlt: "Fine dining experience with family gathering setting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Warm restaurant ambiance with elegant lighting" + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm restaurant ambiance with elegant lighting" } ]} ariaLabel="Heritage Caffe The William hero section with carousel" @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg" imageAlt="Heritage Caffe The William dining experience" buttons={[ { text: "Explore Our Menu", href: "#menu" } @@ -107,27 +107,27 @@ export default function LandingPage() { products={[ { id: "1", brand: "The Grill Room", name: "Tomahawk Fiorentina", price: "Premium", rating: 5, - reviewCount: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=2", imageAlt: "Premium aged Tomahawk Fiorentina steak" + reviewCount: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Premium aged Tomahawk Fiorentina steak" }, { id: "2", brand: "La Pizzeria", name: "Original Margherita", price: "Signature", rating: 5, - reviewCount: "Italian Classic", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=3", imageAlt: "Authentic Italian Margherita pizza" + reviewCount: "Italian Classic", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Authentic Italian Margherita pizza" }, { id: "3", brand: "Seafood Specialties", name: "Queen Prawns", price: "Market Price", rating: 5, - reviewCount: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=4", imageAlt: "Fresh Queen Prawns premium seafood" + reviewCount: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Fresh Queen Prawns premium seafood" }, { id: "4", brand: "Continental", name: "Seafood Paella", price: "Signature Dish", rating: 5, - reviewCount: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=5", imageAlt: "Authentic Spanish Seafood Paella" + reviewCount: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Authentic Spanish Seafood Paella" }, { id: "5", brand: "Pasta Classics", name: "Fettuccine Alfredo", price: "Classic", rating: 5, - reviewCount: "Creamy Perfection", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=6", imageAlt: "Creamy Fettuccine Alfredo pasta" + reviewCount: "Creamy Perfection", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Creamy Fettuccine Alfredo pasta" }, { id: "6", brand: "Platters & Boards", name: "La Famiglia", price: "Sharing", rating: 5, - reviewCount: "Family Style", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg?_wi=7", imageAlt: "La Famiglia sharing platter for families" + reviewCount: "Family Style", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "La Famiglia sharing platter for families" } ]} /> @@ -191,7 +191,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" imageAlt="Heritage Caffe The William elegant dining space" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1