From 74a0707d11579b0218ffc50671e8b0eeb9676891 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 17:20:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 181 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcf4163..622eebc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,112 +47,65 @@ export default function LandingPage() {
@@ -173,23 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Local Favorites", - description: "Authentic Janakpur delicacies that taste like home.", - imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg", - imageAlt: "Local Food", - }, + title: "Local Favorites", description: "Authentic Janakpur delicacies that taste like home.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg", imageAlt: "Local Food"}, { - title: "International Delights", - description: "Global culinary trends served with a local twist.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", - imageAlt: "International Food", - }, + title: "International Delights", description: "Global culinary trends served with a local twist.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", imageAlt: "International Food"}, { - title: "Artisan Coffee", - description: "Hand-crafted brews for the perfect morning ritual.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312215.jpg", - imageAlt: "Coffee", - }, + title: "Artisan Coffee", description: "Hand-crafted brews for the perfect morning ritual.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312215.jpg", imageAlt: "Coffee"}, ]} title="Our Diverse Menu" description="Our menu is a variety of local favorites and international delights. Visit us at Campus Chowk for the full interactive experience." @@ -214,14 +145,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "TikTok", - "Instagram", - "Facebook", - "TikTok", - "Instagram", - "Facebook", - "TikTok", - ]} + "TikTok", "Instagram", "Facebook", "TikTok", "Instagram", "Facebook", "TikTok"]} title="Follow the Vibe" description="Stay updated with our daily brews and local stories. Join the movement." /> @@ -229,13 +153,13 @@ export default function LandingPage() {
@@ -245,42 +169,27 @@ export default function LandingPage() { logoText="Cafe Mithila" columns={[ { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "+977 9708919991", - href: "tel:+9779708919991", - }, + label: "+977 9708919991", href: "tel:+9779708919991"}, { - label: "hello@cafemithila.com", - href: "mailto:hello@cafemithila.com", - }, + label: "hello@cafemithila.com", href: "mailto:hello@cafemithila.com"}, ], }, { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Campus Chowk, Janakpur 45600", - href: "#", - }, + label: "Campus Chowk, Janakpur 45600", href: "#"}, ], }, { - title: "Socials", - items: [ + title: "Socials", items: [ { - label: "TikTok", - href: "https://www.tiktok.com/@cafe.mithila", - }, + label: "TikTok", href: "https://www.tiktok.com/@cafe.mithila"}, { - label: "Instagram", - href: "https://www.instagram.com/cafemithila/", - }, + label: "Instagram", href: "https://www.instagram.com/cafemithila/"}, { - label: "Facebook", - href: "https://www.facebook.com/profile.php?id=61563819948879", - }, + label: "Facebook", href: "https://www.facebook.com/profile.php?id=61563819948879"}, ], }, ]}