Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitSplitMediaAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
|||||||
brandName="Kanemura"
|
brandName="Kanemura"
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdElDXzT9PJ2yx2yCX1t9p2kOh/uploaded-1780501067629-q2gpft6l.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdElDXzT9PJ2yx2yCX1t9p2kOh/uploaded-1780501067629-q2gpft6l.png"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Beranda", href: "/" },
|
{ name: "Beranda", id: "/" },
|
||||||
{ name: "Menu", href: "#cuts" },
|
{ name: "Menu", id: "#cuts" },
|
||||||
{ name: "Store List", href: "/store-list" },
|
{ name: "Store List", id: "/store-list" },
|
||||||
{ name: "Kemitraan", href: "/kemitraan" },
|
{ name: "Kemitraan", id: "/kemitraan" },
|
||||||
{ name: "Contact", href: "#contact" }
|
{ name: "Contact", id: "#contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Reserve Table", href: "#contact"
|
text: "Reserve Table", href: "#contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user