diff --git a/src/app/page.tsx b/src/app/page.tsx index f393120..2335258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,66 +46,41 @@ export default function LandingPage() {
@@ -125,19 +92,13 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Verified Reviews", - value: "100+", - }, + label: "Verified Reviews", value: "100+"}, { icon: Snowflake, - label: "Free Ice Daily", - value: "Unlimited", - }, + label: "Free Ice Daily", value: "Unlimited"}, { icon: Zap, - label: "Buffet Add-ons", - value: "Ready", - }, + label: "Buffet Add-ons", value: "Ready"}, ]} metricsAnimation="slide-up" /> @@ -150,28 +111,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "History", - title: "Roots in Isaan", - subtitle: "Authentic Origins", - description: "Founded to preserve the traditional recipes of our elders, bringing real spice and fire to the city.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-teriyaki-sauce-encrusted-sesame-served-with-salad_140725-5757.jpg?_wi=1", - }, + tag: "History", title: "Roots in Isaan", subtitle: "Authentic Origins", description: "Founded to preserve the traditional recipes of our elders, bringing real spice and fire to the city.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-teriyaki-sauce-encrusted-sesame-served-with-salad_140725-5757.jpg"}, { id: 2, - tag: "Vibe", - title: "Countryside Fire", - subtitle: "Authentic Atmosphere", - description: "We replicate the camping spirit with open flame cooking and intimate, warm-toned dining spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/northern-thai-food-khao-soi-ruam-spicy-noodle-soup-decorated-with-ingredients_1150-22877.jpg?_wi=1", - }, + tag: "Vibe", title: "Countryside Fire", subtitle: "Authentic Atmosphere", description: "We replicate the camping spirit with open flame cooking and intimate, warm-toned dining spaces.", imageSrc: "http://img.b2bpic.net/free-photo/northern-thai-food-khao-soi-ruam-spicy-noodle-soup-decorated-with-ingredients_1150-22877.jpg"}, { id: 3, - tag: "Values", - title: "True Hospitality", - subtitle: "Guest Centric", - description: "Unmatched service meets 100/100 music, ensuring every visit is an experience, not just a meal.", - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg?_wi=1", - }, + tag: "Values", title: "True Hospitality", subtitle: "Guest Centric", description: "Unmatched service meets 100/100 music, ensuring every visit is an experience, not just a meal.", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg"}, ]} title="Our Story" description="Born from a passion for authentic Northern Thai roots. We bring the campfire stories, the charcoal-seared meats, and the vibrant culture of Isaan to a modern dining table." @@ -186,23 +132,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "m1", - name: "Raw Koi", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-teriyaki-sauce-encrusted-sesame-served-with-salad_140725-5757.jpg?_wi=2", - }, + id: "m1", name: "Raw Koi", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-teriyaki-sauce-encrusted-sesame-served-with-salad_140725-5757.jpg"}, { - id: "m2", - name: "Jaew Hon Hotpot", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/northern-thai-food-khao-soi-ruam-spicy-noodle-soup-decorated-with-ingredients_1150-22877.jpg?_wi=2", - }, + id: "m2", name: "Jaew Hon Hotpot", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/northern-thai-food-khao-soi-ruam-spicy-noodle-soup-decorated-with-ingredients_1150-22877.jpg"}, { - id: "m3", - name: "Buffet Add-on", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg?_wi=2", - }, + id: "m3", name: "Buffet Add-on", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_74190-749.jpg"}, ]} title="Signature Menu" description="Expertly crafted dishes, balancing the raw heat of the countryside with gourmet sophistication." @@ -211,49 +145,25 @@ export default function LandingPage() {
@@ -294,33 +196,21 @@ export default function LandingPage() {