From 7c193a588461da447f281628c5151c612e3ac200 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 00:43:34 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1ebcf76..5f26c2f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1 From 7c791770c8a0b6a38308e8f7da902d40bb975197 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 00:43:35 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2986cd8..783791d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, History, Flame, Star, Zap, ChefHat, Award, Wine2, Utensils, Users, Crown, Clock, Heart, CircleDollarSign, ArrowLeftRight, Send, Quote } from "lucide-react"; +import { Sparkles, History, Flame, Star, Zap, ChefHat, Award, Wine, Utensils, Users, Crown, Clock, Heart, CircleDollarSign, ArrowLeftRight, Send, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -54,13 +54,13 @@ export default function LandingPage() { buttonAnimation="slide-up" tagAnimation="opacity" dashboard={{ - title: "Tonight's Specials", logoIcon: Wine2, + title: "Tonight's Specials", logoIcon: Wine, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hi8a1y", imageAlt: "Maple Hot Wings Being Glazed", searchPlaceholder: "Find your favorite flavor", buttons: [ { text: "View Menu", href: "menu" }, { text: "Make Reservation", href: "contact" } ], sidebarItems: [ - { icon: Wine2, active: true }, + { icon: Wine, active: true }, { icon: Utensils }, { icon: Users } ], @@ -274,7 +274,7 @@ export default function LandingPage() { { text: "Reserve Now", href: "#" }, { text: "Order Takeout", href: "#" } ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1 From 2411703f1b4e5de4df7ff772987b60ac6a0d2af3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 00:43:36 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7899503..d7eea5f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,7 +74,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -150,7 +150,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -233,7 +233,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1 From 43451c7dc58a20b32a47a7bffe69b3429ee10a92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 00:43:36 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6ad74c5..e4bdf75 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,7 +27,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -102,7 +102,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1