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