diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd7ce01..192372c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -60,39 +50,23 @@ export default function LandingPage() {
description="Slow-simmered broths. Handcrafted flavors. A hidden gem in Helsinki locals can’t stop talking about."
buttons={[
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
{
- text: "Find Us",
- href: "#contact",
- },
+ text: "Find Us", href: "#contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-chopsticks_23-2149706712.jpg",
- imageAlt: "Noodle soup bowl",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-chopsticks_23-2149706712.jpg", imageAlt: "Noodle soup bowl"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/soya-sauce-raw-rice-turmeric-bowl-near-dried-rice-noodles-black-tray-wooden-texture-background_23-2148097251.jpg",
- imageAlt: "Restaurant ambiance",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/soya-sauce-raw-rice-turmeric-bowl-near-dried-rice-noodles-black-tray-wooden-texture-background_23-2148097251.jpg", imageAlt: "Restaurant ambiance"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-poke-bowl-with-avocado-corn_84443-85781.jpg",
- imageAlt: "Fresh ingredients",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-poke-bowl-with-avocado-corn_84443-85781.jpg", imageAlt: "Fresh ingredients"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg",
- imageAlt: "Cozy dining space",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Cozy dining space"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/mushroom-cream-soup-with-cream_140725-2165.jpg",
- imageAlt: "Plated noodle dish",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/mushroom-cream-soup-with-cream_140725-2165.jpg", imageAlt: "Plated noodle dish"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-yogurt-soup-with-herbs-top-inside-transparent-bowl-served-with-bread-buns_114579-1784.jpg",
- imageAlt: "Authentic flavor detail",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-yogurt-soup-with-herbs-top-inside-transparent-bowl-served-with-bread-buns_114579-1784.jpg", imageAlt: "Authentic flavor detail"},
]}
/>
@@ -113,22 +87,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Flavorful Broths",
- description: "Simmered 20+ hours for rich, deep taste.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-restaurant_23-2149269148.jpg",
- titleIconSrc: "Flame",
+ title: "Flavorful Broths", description: "Simmered 20+ hours for rich, deep taste.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food-restaurant_23-2149269148.jpg", titleIconSrc: "Flame", buttonText: "Learn More"
},
{
- title: "Authentic Taste",
- description: "True Chinese traditions in every bite.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-delicious-cooked-soup-with-seasonings-dark-surface-soup-bean-color-spicy-meal_140725-74426.jpg",
- titleIconSrc: "Soup",
+ title: "Authentic Taste", description: "True Chinese traditions in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-delicious-cooked-soup-with-seasonings-dark-surface-soup-bean-color-spicy-meal_140725-74426.jpg", titleIconSrc: "Soup", buttonText: "Learn More"
},
{
- title: "Warm Service",
- description: "Personal care that makes you feel at home.",
- imageSrc: "http://img.b2bpic.net/free-photo/asian-waiter-making-recommendation-young-couple_1262-1428.jpg",
- titleIconSrc: "Heart",
+ title: "Warm Service", description: "Personal care that makes you feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/asian-waiter-making-recommendation-young-couple_1262-1428.jpg", titleIconSrc: "Heart", buttonText: "Learn More"
},
]}
title="Why People Love Us"
@@ -138,44 +103,20 @@ export default function LandingPage() {
@@ -270,29 +173,19 @@ export default function LandingPage() {
logoText="99TopMeal"
columns={[
{
- title: "About Us",
- items: [
+ title: "About Us", items: [
{
- label: "Story",
- href: "#about",
- },
+ label: "Story", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Find Us",
- href: "#contact",
- },
+ label: "Find Us", href: "#contact"},
],
},
]}