diff --git a/src/app/page.tsx b/src/app/page.tsx index 384fd29..c858b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,11 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-wearing-long-gray-coat_1303-21150.jpg", imageAlt: "AL-AMMO Luxury Abaya Hero Collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-wearing-long-gray-coat_1303-21150.jpg", imageAlt: "AL-AMMO Luxury Abaya Hero Collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1193.jpg?_wi=1", imageAlt: "Detailed Calligraphy Embroidery Pattern"}, + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1193.jpg?_wi=1", imageAlt: "Detailed Calligraphy Embroidery Pattern" + }, ]} rating={5} ratingText="Loved by discerning customers worldwide" @@ -68,22 +70,28 @@ export default function LandingPage() { @@ -160,13 +173,17 @@ export default function LandingPage() { author="Fatima Al-Rashid, Dubai" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Fatima Al-Rashid"}, + src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Fatima Al-Rashid" + }, { - src: "http://img.b2bpic.net/free-photo/studio-shot-cheerful-religious-muslim-woman-keeps-arms-folded-smiles-broadly-has-white-teeth_273609-27065.jpg", alt: "Hana Al-Mansouri"}, + src: "http://img.b2bpic.net/free-photo/studio-shot-cheerful-religious-muslim-woman-keeps-arms-folded-smiles-broadly-has-white-teeth_273609-27065.jpg", alt: "Hana Al-Mansouri" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", alt: "Leila Hassan"}, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", alt: "Leila Hassan" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "Amira Al-Zahra"}, + src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "Amira Al-Zahra" + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -192,12 +209,12 @@ export default function LandingPage() { columns={[ { title: "Collection", items: [ - { label: "Classic White & Black Calligraphy", href: "#products" }, - { label: "Elegant Navy & Gold", href: "#products" }, - { label: "Burgundy & Cream", href: "#products" }, - { label: "Silver Grace Grey", href: "#products" }, - { label: "Oatmeal Copper", href: "#products" }, - { label: "Emerald Elegance", href: "#products" }, + { label: "Original Classic White with Black Calligraphy", href: "#products" }, + { label: "Elegant Navy and Gold", href: "#products" }, + { label: "Burgundy Calligraphy with Cream Accents", href: "#products" }, + { label: "Silver Grace Grey with Shimmering Silver", href: "#products" }, + { label: "Oatmeal Copper with Warm Copper Accents", href: "#products" }, + { label: "Emerald Elegance with Deep Forest Green Calligraphy", href: "#products" }, ], }, {