From af887ee497830b117d02766d17673296e2c17947 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:22:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 +++++------------------------------------------ 1 file changed, 35 insertions(+), 313 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0f5251..4eba8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,108 +31,36 @@ export default function LandingPage() {
@@ -181,96 +94,13 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Rajeshahi", - name: "Royal Silk Kurta", - price: "₹3,499", - rating: 5, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-ukranian-shirt_23-2149318757.jpg", - }, - { - id: "p2", - brand: "Rajeshahi", - name: "Premium Cotton Shirt", - price: "₹1,299", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-posing-near-dark-wall_158538-11158.jpg", - }, - { - id: "p3", - brand: "Rajeshahi", - name: "Embroidery Sherwani", - price: "₹8,999", - rating: 5, - reviewCount: "3", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-room-male-traditional-turban-hinduist-room_1157-41040.jpg", - }, - { - id: "p4", - brand: "Rajeshahi", - name: "Classic Formal Trouser", - price: "₹1,899", - rating: 5, - reviewCount: "4", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-mature-male-walking_23-2148673433.jpg", - }, - { - id: "p5", - brand: "Rajeshahi", - name: "Festive Nehru Jacket", - price: "₹2,999", - rating: 5, - reviewCount: "6", - imageSrc: "http://img.b2bpic.net/free-photo/experienced-bearded-florist-is-creating-nice-bouquet-using-variety-flowers_613910-15148.jpg", - }, - { - id: "p6", - brand: "Rajeshahi", - name: "Classic Ethnic Stole", - price: "₹799", - rating: 5, - reviewCount: "2", - imageSrc: "http://img.b2bpic.net/free-photo/red-indian-s-groom-shoes-hat-lie-blue-chair_8353-774.jpg", - }, + { id: "p1", brand: "Rajeshahi", name: "Signature Silk Kurta", price: "₹3,499", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-ukranian-shirt_23-2149318757.jpg" }, + { id: "p2", brand: "Rajeshahi", name: "Premium Cotton Shirt", price: "₹1,299", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-posing-near-dark-wall_158538-11158.jpg" }, + { id: "p3", brand: "Rajeshahi", name: "Royal Sherwani", price: "₹8,999", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-room-male-traditional-turban-hinduist-room_1157-41040.jpg" }, + { id: "p4", brand: "Rajeshahi", name: "Tailored Formal Trouser", price: "₹1,899", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-mature-male-walking_23-2148673433.jpg" }, ]} - title="Featured Styles" - description="Explore our curated selection of high-quality fabrics and designs." - /> - - -
-
@@ -280,133 +110,25 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Rahul Deshmukh", - handle: "@rahuld", - testimonial: "Very satisfied with the service and overall experience at Rajeshahi.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", - }, - { - id: "t2", - name: "Suresh Kulkarni", - handle: "@sureshk", - testimonial: "Nice collection and good work. The fabrics are truly premium.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg", - }, - { - id: "t3", - name: "Amit Patil", - handle: "@amitp", - testimonial: "Polite staff and a wonderful selection of traditional wear.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-white-shirt-dark-photo-studio_613910-3434.jpg", - }, - { - id: "t4", - name: "Vijay Jadhav", - handle: "@vijayj", - testimonial: "Quality work and very helpful staff. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shirt-looking-into-camera-smiling_197531-26789.jpg", - }, - { - id: "t5", - name: "Nitin Gore", - handle: "@niting", - testimonial: "Great experience, finding the perfect fit was so easy.", - imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430633.jpg", - }, - ]} - title="Client Experiences" - description="What our customers are saying about us." - /> - - -
- -
- -
-
); -} +} \ No newline at end of file -- 2.49.1