Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -30,11 +30,11 @@ export default function BlogPage() {
|
|||||||
brandName="Tiger"
|
brandName="Tiger"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Collections", id: "collections" },
|
{ name: "Collections", id: "/shop" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Shop", id: "shop" }
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Premium Cup Collection"
|
bottomLeftText="Premium Cup Collection"
|
||||||
bottomRightText="hello@tigercups.com"
|
bottomRightText="hello@tigercups.com"
|
||||||
|
|||||||
@@ -30,11 +30,11 @@ export default function TigerCupsPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Tiger"
|
brandName="Tiger"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Collections", id: "collections" },
|
{ name: "Collections", id: "/shop" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Shop", id: "shop" }
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Premium Cup Collection"
|
bottomLeftText="Premium Cup Collection"
|
||||||
bottomRightText="hello@tigercups.com"
|
bottomRightText="hello@tigercups.com"
|
||||||
@@ -66,8 +66,8 @@ export default function TigerCupsPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "products" },
|
{ text: "Shop Now", href: "/shop" },
|
||||||
{ text: "View Collections", href: "collections" }
|
{ text: "View Collections", href: "/shop" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user