diff --git a/src/app/page.tsx b/src/app/page.tsx
index e524d1c..4ae3dbd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,13 +29,9 @@ export default function LandingPage() {
@@ -44,35 +40,22 @@ export default function LandingPage() {
@@ -85,23 +68,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "철판 김치삼겹 밥도그",
- price: "9,400원",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416122-xhrpmqaa.png?_wi=3",
- },
+ id: "1", name: "철판 김치삼겹 밥도그", price: "9,400원", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416122-xhrpmqaa.png?_wi=3"},
{
- id: "2",
- name: "고추장 닭꼬치 밥도그",
- price: "9,800원",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416119-11bkt8ed.png?_wi=3",
- },
+ id: "2", name: "고추장 닭꼬치 밥도그", price: "9,800원", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416119-11bkt8ed.png?_wi=3"},
{
- id: "3",
- name: "철판 참치마요 밥도그",
- price: "6,500원",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416123-4tdre9z9.png?_wi=3",
- },
+ id: "3", name: "철판 참치마요 밥도그", price: "6,500원", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416123-4tdre9z9.png?_wi=3"},
]}
title="Our Signature Menu"
description="Hand-crafted Bab-Dog selections, prepared with fresh ingredients."
@@ -115,13 +86,9 @@ export default function LandingPage() {
description="We reinvent the street food experience by combining traditional Korean rice with premium hot dog fillings. Every bite is a perfect harmony of crispy and savory flavors."
metrics={[
{
- value: "10+",
- title: "Secret Recipes",
- },
+ value: "10+", title: "Secret Recipes"},
{
- value: "100%",
- title: "Fresh Ingredients",
- },
+ value: "100%", title: "Fresh Ingredients"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416119-11bkt8ed.png?_wi=4"
imageAlt="Bab-Dog process"
@@ -137,12 +104,7 @@ export default function LandingPage() {
title="Loved by Foodies"
description="Join our community of satisfied food lovers across the city."
names={[
- "Tasty Bites",
- "Daily Seoul",
- "Street Food Weekly",
- "Urban Eats",
- "Flavor Scout",
- ]}
+ "Tasty Bites", "Daily Seoul", "Street Food Weekly", "Urban Eats", "Flavor Scout"]}
tag="Trusted By"
/>
@@ -154,22 +116,14 @@ export default function LandingPage() {
description="Have questions about our menu or catering options? Send us a message."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- rows: 4,
+ name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrFsj3J4dN3Ztoa3ytTnCWcmTW/uploaded-1775240416122-xhrpmqaa.png?_wi=4"
mediaAnimation="blur-reveal"
@@ -182,13 +136,9 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
],
},
]}
@@ -198,4 +148,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file