diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af485e5..b275106 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7645d10..bd4f375 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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!" 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"}, ]} @@ -304,4 +304,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..fd0a85a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);