Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-12 22:58:54 +00:00

View File

@@ -84,14 +84,12 @@ export default function LandingPage() {
avatarText="Loved by 67+ happy customers!"
imageSrc="http://img.b2bpic.net/free-photo/front-view-assortment-healthy-breakfast-meal-with-yogurt_23-2148894680.jpg"
imageAlt="Customers enjoying drinks and food at San San Tea House"
useInvertedBackground={false}
showBlur={true}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Welcome to San San Tea House"
description="At San San Tea House, every drink is crafted with quality ingredients, fresh flavors, and attention to detail. From signature milk teas and fruit teas to authentic Vietnamese phin coffee and sea salt coffee, every visit delivers a memorable experience.\n\nStart your mornings with our Vietnamese-inspired breakfast featuring fresh bánh mì croissants layered with house-made pâté, butter, and savory fillings."
metrics={[
{ icon: LeafyGreen, label: "Fresh Ingredients", value: "Quality Sourced" },
{ icon: Sparkles, label: "Authentic Flavors", value: "Vietnamese Inspired" },
@@ -99,7 +97,6 @@ export default function LandingPage() {
{ icon: Home, label: "Community Atmosphere", value: "Your Favorite Spot" }
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="features" data-section="features">
@@ -283,7 +280,6 @@ export default function LandingPage() {
}
]}
copyrightText="© 2024 San San Tea House. All rights reserved."
useInvertedBackground={true}
/>
</div>
</ThemeProvider>