Merge version_2 into main #11

Merged
bender merged 2 commits from version_2 into main 2026-04-08 01:33:45 +00:00
2 changed files with 24 additions and 82 deletions

View File

@@ -27,22 +27,14 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "The Vibe",
id: "/#vibe",
},
name: "The Vibe", id: "/#vibe"},
{
name: "Visit Us",
id: "/#visit",
},
name: "Visit Us", id: "/#visit"},
]}
button={{
text: "Order Online",
href: "#",
}}
text: "Order Online", href: "#"}}
brandName="CRAVE CAFÉ"
/>
</div>
@@ -55,59 +47,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "c1",
brand: "Crepe",
name: "Signature Sweet Crepe",
price: "$6.95 - $11.25",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=2",
},
id: "c1", brand: "Crepe", name: "Signature Sweet Crepe", price: "$6.95 - $11.25", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=2"},
{
id: "c2",
brand: "Crepe",
name: "Hot Savory Crepe",
price: "$12.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=3",
},
id: "c2", brand: "Crepe", name: "Hot Savory Crepe", price: "$12.50", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=3"},
{
id: "c3",
brand: "Toast",
name: "Smoked Salmon Avocado",
price: "$13.95",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=4",
},
id: "c3", brand: "Toast", name: "Smoked Salmon Avocado", price: "$13.95", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=4"},
{
id: "c4",
brand: "Boards",
name: "Chef's Personal Board",
price: "$16.95 - $28.95",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=5",
},
id: "c4", brand: "Boards", name: "Chef's Personal Board", price: "$16.95 - $28.95", rating: 5,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=5"},
{
id: "c5",
brand: "Salad",
name: "Caprese Salad",
price: "$12.95",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=6",
},
id: "c5", brand: "Salad", name: "Caprese Salad", price: "$12.95", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=6"},
{
id: "c6",
brand: "Kids",
name: "Junior Sweet Crepes",
price: "$8.95",
rating: 5,
reviewCount: "40",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=7",
},
id: "c6", brand: "Kids", name: "Junior Sweet Crepes", price: "$8.95", rating: 5,
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg?_wi=7"},
]}
title="Our Menu"
description="Exquisite selections prepared to satisfy your cravings."
@@ -132,17 +88,9 @@ export default function LandingPage() {
description="Handcrafted coffee blends."
products={[
{
id: "b1",
name: "Signature Latte",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=2",
},
id: "b1", name: "Signature Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=2"},
{
id: "b2",
name: "Gold Drip Coffee",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=3",
},
id: "b2", name: "Gold Drip Coffee", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=3"},
]}
/>
</div>
@@ -153,23 +101,17 @@ export default function LandingPage() {
{
items: [
{
label: "24 Elm St, West Springfield, MA",
},
label: "24 Elm St, Westfield, MA 01085"},
{
label: "Open Daily | 7:00 AM - 4:00 PM",
},
label: "Open Daily | 7:00 AM - 4:00 PM"},
],
},
{
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
],
},
]}
@@ -179,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -123,7 +123,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "24 Elm St, West Springfield, MA" }, { label: "Open Daily | 7:00 AM - 4:00 PM" }] },
{ items: [{ label: "24 Elm St, Westfield, MA 01085" }, { label: "Open Daily | 7:00 AM - 4:00 PM" }] },
{ items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] }
]}
logoText="CRAVE CAFÉ"