Merge version_2 into main #1
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Brew & Bliss"
|
||||
brandName="Cloud and Shine Cafe"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Brew & Bliss"
|
||||
logoText="Cloud and Shine Cafe"
|
||||
description="Where artisan coffee meets cozy comfort. Discover your perfect sanctuary for meaningful moments, specialty beverages, and genuine connection."
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "#menu" },
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Crafted With Passion"
|
||||
description="At Brew & Bliss, we believe every cup tells a story. We source premium beans from ethical farmers, roast them in-house with precision, and serve each beverage as a labor of love. Our café is more than coffee—it's a gathering place where quality, community, and creativity blend seamlessly."
|
||||
description="At Cloud and Shine Cafe, we believe every cup tells a story. We source premium beans from ethical farmers, roast them in-house with precision, and serve each beverage as a labor of love. Our café is more than coffee—it's a gathering place where quality, community, and creativity blend seamlessly."
|
||||
tag="Our Story"
|
||||
buttons={[
|
||||
{ text: "Learn Our Process", href: "#experience" }
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Community First", description: "Brew & Bliss is a sanctuary for creatives, professionals, and coffee lovers. We foster connection, collaboration, and meaningful conversations in an inclusive, welcoming environment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256928.jpg" },
|
||||
id: "3", title: "Community First", description: "Cloud and Shine Cafe is a sanctuary for creatives, professionals, and coffee lovers. We foster connection, collaboration, and meaningful conversations in an inclusive, welcoming environment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256928.jpg" },
|
||||
items: [
|
||||
{ icon: Users, text: "Regular events and gatherings" },
|
||||
{ icon: Heart, text: "Community-driven initiatives" },
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="The Brew & Bliss Experience"
|
||||
title="The Cloud and Shine Cafe Experience"
|
||||
description="We've thoughtfully designed every element of your café experience, from our curated atmosphere to our commitment to sustainability and excellence."
|
||||
tag="Why Choose Us"
|
||||
textboxLayout="default"
|
||||
@@ -114,15 +114,15 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Brew & Bliss Espresso", name: "Dark Roast Espresso", price: "$4.50", rating: 5,
|
||||
id: "1", brand: "Cloud and Shine Cafe Espresso", name: "Dark Roast Espresso", price: "$4.50", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251693.jpg", imageAlt: "Premium espresso with perfect crema in ceramic cup"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Brew & Bliss Milk Drinks", name: "Silky Cappuccino", price: "$5.75", rating: 5,
|
||||
id: "2", brand: "Cloud and Shine Cafe Milk Drinks", name: "Silky Cappuccino", price: "$5.75", rating: 5,
|
||||
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg", imageAlt: "Creamy cappuccino with beautiful latte art"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Brew & Bliss Pastries", name: "Butter Croissant", price: "$4.25", rating: 5,
|
||||
id: "3", brand: "Cloud and Shine Cafe Pastries", name: "Butter Croissant", price: "$4.25", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/pralines-muffins-croissants-cup-coffee_114579-4413.jpg", imageAlt: "Fresh, flaky artisan croissant with coffee pairing"
|
||||
}
|
||||
]}
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "James Patterson", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3832.jpg", imageAlt: "James Patterson, café visitor"
|
||||
}
|
||||
]}
|
||||
cardTitle="Thousands of coffee lovers make Brew & Bliss their daily sanctuary"
|
||||
cardTitle="Thousands of coffee lovers make Cloud and Shine Cafe their daily sanctuary"
|
||||
cardTag="Loved by our community"
|
||||
cardTagIcon={Heart}
|
||||
cardAnimation="slide-up"
|
||||
@@ -162,11 +162,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to experience your perfect cup? Join us at Brew & Bliss and become part of our community."
|
||||
text="Ready to experience your perfect cup? Join us at Cloud and Shine Cafe and become part of our community."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "https://calendar.google.com" },
|
||||
{ text: "Contact Us", href: "mailto:hello@brewandbliss.com" }
|
||||
{ text: "Contact Us", href: "mailto:hello@cloudandshinecafe.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -175,8 +175,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Brew & Bliss"
|
||||
copyrightText="© 2025 Brew & Bliss Café. All rights reserved."
|
||||
logoText="Cloud and Shine Cafe"
|
||||
copyrightText="© 2025 Cloud and Shine Cafe. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--background: #e8f4f8;
|
||||
--card: #f5fafb;
|
||||
--foreground: #1a3a42;
|
||||
--primary-cta: #87ceeb;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--accent: #b0e0e6;
|
||||
--background-accent: #87ceeb;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user