diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx
index d4a2d33..b877875 100644
--- a/src/app/collections/page.tsx
+++ b/src/app/collections/page.tsx
@@ -20,8 +20,7 @@ export default function CollectionsPage() {
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "All Fragrances", href: "/shop" },
{ label: "Collections", href: "/collections" },
{ label: "New Arrivals", href: "/shop?filter=new" },
@@ -29,8 +28,7 @@ export default function CollectionsPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about#story" },
{ label: "Craftsmanship", href: "/about#craftsmanship" },
@@ -38,8 +36,7 @@ export default function CollectionsPage() {
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
{ label: "Returns", href: "/returns" },
@@ -47,8 +44,7 @@ export default function CollectionsPage() {
],
},
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Fragrance Finder", href: "/finder" },
{ label: "Blog & Guides", href: "/blog" },
{ label: "Fragrance Notes", href: "/fragrance-notes" },
@@ -56,8 +52,7 @@ export default function CollectionsPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Shipping Policy", href: "/shipping-policy" },
@@ -84,9 +79,7 @@ export default function CollectionsPage() {
brandName="Essence Luxe"
navItems={navItems}
button={{
- text: "Explore",
- href: "shop",
- }}
+ text: "Explore", href: "shop"}}
/>
@@ -101,10 +94,9 @@ export default function CollectionsPage() {
{ text: "Browse All", href: "#" },
{ text: "Find Your Scent", href: "#" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg"
imageAlt="Premium perfume collection showcase"
mediaAnimation="slide-up"
- useInvertedBackground={false}
/>
@@ -112,28 +104,13 @@ export default function CollectionsPage() {