6 Commits

Author SHA1 Message Date
2627af5427 Merge version_3 into main
Merge version_3 into main
2026-03-05 20:43:11 +00:00
b213a15a0e Update src/app/page.tsx 2026-03-05 20:43:06 +00:00
e07e0b6aae Merge version_2 into main
Merge version_2 into main
2026-03-05 20:41:33 +00:00
e0ba9e43c1 Update src/app/page.tsx 2026-03-05 20:41:28 +00:00
2fc4b6e126 Update src/app/layout.tsx 2026-03-05 20:41:27 +00:00
270d72d270 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:39:41 +00:00
2 changed files with 7 additions and 5 deletions

View File

@@ -15,9 +15,11 @@ const inter = Inter({
export const metadata: Metadata = {
title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, handcrafted cocktails, gourmet panini and authentic piadine in a warm, welcoming atmosphere.", keywords: "bar, coffee, cocktails, panini, piadine, cafe, restaurant, drinks", openGraph: {
title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Experience premium coffee, handcrafted cocktails, gourmet panini and authentic piadine.", siteName: "Urban Bar", type: "website"},
title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Experience premium coffee, handcrafted cocktails, gourmet panini and authentic piadine.", siteName: "Urban Bar", type: "website"
},
twitter: {
card: "summary_large_image", title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, cocktails, panini and piadine in a warm atmosphere."},
card: "summary_large_image", title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, cocktails, panini and piadine in a warm atmosphere."
},
};
export default function RootLayout({

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyFour
title="Our Specialties"
description="From classic espresso drinks to innovative cocktails, authentic panini to traditional piadine - we offer something for every palate."
description="Discover why locals choose Urban Bar - From classic espresso drinks to innovative cocktails, authentic panini to traditional piadine, we offer something for every palate."
features={[
{
id: "1", title: "Premium Coffee Selection", author: "Barista Team", description: "Carefully sourced beans roasted to perfection. Our expert baristas craft each cup with precision and passion, delivering the perfect espresso, cappuccino, or latte.", tags: ["Coffee", "Espresso"],
@@ -154,8 +154,8 @@ export default function LandingPage() {
title="Ready to Join Us?"
description="Reserve your table, order online, or simply stop by for your favorite drink. We're open daily and always happy to welcome you."
buttons={[
{ text: "Make a Reservation", href: "#" },
{ text: "Call Us Today", href: "#" }
{ text: "Make a Reservation", href: "contact" },
{ text: "Call Us Today", href: "tel:+1234567890" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}