Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 05:10:19 +00:00

View File

@@ -85,10 +85,10 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
avatars={[
{ ...getAsset("avatar-1") },
{ ...getAsset("avatar-2") },
{ ...getAsset("avatar-3") },
{ ...getAsset("avatar-4") },
{ src: getAsset("avatar-1").url, alt: getAsset("avatar-1").alt },
{ src: getAsset("avatar-2").url, alt: getAsset("avatar-2").alt },
{ src: getAsset("avatar-3").url, alt: getAsset("avatar-3").alt },
{ src: getAsset("avatar-4").url, alt: getAsset("avatar-4").alt },
]}
avatarText="Over 600+ happy guests love us!"
imageSrc={getAsset("hero-main").url}
@@ -103,7 +103,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Our Story: A Family Legacy of Flavor"
description="Auntie's Bakery & Cafe began with a simple dream: to share heartwarming homemade recipes with our community. For years, we've been Whittier's go-to for freshly baked goods, savory brunches, and a welcoming atmosphere where everyone feels like family. Come create new memories with us!"
content="Auntie's Bakery & Cafe began with a simple dream: to share heartwarming homemade recipes with our community. For years, we've been Whittier's go-to for freshly baked goods, savory brunches, and a welcoming atmosphere where everyone feels like family. Come create new memories with us!"
useInvertedBackground={true}
ariaLabel="About section telling the cafe's story"
/>
@@ -313,7 +313,6 @@ export default function LandingPage() {
},
]}
copyrightText="© 2024 Auntie's Bakery & Cafe. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>