Update src/app/page.tsx

This commit is contained in:
2026-05-19 16:59:43 +00:00
parent 49896676cc
commit 2a4e5e6e91

View File

@@ -12,7 +12,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Music, Sun } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,9 +32,9 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Experience", id: "/experience" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Menu", id: "/menu" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
{ name: "Book Now", id: "/booking" }
]}
brandName="Kyalami Shisanyama"