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 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