8 Commits

Author SHA1 Message Date
edad784a6a Update src/app/menu/page.tsx 2026-04-05 12:43:31 +00:00
a5c502bc9b Update src/app/menu/page.tsx 2026-04-05 12:43:07 +00:00
c5dbc7ff46 Update src/app/page.tsx 2026-04-05 12:42:35 +00:00
7fa8955379 Update src/app/menu/page.tsx 2026-04-05 12:42:34 +00:00
fef250f293 Switch to version 2: modified src/app/page.tsx 2026-04-05 12:37:17 +00:00
4c7c5eb663 Merge version_3 into main
Merge version_3 into main
2026-04-05 12:34:37 +00:00
72943caced Update src/app/page.tsx 2026-04-05 12:34:31 +00:00
7690e82d9d Merge version_2 into main
Merge version_2 into main
2026-04-05 12:24:00 +00:00
2 changed files with 30 additions and 15 deletions

View File

@@ -6,7 +6,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCatalogItem from '@/components/ecommerce/productCatalog/ProductCatalogItem';
export default function MenuPage() {
return (
@@ -44,24 +43,40 @@ export default function MenuPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=1" },
{ id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=2" },
{ id: "3", name: "Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=3" },
{ id: "4", name: "Mocha", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=4" },
{ id: "5", name: "Croissant", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=5" },
{ id: "6", name: "Cheesecake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=6" },
{ id: "1", name: "Espresso", price: "$3.50", imageSrc: "https://images.unsplash.com/photo-1510591509098-f4fd06ae0cee?w=800" },
{ id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "https://images.unsplash.com/photo-1534778101976-62847bb82c03?w=800" },
{ id: "3", name: "Latte", price: "$4.75", imageSrc: "https://images.unsplash.com/photo-1507133750040-4a8f570e1590?w=800" },
{ id: "4", name: "Mocha", price: "$5.00", imageSrc: "https://images.unsplash.com/photo-1517701604599-b27474a59029?w=800" },
{ id: "5", name: "Croissant", price: "$3.00", imageSrc: "https://images.unsplash.com/photo-1555507036-ab1f4038808a?w=800" },
{ id: "6", name: "Cheesecake", price: "$6.50", imageSrc: "https://images.unsplash.com/photo-1533134242443-d4fd215305ad?w=800" },
{ id: "7", name: "Small Smart Water", price: "$3.11", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=1" },
{ id: "8", name: "Zen Water", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=2" },
{ id: "9", name: "Starbucks Frappuccino", price: "$4.36", imageSrc: "https://images.unsplash.com/photo-1514432324607-a09d7801121d?w=800" },
{ id: "10", name: "Water", price: "$2.49", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=3" },
{ id: "11", name: "Pellegrino", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=4" },
{ id: "12", name: "Bottle Soda", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=5" },
{ id: "13", name: "Red Bull", price: "$4.36", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=6" },
{ id: "14", name: "Mistic", price: "$3.67", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=7" },
{ id: "15", name: "Slushies", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=8" },
{ id: "16", name: "Bottled Drinks", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=9" },
{ id: "17", name: "Iced Drink", price: "N/A", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=10" },
{ id: "18", name: "Can Soda", price: "$2.24", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=11" },
{ id: "19", name: "Body Armor", price: "$3.55", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=12" },
{ id: "20", name: "Bai Tea", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=13" },
{ id: "21", name: "Snapple", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=14" },
{ id: "22", name: "Everfresh", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=15" },
{ id: "23", name: "Perrier", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=16" },
{ id: "24", name: "Water", price: "$1.24", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=17" },
{ id: "25", name: "Tru Drinks", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=18" },
{ id: "26", name: "Nantucket", price: "$4.03", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=19" },
{ id: "27", name: "Vitacoco Mango", price: "$3.42", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=20" },
{ id: "28", name: "Vitamin Water", price: "$3.11", imageSrc: "https://images.unsplash.com/photo-1548839140-29a769e15469?w=800&_wi=21" }
]}
title="Our Menu"
description="Premium coffee, specialty drinks, and artisanal desserts."
/>
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCatalogItem
product={{ id: "1", name: "Signature Blend", price: "$12.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=7" }}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardTwo
animationType="slide-up"
@@ -89,4 +104,4 @@ export default function MenuPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{ variant: "sparkles-gradient" }}
title="Awaken Your Senses with Java Cafe's Artisanal Roasts"
description="Experience artisanal coffee roasted to perfection in a warm, welcoming environment."
description="Visit us before 2 PM today for an exclusive barista-crafted espresso—don't miss out on your perfect morning pick-me-up!"
buttons={[{ text: "Order Now", href: "/order" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/six-lovely-white-ceramic-cups-with-cappuccino-isolated-wooden-table-foam-top-flying-heart-shape_346278-1478.jpg?_wi=1", imageAlt: "Coffee shop interior" },