5 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
3 changed files with 18 additions and 27 deletions

View File

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

View File

@@ -251,7 +251,7 @@ 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!" 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={[ 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"}, text: "Call Us: +420 123 456 789", href: "tel:+420123456789"},
]} ]}
@@ -304,4 +304,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

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