3 Commits

Author SHA1 Message Date
a0bf2457d7 Update src/app/page.tsx 2026-04-29 10:14:00 +00:00
66a52a82f7 Merge version_1 into main
Merge version_1 into main
2026-04-29 10:06:02 +00:00
be7f928021 Merge version_1 into main
Merge version_1 into main
2026-04-29 10:05:24 +00:00

View File

@@ -37,15 +37,15 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Ardealul"
button={{ text: "Rezervă Acum", href: "#contact" }}
button={{ text: "Rezervă Acum (RO/EN)", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="Real Transylvanian Food. Made Fresh, Every Day."
description="Generous portions. Honest prices. Flavors that bring people back to their roots."
title="Mâncare Ardelenească Autentică. Gătită proaspăt, în fiecare zi."
description="Porții generoase. Prețuri corecte. Arome care te întorc la origini."
kpis={[
{ value: "4.4★", label: "Google Rating" },
{ value: "900+", label: "Happy Guests" },
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}