Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:08:24 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}