diff --git a/src/app/page.tsx b/src/app/page.tsx
index a63eb43..c87cd81 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,16 @@ export default function LandingPage() {
@@ -61,13 +51,9 @@ export default function LandingPage() {
description="An authentic Italian culinary experience in Constanța. Enjoy exquisite dishes, excellent cocktails, and an intimate atmosphere."
buttons={[
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
{
- text: "Make a Reservation",
- href: "#contact",
- },
+ text: "Make a Reservation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg"
imageAlt="Cozy interior of Bagheria Italian & More restaurant"
@@ -85,19 +71,13 @@ export default function LandingPage() {
description="Bagheria offers an intimate setting, perfect for lunch or dinner. Our dishes are prepared with the freshest ingredients, bringing authentic Italian flavors to your table."
bulletPoints={[
{
- title: "Exquisite Italian Cuisine",
- description: "Authentic recipes crafted with passion and fresh, high-quality ingredients.",
- icon: Utensils,
+ title: "Exquisite Italian Cuisine", description: "Authentic recipes crafted with passion and fresh, high-quality ingredients.", icon: Utensils,
},
{
- title: "Intimate & Cozy Ambiance",
- description: "Enjoy a refined dining experience with subtle Italian music and a welcoming atmosphere.",
- icon: Heart,
+ title: "Intimate & Cozy Ambiance", description: "Enjoy a refined dining experience with subtle Italian music and a welcoming atmosphere.", icon: Heart,
},
{
- title: "Exceptional Cocktails",
- description: "Our bar offers a curated selection of cocktails, perfectly complementing your meal.",
- icon: Award,
+ title: "Exceptional Cocktails", description: "Our bar offers a curated selection of cocktails, perfectly complementing your meal.", icon: Award,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/diverse-team-chefs-making-meal-preparations-with-ingredients-cooking-delicious-gourmet-dish-restaurant-kitchen-people-uniform-working-as-cooks-preparing-gastronomy-food-recipe_482257-43537.jpg"
@@ -110,37 +90,17 @@ export default function LandingPage() {
@@ -233,18 +158,13 @@ export default function LandingPage() {
@@ -255,62 +175,37 @@ export default function LandingPage() {
videoAriaLabel="Restaurant interior video"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Reviews",
- href: "#testimonials",
- },
+ label: "Reviews", href: "#testimonials"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Reservations",
- href: "https://ialoc.ro",
- },
+ label: "Reservations", href: "https://ialoc.ro"},
{
- label: "Takeout",
- href: "https://ialoc.ro",
- },
+ label: "Takeout", href: "https://ialoc.ro"},
{
- label: "Delivery",
- href: "https://ialoc.ro",
- },
+ label: "Delivery", href: "https://ialoc.ro"},
{
- label: "Happy Hour",
- href: "#faq",
- },
+ label: "Happy Hour", href: "#faq"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Address",
- href: "#contact",
- },
+ label: "Address", href: "#contact"},
{
- label: "Phone",
- href: "tel:+40767970904",
- },
+ label: "Phone", href: "tel:+40767970904"},
{
- label: "Email",
- href: "mailto:info@bagheria.ro",
- },
+ label: "Email", href: "mailto:info@bagheria.ro"},
],
},
]}
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index 52de42f..efe6053 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-open-sans), sans-serif;
+ font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-inter), sans-serif;
+ font-family: var(--font-libre-baskerville), serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 92128b0..b815815 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f5f5;
- --card: #ffffff;
- --foreground: #1c1c1c;
- --primary-cta: #341f51;
- --primary-cta-text: #f5f5f5;
- --secondary-cta: #ffffff;
- --secondary-cta-text: #1c1c1c;
- --accent: #6139e6;
- --background-accent: #b3a8e8;
+ --background: #fcf7f0;
+ --card: #f7f0e6;
+ --foreground: #3a0a0a;
+ --primary-cta: #a3142e;
+ --primary-cta-text: #ffffff;
+ --secondary-cta: #f7f0e6;
+ --secondary-cta-text: #3a0a0a;
+ --accent: #d4af37;
+ --background-accent: #f0c2a0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);