Merge version_1 into main #1
@@ -86,12 +86,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Alisa"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "products" }}
|
||||
button={{ text: "Order Now", href: "/shop" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -102,7 +102,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Shop Flowers", href: "products" },
|
||||
{ label: "Shop Flowers", href: "/shop" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Testimonials", href: "testimonials" }
|
||||
]
|
||||
@@ -148,12 +148,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Alisa"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "products" }}
|
||||
button={{ text: "Order Now", href: "/shop" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Shop Flowers", href: "products" },
|
||||
{ label: "Shop Flowers", href: "/shop" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Testimonials", href: "testimonials" }
|
||||
]
|
||||
@@ -217,12 +217,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Alisa"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "products" }}
|
||||
button={{ text: "Order Now", href: "/shop" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
@@ -266,7 +266,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Shop Flowers", href: "products" },
|
||||
{ label: "Shop Flowers", href: "/shop" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Testimonials", href: "testimonials" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user