3 Commits

Author SHA1 Message Date
6f0fc10ed9 Update src/app/styles/variables.css 2026-06-11 14:46:34 +00:00
1553b66f73 Update src/app/page.tsx 2026-06-11 14:46:34 +00:00
5e4e94f341 Merge version_2 into main
Merge version_2 into main
2026-06-11 14:37:35 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -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" }}
/>
</div>
<div id="hero" data-section="hero">
@@ -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() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Guests Say"
description="Read reviews from over 450 satisfied customers. We're proud to be one of Baia Mare's top-rated restaurants."
title="Ce spun clienții noștri pe Google"
description="Cu peste 450 de recenzii pozitive, suntem mândri să fim unul dintre cele mai apreciate restaurante din Baia Mare pe Google."
testimonials={[
{ id: "t1", name: "Elena R.", handle: "@elena_foodie", testimonial: "Absolutely fantastic Italian food! The pizza was perfect, and the pasta was fresh and delicious. Friendly staff and a lovely atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-eating-food_23-2150009653.jpg", imageAlt: "Elena R." },
{ id: "t2", name: "Andrei P.", handle: "@andrei.eats", testimonial: "One of the best dining experiences in Baia Mare. Great portions, authentic flavors, and excellent service. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-black-shirt-isolated-yellow-wall_141793-79250.jpg", imageAlt: "Andrei P." },
@@ -221,11 +221,11 @@ export default function LandingPage() {
columns={[
{ title: "Menu", items: [{ label: "Appetizers", href: "#menu" }, { label: "Main Courses", href: "#menu" }, { label: "Desserts", href: "#menu" }, { label: "Drinks", href: "#menu" }] },
{ title: "About Us", items: [{ label: "Our Story", href: "#experience" }, { label: "Events", href: "#events" }, { label: "Loyalty Program", href: "#loyalty" }, { label: "Gift Cards", href: "#gift-cards" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/dolcevita" }, { label: "Facebook", href: "https://facebook.com/dolcevita" }, { label: "Contact Us", href: "#contact" }, { label: "Newsletter", href: "#newsletter" }] }
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/dolcevita" }, { label: "Facebook", href: "https://facebook.com/dolcevita" }, { label: "WhatsApp", href: "https://wa.me/40749658589" }, { label: "Contact Us", href: "#contact" }, { label: "Newsletter", href: "#newsletter" }] }
]}
copyrightText="© 2024 Dolce Vita. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -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);