Merge version_1 into main #1
@@ -17,9 +17,7 @@ export default function MenuPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Online",
|
||||
href: "https://www.doordash.com",
|
||||
};
|
||||
text: "Order Online", href: "https://www.doordash.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -48,7 +46,7 @@ export default function MenuPage() {
|
||||
description="Carefully curated specialty drinks and pastries, all crafted with intention. Each item reflects our commitment to quality and community."
|
||||
tag="Menu"
|
||||
tagIcon={Coffee}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-black-white-background-flat-lay_169016-22443.jpg"
|
||||
imageAlt="One Day Cafe specialty coffee menu items"
|
||||
buttons={[
|
||||
@@ -67,25 +65,13 @@ export default function MenuPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Sunrise Americano",
|
||||
description: "Bold, smooth, and crafted with precision. Our signature blend available in single or double shot.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Sunrise Americano", description: "Bold, smooth, and crafted with precision. Our signature blend available in single or double shot.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Specialty Lattes",
|
||||
description: "Creamy, velvety lattes featuring vanilla, cardamom, and seasonal variations. Each cup is an experience.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Specialty Lattes", description: "Creamy, velvety lattes featuring vanilla, cardamom, and seasonal variations. Each cup is an experience.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Korean Slushes",
|
||||
description: "Naju Pear, Mango, and Strawberry ice-blended slushes. A refreshing twist on Korean café tradition.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Korean Slushes", description: "Naju Pear, Mango, and Strawberry ice-blended slushes. A refreshing twist on Korean café tradition.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Matcha & Teas",
|
||||
description: "Matcha lattes, Thai tea, taro milk tea, and brown sugar creations. Smooth, satisfying, and perfect any time.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Matcha & Teas", description: "Matcha lattes, Thai tea, taro milk tea, and brown sugar creations. Smooth, satisfying, and perfect any time.", bentoComponent: "map"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -101,25 +87,13 @@ export default function MenuPage() {
|
||||
tagIcon={Users}
|
||||
features={[
|
||||
{
|
||||
title: "Mango Matcha & Strawberry Croffle",
|
||||
description: "Crispy-on-the-outside, fluffy-inside croffle with vibrant mango matcha and strawberry toppings.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Mango Matcha & Strawberry Croffle", description: "Crispy-on-the-outside, fluffy-inside croffle with vibrant mango matcha and strawberry toppings.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Chocolate Croffle",
|
||||
description: "Rich, decadent chocolate croffle. A perfect pairing with any of our specialty coffees.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Chocolate Croffle", description: "Rich, decadent chocolate croffle. A perfect pairing with any of our specialty coffees.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Earl Grey Matcha Tiramisu",
|
||||
description: "Elevated dessert meets café culture. Layers of matcha richness, tiramisu elegance, and earl grey sophistication.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Earl Grey Matcha Tiramisu", description: "Elevated dessert meets café culture. Layers of matcha richness, tiramisu elegance, and earl grey sophistication.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Cheesecake Selections",
|
||||
description: "Classic cheesecake and matcha cheesecake. Creamy, indulgent, and made fresh.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Cheesecake Selections", description: "Classic cheesecake and matcha cheesecake. Creamy, indulgent, and made fresh.", bentoComponent: "map"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -131,13 +105,9 @@ export default function MenuPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="One Day Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "/visit",
|
||||
}}
|
||||
text: "Contact", href: "/visit"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -20,9 +20,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Online",
|
||||
href: "https://www.doordash.com",
|
||||
};
|
||||
text: "Order Online", href: "https://www.doordash.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -51,7 +49,7 @@ export default function HomePage() {
|
||||
description="Come as you are. One Day Cafe is your neighborhood spot for specialty Korean coffee, intentional service, and community. Open hours: Mon–Thu 9am–9pm, Fri–Sat 9am–10pm, Sun 9am–9pm."
|
||||
tag="Korean Coffee Shop"
|
||||
tagIcon={Coffee}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-ceramic-mug-with-coffee_209848-35.jpg"
|
||||
imageAlt="Beautifully crafted latte at One Day Cafe"
|
||||
buttons={[
|
||||
@@ -83,25 +81,13 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
title: "Sunrise Americano",
|
||||
description: "Our signature blend: bold, smooth, and crafted with precision. The perfect start to any day.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Sunrise Americano", description: "Our signature blend: bold, smooth, and crafted with precision. The perfect start to any day.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Korean Naju Pear Ice Blended Slush",
|
||||
description: "A refreshing twist on Korean café tradition. Sweet, fruity, and utterly craveable.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Korean Naju Pear Ice Blended Slush", description: "A refreshing twist on Korean café tradition. Sweet, fruity, and utterly craveable.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Earl Grey Matcha Tiramisu",
|
||||
description: "Elevated dessert meets café culture. Layers of matcha richness, tiramisu elegance, and earl grey sophistication.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Earl Grey Matcha Tiramisu", description: "Elevated dessert meets café culture. Layers of matcha richness, tiramisu elegance, and earl grey sophistication.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Mango Matcha & Strawberry Croffle",
|
||||
description: "Crispy-on-the-outside, fluffy-inside croffle with vibrant mango matcha and strawberry toppings.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Mango Matcha & Strawberry Croffle", description: "Crispy-on-the-outside, fluffy-inside croffle with vibrant mango matcha and strawberry toppings.", bentoComponent: "map"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -119,15 +105,7 @@ export default function HomePage() {
|
||||
tag="4.7★ Google Rating"
|
||||
tagIcon={Star}
|
||||
names={[
|
||||
"Amazing coffee & vibes",
|
||||
"Best croffle in town",
|
||||
"So welcoming & inclusive",
|
||||
"Perfect neighborhood spot",
|
||||
"Consistently excellent",
|
||||
"Love the specialty drinks",
|
||||
"Staff is so kind",
|
||||
"My happy place",
|
||||
]}
|
||||
"Amazing coffee & vibes", "Best croffle in town", "So welcoming & inclusive", "Perfect neighborhood spot", "Consistently excellent", "Love the specialty drinks", "Staff is so kind", "My happy place"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -139,7 +117,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to experience One Day Cafe? Visit us at 9601 S Tacoma Way #101, Lakewood, WA 98499. Call us at +1 253-507-8039 or follow @onedaycafe.wa on Instagram for daily specials and seasonal drinks."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=9601+S+Tacoma+Way+101+Lakewood+WA+98499" },
|
||||
@@ -152,13 +130,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="One Day Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "/visit",
|
||||
}}
|
||||
text: "Contact", href: "/visit"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -17,9 +17,7 @@ export default function VisitPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Order Online",
|
||||
href: "https://www.doordash.com",
|
||||
};
|
||||
text: "Order Online", href: "https://www.doordash.com"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -58,7 +56,7 @@ export default function VisitPage() {
|
||||
<ContactText
|
||||
text="9601 S Tacoma Way #101, Lakewood, WA 98499. Phone: +1 253-507-8039. Follow @onedaycafe.wa on Instagram for daily specials, seasonal drinks, and community moments."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+1-253-507-8039" },
|
||||
@@ -71,13 +69,9 @@ export default function VisitPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="One Day Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "/visit",
|
||||
}}
|
||||
text: "Contact", href: "/visit"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user