From d6fd92af8be11e305047e3d46192f92f05e42975 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 20:27:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 +++++++++++++---------------------------------- 1 file changed, 73 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71f4b51..33fd6e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Clock, Users, Utensils } from "lucide-react"; +import { Clock, Users, Utensils, CalendarDays } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,15 @@ export default function LandingPage() { @@ -53,117 +47,68 @@ export default function LandingPage() {
@@ -175,19 +120,13 @@ export default function LandingPage() { metrics={[ { icon: Utensils, - label: "Rețete Tradiționale", - value: "50+", - }, + label: "Rețete Tradiționale", value: "50+"}, { icon: Clock, - label: "Ani de experiență", - value: "15", - }, + label: "Ani de experiență", value: "15"}, { icon: Users, - label: "Oaspeți fericiți", - value: "10k+", - }, + label: "Oaspeți fericiți", value: "10k+"}, ]} metricsAnimation="blur-reveal" /> @@ -201,92 +140,54 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "m1", - name: "Ciorbă de burtă", - price: "25 RON", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg?_wi=3", - }, + id: "m1", name: "Ciorbă de burtă", price: "25 RON", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg?_wi=3"}, { - id: "m2", - name: "Tochitură Moldovenească", - price: "45 RON", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=3", - }, + id: "m2", name: "Tochitură Moldovenească", price: "45 RON", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=3"}, { - id: "m3", - name: "Papanași cu dulceață", - price: "20 RON", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-cookies-dark-light-surface_140725-90757.jpg?_wi=3", - }, + id: "m3", name: "Papanași cu dulceață", price: "20 RON", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-cookies-dark-light-surface_140725-90757.jpg?_wi=3"}, { - id: "m4", - name: "Platou Tradițional", - price: "80 RON", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-eats-dushbara-soup-traditional-azerbaijani-dish_140725-11465.jpg?_wi=3", - }, + id: "m4", name: "Platou Tradițional", price: "80 RON", imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-eats-dushbara-soup-traditional-azerbaijani-dish_140725-11465.jpg?_wi=3"}, { - id: "m5", - name: "Sarmale în foi de varză", - price: "35 RON", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-cooked-bell-peppers-with-fried-sausages-inside-plate-dark-green-surface_140725-61753.jpg?_wi=3", - }, + id: "m5", name: "Sarmale în foi de varză", price: "35 RON", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-cooked-bell-peppers-with-fried-sausages-inside-plate-dark-green-surface_140725-61753.jpg?_wi=3"}, { - id: "m6", - name: "Vinul Casei", - price: "15 RON", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-two-glasses-delicious-dry-red-wine-towel-ice-background_140725-141433.jpg?_wi=2", - }, + id: "m6", name: "Vinul Casei", price: "15 RON", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-two-glasses-delicious-dry-red-wine-towel-ice-background_140725-141433.jpg?_wi=2"}, ]} title="Meniul Nostru" description="Explorați selecția noastră de preparate gătite cu pasiune." /> +
+ +
+
@@ -320,29 +216,19 @@ export default function LandingPage() { logoText="Mestecăniș Restaurant" columns={[ { - title: "Meniu", - items: [ + title: "Meniu", items: [ { - label: "Preparate", - href: "#menu", - }, + label: "Preparate", href: "#menu"}, { - label: "Băuturi", - href: "#menu", - }, + label: "Băuturi", href: "#menu"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Rezervări", - href: "#contact", - }, + label: "Rezervări", href: "#contact"}, { - label: "Locație", - href: "#", - }, + label: "Locație", href: "#"}, ], }, ]} @@ -352,4 +238,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1