From 8f592d864ea1a28d845934238ead3cea2d14241c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 18:05:58 +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 6ca5387..6eba633 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1 From 8481c762e238d56449e1b93e5a67009ad37a63ed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 18:05:59 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8713492..63b8f2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Local Gem Diner" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-hamburger-grilled-beef-patty-with-melted-cheese-red-onion-tomato-lettuce-burger-buns-onion-rings-table_141793-4952.jpg" imageAlt="Signature burger with onion rings" mediaAnimation="slide-up" @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Our Story" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg" imageAlt="Cozy diner interior with vintage booths" mediaAnimation="blur-reveal" imagePosition="right" @@ -142,7 +142,7 @@ export default function LandingPage() { tag="What We Serve" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg" imageAlt="Diner atmosphere" mediaAnimation="opacity" imagePosition="left" @@ -196,22 +196,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah M.", role: "Local Regular", company: "Hometown", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah"}, { id: "2", name: "Marcus J.", role: "Motorcycle Traveler", company: "Cross-Country Trip", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus"}, { id: "3", name: "Emma K.", role: "Family Parent", company: "Weekend Outing", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emma"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma"}, { id: "4", name: "David L.", role: "Business Owner", company: "Daily Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David"}, { id: "5", name: "Jennifer P.", role: "First-Time Visitor", company: "Now a Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Jennifer"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer"}, { id: "6", name: "Tom R.", role: "Food Enthusiast", company: "Local Favorite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Tom"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Tom"}, ]} /> -- 2.49.1 From b976b71a8afce7520a5923ad53bdbe0e01b761bf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 18:05:59 +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 c98d1a7..eea0583 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -82,7 +82,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -125,7 +125,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -175,7 +175,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1 From b693210740749a4fe387bb2d4a4474f85d971558 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 18:06:00 +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 51b013e..770e532 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,7 +25,7 @@ function ShopPageContent() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -67,7 +67,7 @@ function ShopPageContent() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" -- 2.49.1