Switch to version 5: modified src/app/shop/page.tsx
This commit is contained in:
@@ -38,9 +38,7 @@ function ShopPageContent() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Team", id: "/#team" },
|
{ name: "Testimonials", id: "/#testimonials" }
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
|
||||||
{ name: "Contact", id: "/#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="Angola"
|
brandName="Angola"
|
||||||
bottomLeftText="Experience the Beauty"
|
bottomLeftText="Experience the Beauty"
|
||||||
@@ -78,9 +76,7 @@ function ShopPageContent() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Team", id: "/#team" },
|
{ name: "Testimonials", id: "/#testimonials" }
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
|
||||||
{ name: "Contact", id: "/#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="Angola"
|
brandName="Angola"
|
||||||
bottomLeftText="Experience the Beauty"
|
bottomLeftText="Experience the Beauty"
|
||||||
@@ -105,10 +101,9 @@ function ShopPageContent() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=3"
|
||||||
imageAlt="Soft, blurred pastel flowers in a tranquil setting"
|
imageAlt="Soft, blurred pastel flowers in a tranquil setting"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] },
|
{ title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/shop" }] },
|
||||||
{ title: "Company", items: [
|
{ title: "Company", items: [
|
||||||
{ label: "About Us", href: "/#about" },
|
{ label: "About Us", href: "/#about" }
|
||||||
{ label: "Contact", href: "/#contact" }
|
|
||||||
] },
|
] },
|
||||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] }
|
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user