8 Commits

Author SHA1 Message Date
8b748d052a Merge version_3 into main
Merge version_3 into main
2026-06-03 15:05:07 +00:00
2ce322a7a5 Update src/app/styles/variables.css 2026-06-03 15:05:04 +00:00
2372a463aa Update src/app/page.tsx 2026-06-03 15:05:03 +00:00
b40d1a866b Update src/app/layout.tsx 2026-06-03 15:05:03 +00:00
fc9048c609 Merge version_2 into main
Merge version_2 into main
2026-06-03 15:00:50 +00:00
d22d95fb6f Update src/app/page.tsx 2026-06-03 15:00:47 +00:00
2a9292d4f8 Merge version_1 into main
Merge version_1 into main
2026-06-03 14:57:41 +00:00
af33962c0f Merge version_1 into main
Merge version_1 into main
2026-06-03 14:56:02 +00:00
3 changed files with 22 additions and 29 deletions

View File

@@ -11,28 +11,20 @@ import { Inter_Tight } from "next/font/google";
export const metadata: Metadata = {
title: 'Máma Mele Kafe | Award-Winning Espresso Bar',
description: 'Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.',
keywords: ["Máma Mele Kafe, coffee, espresso bar, local coffee shop, Prague coffee, specialty coffee, award-winning coffee, artisan coffee, cafe"],
title: 'Urban Brew Collective | Crafting Exceptional Coffee',
description: 'Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.',
keywords: ["Urban Brew Collective, coffee, espresso bar, specialty coffee, sustainable coffee, artisan coffee, community cafe, best coffee"],
openGraph: {
"title": "Máma Mele Kafe | Award-Winning Espresso Bar",
"description": "Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.",
"url": "https://www.mamamelekafe.cz",
"siteName": "Máma Mele Kafe",
"images": [
"title": "Urban Brew Collective | Crafting Exceptional Coffee", "description": "Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.", "url": "https://www.urbanbrewcollective.com", "siteName": "Urban Brew Collective", "images": [
{
"url": "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
"alt": "Máma Mele Kafe hero image with coffee"
"url": "http://img.b2bpic.net/free-photo/fresh-cup-coffee-dark-background_140725-5026.jpg", "alt": "Urban Brew Collective coffee cup on dark background"
}
],
"type": "website"
},
twitter: {
"card": "summary_large_image",
"title": "Máma Mele Kafe | Award-Winning Espresso Bar",
"description": "Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.",
"images": [
"http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg"
"card": "summary_large_image", "title": "Urban Brew Collective | Crafting Exceptional Coffee", "description": "Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.", "images": [
"http://img.b2bpic.net/free-photo/fresh-cup-coffee-dark-background_140725-5026.jpg"
]
},
robots: {
@@ -42,8 +34,7 @@ export const metadata: Metadata = {
};
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
@@ -67,4 +58,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient"}}
variant: "sparkles-gradient"}}
title="Máma Mele Kafe: Your Daily Dose of Award-Winning Coffee"
description="Experience the rich aroma and exquisite taste of our meticulously crafted coffees, served with passion and a smile. Voted Best Local Espresso Bar!"
avatars={[
@@ -209,11 +209,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Bakery Guild", "Bohemian Art Collective", "Green Earth Initiative", "City Music Festival", "Prague University", "Community Aid Foundation", "Innovate Hub"]}
"Local Roasters Co-op", "Bohemian Barista Academy", "Sustainable Coffee Growers", "Prague Coffee Festival", "University Coffee Clubs", "Community Cafe Outreach", "Gourmet Bean Suppliers"]}
title="Proudly Partnering with Our Community"
description="We are honored to collaborate with local businesses and organizations that share our values of quality, community, and sustainability."
tag="Our Partners"
speed={35}
tagAnimation="slide-up"
/>
</div>
@@ -250,10 +251,11 @@ export default function LandingPage() {
text="Ready for your perfect cup? Visit Máma Mele Kafe, your local award-winning espresso bar. We can't wait to welcome you!"
buttons={[
{
text: "Get Directions", href: "https://maps.app.goo.gl/YourCoffeeShopLocation"},
text: "Get Directions", href: "https://maps.google.com/?q=Máma+Mele+Kafe"},
{
text: "Call Us: +420 123 456 789", href: "tel:+420123456789"},
]}
animationType="entrance-slide"
/>
</div>
@@ -302,4 +304,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);