From ba1649f0a11c174cffaaa9889f10716ec50544e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:36:06 +0000 Subject: [PATCH 1/2] Update src/app/custom-cakes/page.tsx --- src/app/custom-cakes/page.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/custom-cakes/page.tsx b/src/app/custom-cakes/page.tsx index 94144ff..39c7912 100644 --- a/src/app/custom-cakes/page.tsx +++ b/src/app/custom-cakes/page.tsx @@ -52,7 +52,7 @@ export default function CustomCakesPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -74,8 +74,8 @@ export default function CustomCakesPage() { tag="Made to Order" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7267.jpg?_wi=7" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7267.jpg" imageAlt="Fresh custom cakes" buttons={[ { text: "Order Custom Cake", href: "tel:9876543210" }, @@ -97,32 +97,16 @@ export default function CustomCakesPage() { description="Choose from our popular designs or bring your own ideas" features={[ { - title: "Birthday Celebration Cakes", - description: "Colorful, themed cakes with personalized decorations and messages for your special day.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-mini-colorful-cupcakes-yellow-xmas-tree-toys-dark_140725-105739.jpg?_wi=2", - imageAlt: "Birthday cakes", - buttonIcon: CheckCircle, + title: "Birthday Celebration Cakes", description: "Colorful, themed cakes with personalized decorations and messages for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mini-colorful-cupcakes-yellow-xmas-tree-toys-dark_140725-105739.jpg", imageAlt: "Birthday cakes", buttonIcon: CheckCircle, }, { - title: "Wedding & Anniversary Cakes", - description: "Elegant, sophisticated designs perfect for romantic occasions with premium toppings.", - imageSrc: "http://img.b2bpic.net/free-photo/raw-vegan-cake-with-lemon-lime-black-surface-covered-with-tiny-daisy-flowers_181624-20041.jpg?_wi=4", - imageAlt: "Wedding cakes", - buttonIcon: CheckCircle, + title: "Wedding & Anniversary Cakes", description: "Elegant, sophisticated designs perfect for romantic occasions with premium toppings.", imageSrc: "http://img.b2bpic.net/free-photo/raw-vegan-cake-with-lemon-lime-black-surface-covered-with-tiny-daisy-flowers_181624-20041.jpg", imageAlt: "Wedding cakes", buttonIcon: CheckCircle, }, { - title: "Corporate & Corporate Event Cakes", - description: "Professional designs with company logos, colors, and branding for your business events.", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7267.jpg?_wi=8", - imageAlt: "Corporate cakes", - buttonIcon: CheckCircle, + title: "Corporate & Corporate Event Cakes", description: "Professional designs with company logos, colors, and branding for your business events.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7267.jpg", imageAlt: "Corporate cakes", buttonIcon: CheckCircle, }, { - title: "Themed Cakes for Kids", - description: "Fun, colorful cakes with cartoon characters, themes, and playful designs that kids love.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-covered-white-brown-chocolate-glaze-with-ingredients-table_181624-14159.jpg?_wi=2", - imageAlt: "Kids cakes", - buttonIcon: CheckCircle, + title: "Themed Cakes for Kids", description: "Fun, colorful cakes with cartoon characters, themes, and playful designs that kids love.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-covered-white-brown-chocolate-glaze-with-ingredients-table_181624-14159.jpg", imageAlt: "Kids cakes", buttonIcon: CheckCircle, }, ]} textboxLayout="default" -- 2.49.1 From 1f8b787b91d55c385b514af22bf84e7463d715d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:36:07 +0000 Subject: [PATCH 2/2] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 42 +++++++++------------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index b4f8f47..70804a9 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -52,7 +52,7 @@ export default function ReviewsPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -74,8 +74,8 @@ export default function ReviewsPage() { tag="Highly Rated" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=5" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg" imageAlt="Happy customers enjoying cakes" buttons={[ { text: "Order Now", href: "tel:9876543210" }, @@ -95,41 +95,17 @@ export default function ReviewsPage() {