From f059b323a576967ea21a3928f0e2fc51d000aeb6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:10:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++--------------------------------------- 1 file changed, 17 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ced5ff..beba8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -70,9 +70,7 @@ export default function HomePage() { brandName="Front Street Café" navItems={navItems} button={{ - text: "Order Takeout", - href: "/contact", - }} + text: "Order Takeout", href: "/contact"}} /> @@ -80,7 +78,7 @@ export default function HomePage() { @@ -265,14 +209,7 @@ export default function HomePage() { useInvertedBackground={false} names={["Google Reviews", "Yelp", "Facebook Community", "TripAdvisor", "Local Foodie Magazine", "Port Jervis Community Business Guide", "Restaurant Review Platform"]} logos={[ - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058468.jpg", - "http://img.b2bpic.net/free-vector/collection-social-network-logos_23-2147612326.jpg", - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058463.jpg", - "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148089981.jpg", - "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114019.jpg", - "http://img.b2bpic.net/free-photo/volunteers-teaming-up-organize-donations-charity_23-2149230522.jpg", - "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", - ]} + "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058468.jpg", "http://img.b2bpic.net/free-vector/collection-social-network-logos_23-2147612326.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058463.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148089981.jpg", "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114019.jpg", "http://img.b2bpic.net/free-photo/volunteers-teaming-up-organize-donations-charity_23-2149230522.jpg", "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg"]} speed={40} showCard={true} /> -- 2.49.1