From 0f78c50306c82db77dd6df7cb1cb64c843f7772d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 09:13:24 +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 25896a0..886e7cd 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" -- 2.49.1 From e7ca2ef3a1b2200d49c02b8c91463bc42f62df40 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 09:13:25 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc2379e..e42457d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Welcome to Pandas Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg" imageAlt="Premium floral arrangement showcasing Pandas Studio artistry" buttons={[ @@ -150,7 +150,7 @@ export default function LandingPage() { }, { id: "2", name: "Michael Chen", handle: "@mchen_designs", testimonial: "The quality of flowers and craftsmanship is unmatched. I've ordered multiple times and never been disappointed.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emmar_boutique", testimonial: "Amazing service and beautiful arrangements. They made my corporate event memorable with their floral designs.", rating: 5, @@ -158,7 +158,7 @@ export default function LandingPage() { }, { id: "4", name: "David Park", handle: "@davidpark_photo", testimonial: "Fast delivery, fresh flowers, and exceptional creativity. Pandas is my go-to for all my floral needs.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" } ]} useInvertedBackground={false} -- 2.49.1 From 89856b0528b772cabc14535e3f3db513469c2596 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 09:13:26 +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 0b42daf..d6efc82 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="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -120,7 +120,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -173,7 +173,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" -- 2.49.1 From 08cdb5b02beb00447bd2d0d1d44443aa63ad3b01 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 09:13:27 +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 2cffdb6..5d875f0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,7 +27,7 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -72,7 +72,7 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" -- 2.49.1