Update src/app/shop/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ function ShopPageContent() {
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/pink-silk-background_1048-401.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/pink-silk-background_1048-401.jpg?_wi=3"
|
||||
imageAlt="Abstract luxury texture background with soft gradients"
|
||||
columns={[{ title: "Shop", items: [{ label: "New Arrivals", href: "#shop" }, { label: "Best Sellers", href: "#shop" }, { label: "Discovery Sets", href: "#shop" }] }, { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Promise", href: "#features" }, { label: "Contact", href: "#contact" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Shipping", href: "#" }, { label: "Returns", href: "#" }] }]}
|
||||
logoText="Find Me"
|
||||
@@ -102,7 +102,7 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/pink-silk-background_1048-401.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/pink-silk-background_1048-401.jpg?_wi=4"
|
||||
imageAlt="Abstract luxury texture background with soft gradients"
|
||||
columns={[{ title: "Shop", items: [{ label: "New Arrivals", href: "#shop" }, { label: "Best Sellers", href: "#shop" }, { label: "Discovery Sets", href: "#shop" }] }, { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Promise", href: "#features" }, { label: "Contact", href: "#contact" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Shipping", href: "#" }, { label: "Returns", href: "#" }] }]}
|
||||
logoText="Find Me"
|
||||
|
||||
Reference in New Issue
Block a user