diff --git a/src/app/page.tsx b/src/app/page.tsx index 962c40f..307ffe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -30,13 +30,14 @@ export default function LandingPage() { brandName="kyFaLL" navItems={[ { name: "Over ons", id: "about" }, - { name: "Aanbod", id: "menu" }, + { name: "Aanbod", id: "pricing" }, { name: "Galerij", id: "gallery" }, - { name: "Reviews", id: "reviews" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ - text: "Reserveer Nu", href: "#reservation"}} + text: "Reserveer Nu", href: "#contact" + }} /> @@ -47,7 +48,7 @@ export default function LandingPage() { tag="Premium Loungebar" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "📞 Bel Nu", href: "tel:0687271224" }, { text: "💬 WhatsApp Direct", href: "https://wa.me/310687271224" }, @@ -55,17 +56,23 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=1", imageAlt: "kyFaLL Loungebar Veenendaal"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", imageAlt: "kyFaLL Loungebar Veenendaal" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-spend-time-club-smoking-hookah-multiethnic-male-bachelor-mafia-party-restaurant_627829-12017.jpg?_wi=1", imageAlt: "Premium Shisha Setup"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-spend-time-club-smoking-hookah-multiethnic-male-bachelor-mafia-party-restaurant_627829-12017.jpg", imageAlt: "Premium Shisha Setup" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=2", imageAlt: "Modern Lounge Interior"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", imageAlt: "Modern Lounge Interior" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-booze-brew-alcohol-celebrate-refreshment_53876-46913.jpg?_wi=1", imageAlt: "Social Gathering Space"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-booze-brew-alcohol-celebrate-refreshment_53876-46913.jpg", imageAlt: "Social Gathering Space" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Evening Ambiance"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Evening Ambiance" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-spend-time-club-smoking-hookah-multiethnic-male-bachelor-mafia-party-restaurant_627829-12017.jpg?_wi=2", imageAlt: "Shisha Experience"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-spend-time-club-smoking-hookah-multiethnic-male-bachelor-mafia-party-restaurant_627829-12017.jpg", imageAlt: "Shisha Experience" + }, ]} autoPlay={true} autoPlayInterval={5000} @@ -78,8 +85,9 @@ export default function LandingPage() { -