diff --git a/src/app/page.tsx b/src/app/page.tsx
index 734a2a4..0794179 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,78 +41,32 @@ export default function LandingPage() {
@@ -133,27 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Quality",
- title: "Handcrafted Leather",
- subtitle: "Premium Material",
- description: "Authentic leather materials ensuring durability and style.",
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-laptop-outdoors_23-2148142848.jpg",
- },
- {
- tag: "Service",
- title: "WhatsApp Orders",
- subtitle: "Easy Buying",
- description: "Quick ordering directly via WhatsApp for a personalized experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/pair-classic-clothing-white-black_1203-6538.jpg?_wi=1",
- },
- {
- tag: "Trust",
- title: "Verified Quality",
- subtitle: "Customer Trusted",
- description: "Serving thousands of satisfied customers across Pakistan.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=1",
- },
+ { tag: "Quality", title: "Handcrafted Leather", subtitle: "Premium Material", description: "Authentic leather materials ensuring durability and style.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-laptop-outdoors_23-2148142848.jpg" },
+ { tag: "Service", title: "WhatsApp Orders", subtitle: "Easy Buying", description: "Quick ordering directly via WhatsApp for a personalized experience.", imageSrc: "http://img.b2bpic.net/free-photo/pair-classic-clothing-white-black_1203-6538.jpg" },
+ { tag: "Trust", title: "Verified Quality", subtitle: "Customer Trusted", description: "Serving thousands of satisfied customers across Pakistan.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg" }
]}
title="Why Choose Al Saif?"
description="We blend traditional craftsmanship with modern comfort to bring you the finest footwear."
@@ -164,62 +89,15 @@ export default function LandingPage() {
@@ -303,35 +139,18 @@ export default function LandingPage() {
logoText="AL SAIF SHOES"
columns={[
{
- title: "Shop",
- items: [
- {
- label: "Formal Shoes",
- href: "#products",
- },
- {
- label: "Casual Sneakers",
- href: "#products",
- },
- {
- label: "Traditional Sandals",
- href: "#products",
- },
- ],
+ title: "Shop", items: [
+ { label: "Formal Shoes", href: "#products" },
+ { label: "Casual Sneakers", href: "#products" },
+ { label: "Traditional Sandals", href: "#products" }
+ ]
},
{
- title: "Contact",
- items: [
- {
- label: "WhatsApp: 03201233095",
- href: "https://wa.me/923201233095",
- },
- {
- label: "Location: Gareeb Shah Market",
- href: "#",
- },
- ],
- },
+ title: "Contact", items: [
+ { label: "WhatsApp: 03201233095", href: "https://wa.me/923201233095" },
+ { label: "Location: Gareeb Shah Market", href: "#" }
+ ]
+ }
]}
copyrightText="© 2025 | Al Saif Shoes. All rights reserved."
/>