Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -25,11 +25,11 @@ export default function KemitraanPage() {
|
||||
brandName="Kanemura"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdElDXzT9PJ2yx2yCX1t9p2kOh/uploaded-1780501067629-q2gpft6l.png"
|
||||
navItems={[
|
||||
{ name: "Beranda", href: "/" },
|
||||
{ name: "Menu", href: "/#cuts" },
|
||||
{ name: "Store List", href: "/store-list" },
|
||||
{ name: "Kemitraan", href: "/kemitraan" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Beranda", id: "/" },
|
||||
{ name: "Menu", id: "/#cuts" },
|
||||
{ name: "Store List", id: "/store-list" },
|
||||
{ name: "Kemitraan", id: "/kemitraan" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Table", href: "/#contact"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
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 FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
||||
brandName="Kanemura"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdElDXzT9PJ2yx2yCX1t9p2kOh/uploaded-1780501067629-q2gpft6l.png"
|
||||
navItems={[
|
||||
{ name: "Beranda", href: "/" },
|
||||
{ name: "Menu", href: "#cuts" },
|
||||
{ name: "Store List", href: "/store-list" },
|
||||
{ name: "Kemitraan", href: "/kemitraan" },
|
||||
{ name: "Contact", href: "#contact" }
|
||||
{ name: "Beranda", id: "/" },
|
||||
{ name: "Menu", id: "#cuts" },
|
||||
{ name: "Store List", id: "/store-list" },
|
||||
{ name: "Kemitraan", id: "/kemitraan" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Table", href: "#contact"
|
||||
|
||||
@@ -25,11 +25,11 @@ export default function StoreListPage() {
|
||||
brandName="Kanemura"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdElDXzT9PJ2yx2yCX1t9p2kOh/uploaded-1780501067629-q2gpft6l.png"
|
||||
navItems={[
|
||||
{ name: "Beranda", href: "/" },
|
||||
{ name: "Menu", href: "/#cuts" },
|
||||
{ name: "Store List", href: "/store-list" },
|
||||
{ name: "Kemitraan", href: "/kemitraan" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Beranda", id: "/" },
|
||||
{ name: "Menu", id: "/#cuts" },
|
||||
{ name: "Store List", id: "/store-list" },
|
||||
{ name: "Kemitraan", id: "/kemitraan" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Table", href: "/#contact"
|
||||
|
||||
Reference in New Issue
Block a user