Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5925ec1ce | |||
| 163956f673 | |||
| 3fda3c14ec | |||
| 02cf42e323 | |||
| 5b9e6aa4c8 | |||
| a8b2a1e4d9 | |||
| 2e8d5e2bd9 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Seoul’s 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" },
|
||||
@@ -145,9 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Plan Your Visit"
|
||||
description="Ready to experience Seoul's favorite industrial café?"
|
||||
buttonText="Reserve Your Spot"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "date", type: "datetime-local", placeholder: "Select Date/Time", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/china-old-garden_1127-3663.jpg"
|
||||
/>
|
||||
@@ -166,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user