Update src/app/menu/page.tsx

This commit is contained in:
2026-03-26 12:33:15 +00:00
parent 1eccd1290d
commit 63a2bc7a8f

View File

@@ -27,26 +27,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "menu",
href: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Find Us",
id: "find-us",
href: "#location",
},
name: "Find Us", id: "#location"},
]}
brandName="Little Hat Coffee"
button={{
text: "Order Ahead",
href: "/order",
}}
text: "Order Ahead", href: "/order"}}
animateOnLoad={true}
/>
</div>
@@ -54,15 +43,12 @@ export default function LandingPage() {
<div id="menu-hero" data-section="menu-hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Our Full Menu"
description="Explore a world of handcrafted beverages and freshly baked delights. From rich espressos to seasonal specialties, find your perfect escape."
buttons={[
{
text: "Order Ahead",
href: "/order",
},
text: "Order Ahead", href: "/order"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hot-matcha-latte_1339-4138.jpg?_wi=2"
imageAlt="cozy barista preparing coffee latte"
@@ -74,54 +60,25 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "1",
name: "Espresso",
price: "$3.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg?_wi=1",
imageAlt: "rich espresso shot with crema",
initialQuantity: 1,
id: "1", name: "Espresso", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg?_wi=1", imageAlt: "rich espresso shot with crema", initialQuantity: 1,
},
{
id: "2",
name: "Americano",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-coffee-pot-with-beans-black-background-with-copy-space_141793-9224.jpg?_wi=1",
imageAlt: "americano coffee in modern mug",
initialQuantity: 1,
id: "2", name: "Americano", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-coffee-pot-with-beans-black-background-with-copy-space_141793-9224.jpg?_wi=1", imageAlt: "americano coffee in modern mug", initialQuantity: 1,
},
{
id: "3",
name: "Cortado",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-frappe-arrangement-white-table_23-2148623245.jpg?_wi=1",
imageAlt: "cortado coffee small glass",
initialQuantity: 1,
id: "3", name: "Cortado", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-frappe-arrangement-white-table_23-2148623245.jpg?_wi=1", imageAlt: "cortado coffee small glass", initialQuantity: 1,
},
{
id: "4",
name: "Latte",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-heart-pattern-white-cup-wooden-background-vintage-tone_1258-250.jpg?_wi=1",
imageAlt: "classic latte art heart design",
initialQuantity: 1,
id: "4", name: "Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-heart-pattern-white-cup-wooden-background-vintage-tone_1258-250.jpg?_wi=1", imageAlt: "classic latte art heart design", initialQuantity: 1,
},
{
id: "5",
name: "Vanilla Latte",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg?_wi=1",
imageAlt: "vanilla latte with syrup drizzle",
initialQuantity: 1,
id: "5", name: "Vanilla Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg?_wi=1", imageAlt: "vanilla latte with syrup drizzle", initialQuantity: 1,
},
{
id: "6",
name: "Chai Latte",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cinnamon-sticks-wood-board_114579-83668.jpg?_wi=1",
imageAlt: "chai latte spicy warm drink",
initialQuantity: 1,
id: "6", name: "Chai Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cinnamon-sticks-wood-board_114579-83668.jpg?_wi=1", imageAlt: "chai latte spicy warm drink", initialQuantity: 1,
},
]}
title="Espresso & Lattes"
@@ -137,52 +94,22 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "7",
name: "Matcha Latte",
price: "$5.25",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-pandan-leaf-table_1150-28280.jpg?_wi=1",
imageAlt: "vibrant green matcha latte",
initialQuantity: 1,
id: "7", name: "Matcha Latte", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-pandan-leaf-table_1150-28280.jpg?_wi=1", imageAlt: "vibrant green matcha latte", initialQuantity: 1,
},
{
id: "8",
name: "Iced Matcha Latte",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-green-milkshake_23-2147761624.jpg?_wi=1",
imageAlt: "iced matcha latte with milk swirl",
initialQuantity: 1,
id: "8", name: "Iced Matcha Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-green-milkshake_23-2147761624.jpg?_wi=1", imageAlt: "iced matcha latte with milk swirl", initialQuantity: 1,
},
{
id: "9",
name: "Hojicha Latte",
price: "$5.25",
imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea_169016-66901.jpg?_wi=1",
imageAlt: "hojicha tea latte roasted green tea",
initialQuantity: 1,
id: "9", name: "Hojicha Latte", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-professional-tea-brewing-tea-meditation-with-tea_169016-66901.jpg?_wi=1", imageAlt: "hojicha tea latte roasted green tea", initialQuantity: 1,
},
{
id: "10",
name: "Orange Blossom Latte",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-coffee-with-pink-flowers_23-2148104480.jpg?_wi=1",
imageAlt: "orange blossom latte unique flavor",
initialQuantity: 1,
id: "10", name: "Orange Blossom Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-fresh-coffee-with-pink-flowers_23-2148104480.jpg?_wi=1", imageAlt: "orange blossom latte unique flavor", initialQuantity: 1,
},
{
id: "11",
name: "Lavender Honey Latte",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-fresh-juice-fruit_169016-3405.jpg?_wi=1",
imageAlt: "lavender honey latte elegant drink",
initialQuantity: 1,
id: "11", name: "Lavender Honey Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-fresh-juice-fruit_169016-3405.jpg?_wi=1", imageAlt: "lavender honey latte elegant drink", initialQuantity: 1,
},
{
id: "12",
name: "Rose Cardamom Latte",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-ginger-asian-drink_181624-21124.jpg?_wi=1",
imageAlt: "rose cardamom latte exotic spice",
initialQuantity: 1,
id: "12", name: "Rose Cardamom Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-ginger-asian-drink_181624-21124.jpg?_wi=1", imageAlt: "rose cardamom latte exotic spice", initialQuantity: 1,
},
]}
title="Matcha & Specialty Drinks"
@@ -195,39 +122,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
animationType="slide-up"
products={[
{
id: "13",
name: "Almond Croissant",
price: "$4.25",
variant: "Plain, Chocolate",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408527.jpg?_wi=1",
imageAlt: "freshly baked almond croissant",
},
id: "13", name: "Almond Croissant", price: "$4.25", variant: "Plain, Chocolate", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408527.jpg?_wi=1", imageAlt: "freshly baked almond croissant"},
{
id: "14",
name: "Chocolate Chip Cookie",
price: "$3.00",
variant: "Single, Pack of 3",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-cooling-rack-with-glass-milk_181624-61154.jpg?_wi=1",
imageAlt: "chocolate chip cookie artisan",
},
id: "14", name: "Chocolate Chip Cookie", price: "$3.00", variant: "Single, Pack of 3", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-cooling-rack-with-glass-milk_181624-61154.jpg?_wi=1", imageAlt: "chocolate chip cookie artisan"},
{
id: "15",
name: "Blueberry Muffin",
price: "$3.75",
variant: "Classic, Gluten-Free",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-blackberries_23-2150797866.jpg?_wi=1",
imageAlt: "blueberry muffin with crumble top",
},
id: "15", name: "Blueberry Muffin", price: "$3.75", variant: "Classic, Gluten-Free", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-blackberries_23-2150797866.jpg?_wi=1", imageAlt: "blueberry muffin with crumble top"},
{
id: "16",
name: "Lemon Poppy Seed Loaf",
price: "$4.00",
variant: "Slice, Whole Loaf",
imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg",
imageAlt: "lemon poppy seed loaf",
},
id: "16", name: "Lemon Poppy Seed Loaf", price: "$4.00", variant: "Slice, Whole Loaf", imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg", imageAlt: "lemon poppy seed loaf"},
]}
title="Freshly Baked Pastries"
description="Indulge in our selection of sweet and savory treats, baked fresh every morning."
@@ -238,50 +142,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
{
label: "Our Story",
href: "/story",
},
label: "Our Story", href: "/story"},
],
},
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Espresso",
href: "/menu#espresso",
},
label: "Espresso", href: "/menu#espresso"},
{
label: "Lattes",
href: "/menu#lattes",
},
label: "Lattes", href: "/menu#lattes"},
{
label: "Pastries",
href: "/menu#pastries",
},
label: "Pastries", href: "/menu#pastries"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "FAQs",
href: "/faq",
},
label: "FAQs", href: "/faq"},
],
},
]}