Merge version_2 into main #3
@@ -31,11 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Acasă", id: "#hero" },
|
||||
{ name: "Povestea", id: "#about" },
|
||||
{ name: "Experiența", id: "#experience" },
|
||||
{ name: "Meniu", id: "#menu" },
|
||||
{ name: "Rezervă", id: "#contact" },
|
||||
{ name: "Acasă", id: "hero" },
|
||||
{ name: "Povestea", id: "about" },
|
||||
{ name: "Experiența", id: "experience" },
|
||||
{ name: "Meniu", id: "menu" },
|
||||
{ name: "Rezervă", id: "contact" },
|
||||
]}
|
||||
brandName="La Mariana"
|
||||
/>
|
||||
@@ -95,7 +95,8 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Masa sub Nuc", description: "O cină memorabilă în liniștea grădinii, sub coroana seculară a nucului.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-forest-pond-sunset_23-2147562176.jpg", imageAlt: "Masa sub nuc"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-forest-pond-sunset_23-2147562176.jpg", imageAlt: "Masa sub nuc"
|
||||
},
|
||||
items: [
|
||||
{ icon: Leaf, text: "Conexiune cu natura" },
|
||||
{ icon: Clock, text: "Ritual lent" },
|
||||
@@ -185,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user