diff --git a/src/app/page.tsx b/src/app/page.tsx index 78cdbf2..0a90686 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,8 +40,8 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, { name: "Newsletter", id: "#newsletter" } ]} - button={{ text: "Reserve a Table", href: "#contact" }} - topBarButton={{ text: "Call Now", href: "tel:0749658589" }} + button={{ text: "Rezervă acum", href: "#contact" }} + topBarButton={{ text: "Sună acum", href: "tel:0749658589" }} />
@@ -49,7 +49,7 @@ export default function LandingPage() { title="Dolce Vita" description="Italian Taste. Romanian Hospitality.\nFresh ingredients. Authentic flavors. Memorable moments. Located in the heart of Baia Mare, Dolce Vita is where friends, families, and food lovers gather to enjoy delicious Italian-inspired dishes, handcrafted pizzas, fresh pasta, desserts, and a warm atmosphere." buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Rezervă acum", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} videoSrc="http://img.b2bpic.net/free-photo/chef-making-uncooked-tagliatelle_23-2148360855.jpg" @@ -94,8 +94,8 @@ 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 92d3c95..3a5c203 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #111111; + --background: #0a0a0a; --card: #1a1a1a; - --foreground: #F8F5EE; - --primary-cta: #D4AF37; - --primary-cta-text: #111111; - --secondary-cta: #F8F5EE; - --secondary-cta-text: #111111; - --accent: #D4AF37; - --background-accent: #333333; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);