From b20019d73e4560d6f65a641cb94d7cbd7131d96a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:58:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a86ba6a..50d88e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,79 +28,32 @@ export default function LandingPage() {
@@ -112,26 +65,11 @@ export default function LandingPage() { rating={5} author="Client Satisfaction" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", - alt: "happy fashion customer profile picture", - }, - { - src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", - alt: "client portrait natural light", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - alt: "woman in elegant attire smiling", - }, - { - src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-gold-jacket-sexy-carefree-woman-posing-near-white-wall-studio-circle-lightfashionable-model-with-bright-makeup_158538-22772.jpg", - alt: "fashion enthusiast portrait elegant look", - }, - { - src: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg", - alt: "Selfie of cheerful Caucasian fair haired woman standing near rack", - }, + { src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", alt: "happy fashion customer profile picture" }, + { src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "client portrait natural light" }, + { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "woman in elegant attire smiling" }, + { src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-gold-jacket-sexy-carefree-woman-posing-near-white-wall-studio-circle-lightfashionable-model-with-bright-makeup_158538-22772.jpg", alt: "fashion enthusiast portrait elegant look" }, + { src: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg", alt: "Selfie of cheerful Caucasian fair haired woman standing near rack" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -145,42 +83,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Marrakech Kaftan", - price: "1,200 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149160824.jpg", - }, - { - id: "p2", - name: "Silk Scarf", - price: "450 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/green-woven-textured-scarf-background_53876-88535.jpg", - }, - { - id: "p3", - name: "Leather Handbag", - price: "2,800 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/tailoring-workshop-arrangement-table_23-2148970731.jpg", - }, - { - id: "p4", - name: "Gold Jewelry Set", - price: "1,500 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg", - }, - { - id: "p5", - name: "Designer Heels", - price: "2,200 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg", - }, - { - id: "p6", - name: "Evening Dress", - price: "3,500 MAD", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-exuding-confidence-outdoors-generated-by-ai_188544-17636.jpg", - }, + { id: "p1", name: "Marrakech Kaftan", price: "1,200 MAD", imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149160824.jpg" }, + { id: "p2", name: "Silk Scarf", price: "450 MAD", imageSrc: "http://img.b2bpic.net/free-photo/green-woven-textured-scarf-background_53876-88535.jpg" }, + { id: "p3", name: "Leather Handbag", price: "2,800 MAD", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-workshop-arrangement-table_23-2148970731.jpg" }, + { id: "p4", name: "Gold Jewelry Set", price: "1,500 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282413.jpg" }, + { id: "p5", name: "Designer Heels", price: "2,200 MAD", imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg" }, + { id: "p6", name: "Evening Dress", price: "3,500 MAD", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-suit-exuding-confidence-outdoors-generated-by-ai_188544-17636.jpg" }, ]} title="Signature Collection" description="Exquisite, exclusive, and timeless pieces curated just for you." @@ -192,20 +100,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No generic inventory", - "No compromise on quality", - "No cold automated service", - ], - }} - positiveCard={{ - items: [ - "Exclusive Designs - Not mass-produced", - "Premium Materials - Carefully selected", - "Personalized Service - Treat you with care", - ], - }} + negativeCard={{ items: ["No generic inventory", "No compromise on quality", "No cold automated service"] }} + positiveCard={{ items: ["Exclusive Designs - Not mass-produced", "Premium Materials - Carefully selected", "Personalized Service - Treat you with care"] }} title="What Makes Maison MH Different" description="Luxury redefined through personalized service and exclusive pieces." /> @@ -216,13 +112,9 @@ export default function LandingPage() { textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} + animationType="depth-3d" members={[ - { - id: "m1", - name: "Hajar", - role: "Founder & Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929569.jpg", - }, + { id: "m1", name: "Hajar", role: "Founder & Stylist", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929569.jpg" }, ]} title="A Personal Touch" description="We welcome every client with love and attention. Maison MH is not just a boutique, it’s a feeling." @@ -233,37 +125,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1