Merge version_1 into main #1
@@ -30,11 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="KRAEDU"
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "home", "href": "/" },
|
||||
{ "name": "Shop", "id": "shop", "href": "/shop" },
|
||||
{ "name": "Über uns", "id": "about", "href": "/about" },
|
||||
{ "name": "News", "id": "news", "href": "/news" },
|
||||
{ "name": "Kontakt", "id": "contact", "href": "/contact" }
|
||||
{ "name": "Home", "id": "home" },
|
||||
{ "name": "Shop", "id": "shop" },
|
||||
{ "name": "Über uns", "id": "about" },
|
||||
{ "name": "News", "id": "news" },
|
||||
{ "name": "Kontakt", "id": "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -57,9 +57,9 @@ export default function LandingPage() {
|
||||
{ "text": "Natur nach Hause holen", "href": "/shop" },
|
||||
{ "text": "Mehr über uns", "href": "/about" }
|
||||
]}
|
||||
buttonAnimation="text-shift"
|
||||
buttonAnimation="expand-hover"
|
||||
tag="Fronigerhof seit Generationen"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="expand-hover"
|
||||
carouselPosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ "text": "Alpenkraft entdecken", "href": "/shop" }
|
||||
]}
|
||||
buttonAnimation="text-shift"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ "text": "Alle Beiträge lesen", "href": "/news" }
|
||||
]}
|
||||
buttonAnimation="text-shift"
|
||||
buttonAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
|
||||
Reference in New Issue
Block a user