Update src/app/page.tsx

This commit is contained in:
2026-04-05 18:30:03 +00:00
parent 0a334499a6
commit 9473bb06ef

View File

@@ -77,8 +77,8 @@ export default function LandingPage() {
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" },
{ 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" }
{ 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" }
]}
title="Why Choose Al Saif?"
description="We blend traditional craftsmanship with modern comfort to bring you the finest footwear."
@@ -92,8 +92,8 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "1", brand: "Al Saif", name: "Classic Black Formal", price: "PKR 4,500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pair-classic-clothing-white-black_1203-6538.jpg" },
{ id: "2", brand: "Al Saif", name: "Brown Oxford Leather", price: "PKR 4,800", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg" },
{ id: "1", brand: "Al Saif", name: "Classic Black Formal", price: "PKR 4,500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pair-classic-clothing-white-black_1203-6538.jpg?_wi=2" },
{ id: "2", brand: "Al Saif", name: "Brown Oxford Leather", price: "PKR 4,800", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=2" },
{ id: "3", brand: "Al Saif", name: "Urban Style Sneakers", price: "PKR 3,900", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-coming-down-stairs_23-2148749331.jpg" },
{ id: "4", brand: "Al Saif", name: "Premium Peshawari", price: "PKR 3,500", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wear-elegant-black-saree-posed-restaurant-against-wall-with-frames_627829-798.jpg" },
{ id: "5", brand: "Al Saif", name: "Soft Moccasins", price: "PKR 4,200", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg" },