Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c9e3faf0f | |||
| 78f0b88584 | |||
| 6fef7414bc | |||
| 7b3c1d9039 | |||
| 8a8f8f66d5 | |||
| 00a27d9d30 | |||
| 54ae03d2f6 | |||
| f582d72ae8 | |||
| 788e255127 | |||
| 8f14a3292d | |||
| 574c512c95 | |||
| 701850c03c | |||
| 5a7e37f1b4 | |||
| 4a8ca4f534 | |||
| 242b24c616 | |||
| dccaf44982 | |||
| 916dbe3843 | |||
| 66fa41467c | |||
| 0813b69ddf | |||
| edb1dce684 | |||
| d6daff4e54 | |||
| e778a1018f | |||
| 47189a126e | |||
| 79bc270404 | |||
| 2b85b11b1a | |||
| 72530e52a4 | |||
| 43b4294211 | |||
| aa2e73bcd0 | |||
| 7a12d60515 | |||
| 8087fd00c3 | |||
| 8e2db3779d | |||
| 845072eccd | |||
| 797f1bb522 | |||
| 2819e548eb | |||
| 2444ac24cc | |||
| 4e965e5982 | |||
| 8cdd7c898a | |||
| ff144d7e16 | |||
| cb8e3ba09d | |||
| 2897a528b8 | |||
| 4f2265014c | |||
| 37005fd02c |
@@ -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: "Toast ", name: "Bubble Tea ", price: "$6 - $7", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775501251342-0zntpynz.png"},
|
||||
{
|
||||
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: "Toast ", name: "Beet and Pickled Onion Toast ", price: "$10.95", rating: 5,
|
||||
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775446159736-6ddgpu4s.png"},
|
||||
{
|
||||
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: "Sweets ", name: "Dubai Cup ", price: "$13.95", rating: 5,
|
||||
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775445253627-8k9zsc19.jpg"},
|
||||
{
|
||||
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: "Waffle ", name: "Strawberry Bubble Waffle ", price: "$11.95 - $16.95", rating: 5,
|
||||
reviewCount: "60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775669412046-4kmmj6cs.png"},
|
||||
{
|
||||
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: "Strawberry Blast Salad", price: "$12.95", rating: 5,
|
||||
reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775670140815-68elexev.png"},
|
||||
{
|
||||
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: "Crepes ", name: "Signature Sweet Crepes", price: "$6.95 - $15.95", rating: 5,
|
||||
reviewCount: "40", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775670729257-vt0ro02r.png"},
|
||||
]}
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Artisanal Coffee", description: "Expertly roasted beans brewed to perfection by our master baristas.", icon: Coffee },
|
||||
{ title: "Craft Beverages ", description: "From Classic favorites to unique blends, find your perfect sip.", icon: Coffee },
|
||||
{ title: "Curated Bites", description: "From fresh morning pastries to elegant afternoon lunches.", icon: Utensils },
|
||||
{ title: "The Aesthetic", description: "Matte black finishes, striking gold accents, and a European-style patio.", icon: Palette }
|
||||
]}
|
||||
@@ -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É"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #e5e7eb;
|
||||
--background-accent: #f3f4f6;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user