Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b748d052a | |||
| 2ce322a7a5 | |||
| 2372a463aa | |||
| b40d1a866b | |||
| fc9048c609 | |||
| d22d95fb6f | |||
| 2a9292d4f8 | |||
| af33962c0f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user