From 9473bb06eff232a10758756c2e5a4afccd7c5a34 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:30:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0794179..c368814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, -- 2.49.1