diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index e1d8e02..f95b2d1 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "All Products", href: "/products" },
{ label: "Best Sellers", href: "/products?sort=bestselling" },
{ label: "New Arrivals", href: "/products?sort=new" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
- title: "Brands",
- items: [
+ title: "Brands", items: [
{ label: "Hemani", href: "/products?brand=hemani" },
{ label: "Saeed Ghani", href: "/products?brand=saeedghani" },
{ label: "Golden Pearl", href: "/products?brand=goldenpearl" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQs", href: "#faq" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "WhatsApp", href: "https://wa.me/923334567890" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
@@ -56,8 +52,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Return Policy", href: "#" },
@@ -84,9 +79,7 @@ export default function AboutPage() {
brandName="Zamzam Cosmetics"
navItems={navItems}
button={{
- text: "💬 WhatsApp Order",
- href: "https://wa.me/923334567890",
- }}
+ text: "💬 WhatsApp Order", href: "https://wa.me/923334567890"}}
/>
@@ -94,10 +87,7 @@ export default function AboutPage() {
@@ -117,10 +110,7 @@ export default function HomePage() {