Update src/app/page.tsx

This commit is contained in:
2026-05-08 16:23:54 +00:00
parent 3fda3c14ec
commit 163956f673

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "sparkles-gradient" }}
title="Seouls Most Iconic Industrial Bakery Café"
description="Artisan pastries, raw architecture, and the atmosphere that made Seongsu a global destination. Experience the intersection of heritage and craft."
description="Step into our world where rugged industrial architecture melts into the warmth of fresh artisan baking. A sensory journey through Seoul's most storied café."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg", alt: "person portrait profile" },
{ src: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10422.jpg", alt: "smiling person portrait" },
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}