From 07ba4c1ae86ef1ca5506a72119fa44561d56b03f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:08:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e6d005..97f70dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 8a8cc30eabe836723d306c656f874233ff04d965 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:08:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 614589b..ac28bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,8 @@ export default function SugarFactoryLanding() { { value: "4.2★", title: "Google Rating" } ]} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + imageAlt="The Sugar Factory team - women-owned bakery" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -205,4 +207,4 @@ export default function SugarFactoryLanding() { ); -} +} \ No newline at end of file -- 2.49.1