From 05e4475dba097e740970dbc8480c112375b670be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:19:12 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 +++++++++++------------------------------- 1 file changed, 15 insertions(+), 43 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5ec7591..be29b76 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -38,9 +38,7 @@ export default function AboutPage() { id: item.id, }))} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -53,24 +51,16 @@ export default function AboutPage() { metrics={[ { icon: Sparkles, - label: "Premium Products", - value: "500+", - }, + label: "Premium Products", value: "500+"}, { icon: Users, - label: "Happy Customers", - value: "50K+", - }, + label: "Happy Customers", value: "50K+"}, { icon: Globe, - label: "Countries Served", - value: "25+", - }, + label: "Countries Served", value: "25+"}, { icon: Award, - label: "Years Excellence", - value: "15+", - }, + label: "Years Excellence", value: "15+"}, ]} /> @@ -79,38 +69,20 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 09:19:13 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8118d27..5ec5f8f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,9 +37,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -48,47 +46,27 @@ export default function ContactPage() { Date: Tue, 10 Mar 2026 09:19:13 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 202 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f97948e..e925f13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -52,53 +50,33 @@ export default function HomePage() { tag="Luxury Fragrances" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=1", - imageAlt: "Premium Perfume Bottle 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Premium Perfume Bottle 1"}, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=1", - imageAlt: "Exotic Attar Fragrance", - }, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Exotic Attar Fragrance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=1", - imageAlt: "Luxury Perfume Design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Luxury Perfume Design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=2", - imageAlt: "Premium Collection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Premium Collection"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=2", - imageAlt: "Floral Fragrance", - }, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Floral Fragrance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=2", - imageAlt: "Oriental Attar", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Oriental Attar"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=3", - imageAlt: "Signature Scent", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Signature Scent"}, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=3", - imageAlt: "Collection Range", - }, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Collection Range"}, ]} carouselPosition="right" buttons={[ { - text: "Shop Collection", - href: "/shop", - }, + text: "Shop Collection", href: "/shop"}, { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} buttonAnimation="blur-reveal" /> @@ -115,45 +93,23 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Royal Oud Attar", - price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=4", - imageAlt: "Royal Oud Attar", - initialQuantity: 1, + id: "1", name: "Royal Oud Attar", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Royal Oud Attar", initialQuantity: 1, }, { - id: "2", - name: "Floral Bliss Perfume", - price: "$79.00", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=4", - imageAlt: "Floral Bliss Perfume", - initialQuantity: 1, + id: "2", name: "Floral Bliss Perfume", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Floral Bliss Perfume", initialQuantity: 1, }, { - id: "3", - name: "Amber Nights Attar", - price: "$99.00", - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=3", - imageAlt: "Amber Nights Attar", - initialQuantity: 1, + id: "3", name: "Amber Nights Attar", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Amber Nights Attar", initialQuantity: 1, }, { - id: "4", - name: "Rose Garden Essence", - price: "$85.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=5", - imageAlt: "Rose Garden Essence", - initialQuantity: 1, + id: "4", name: "Rose Garden Essence", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Rose Garden Essence", initialQuantity: 1, }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" buttons={[ { - text: "View All Products", - href: "/shop", - }, + text: "View All Products", href: "/shop"}, ]} buttonAnimation="blur-reveal" /> @@ -168,24 +124,16 @@ export default function HomePage() { metrics={[ { icon: Sparkles, - label: "Premium Products", - value: "500+", - }, + label: "Premium Products", value: "500+"}, { icon: Users, - label: "Happy Customers", - value: "50K+", - }, + label: "Happy Customers", value: "50K+"}, { icon: Globe, - label: "Countries Served", - value: "25+", - }, + label: "Countries Served", value: "25+"}, { icon: Award, - label: "Years Excellence", - value: "15+", - }, + label: "Years Excellence", value: "15+"}, ]} /> @@ -203,59 +151,23 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sophia Rahman", - handle: "@sophiarahman", - testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=1", - imageAlt: "Sophia Rahman", - }, + id: "1", name: "Sophia Rahman", handle: "@sophiarahman", testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg", imageAlt: "Sophia Rahman"}, { - id: "2", - name: "Ahmed Hassan", - handle: "@ahmedhassan", - testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=1", - imageAlt: "Ahmed Hassan", - }, + id: "2", name: "Ahmed Hassan", handle: "@ahmedhassan", testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Ahmed Hassan"}, { - id: "3", - name: "Fatima Al-Mazrouei", - handle: "@fatima.luxe", - testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg?_wi=1", - imageAlt: "Fatima Al-Mazrouei", - }, + id: "3", name: "Fatima Al-Mazrouei", handle: "@fatima.luxe", testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg", imageAlt: "Fatima Al-Mazrouei"}, { - id: "4", - name: "Mohamed Khan", - handle: "@mohamedkhan", - testimonial: "The Amber Nights Attar has become my signature scent. The complexity and depth of the fragrance are remarkable. Worth every penny!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2149915906.jpg", - imageAlt: "Mohamed Khan", - }, + id: "4", name: "Mohamed Khan", handle: "@mohamedkhan", testimonial: "The Amber Nights Attar has become my signature scent. The complexity and depth of the fragrance are remarkable. Worth every penny!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2149915906.jpg", imageAlt: "Mohamed Khan"}, { - id: "5", - name: "Layla Mansour", - handle: "@layla_bliss", - testimonial: "I'm obsessed with the Floral Bliss perfume. It's fresh, elegant, and lasts all day. The customer support team is also fantastic and very helpful.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-content-middle-aged-woman-leaning-wall_1262-1881.jpg", - imageAlt: "Layla Mansour", - }, + id: "5", name: "Layla Mansour", handle: "@layla_bliss", testimonial: "I'm obsessed with the Floral Bliss perfume. It's fresh, elegant, and lasts all day. The customer support team is also fantastic and very helpful.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-content-middle-aged-woman-leaning-wall_1262-1881.jpg", imageAlt: "Layla Mansour"}, { - id: "6", - name: "Omar Saeed", - handle: "@omar_scents", - testimonial: "Best fragrance investment I've made. The Rose Garden Essence is perfect for special occasions. Mulla Perfumes delivers luxury at affordable prices.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", - imageAlt: "Omar Saeed", - }, + id: "6", name: "Omar Saeed", handle: "@omar_scents", testimonial: "Best fragrance investment I've made. The Rose Garden Essence is perfect for special occasions. Mulla Perfumes delivers luxury at affordable prices.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "Omar Saeed"}, ]} /> @@ -272,35 +184,17 @@ export default function HomePage() { animationType="smooth" faqs={[ { - id: "1", - title: "What is the difference between perfume and attar?", - content: "Perfume typically contains 15-20% fragrance concentration with alcohol, while attar (also called itra) is a pure, alcohol-free fragrance oil. Attars are highly concentrated and traditionally used in Middle Eastern and South Asian cultures. Both offer excellent quality; the choice depends on personal preference and skin type.", - }, + id: "1", title: "What is the difference between perfume and attar?", content: "Perfume typically contains 15-20% fragrance concentration with alcohol, while attar (also called itra) is a pure, alcohol-free fragrance oil. Attars are highly concentrated and traditionally used in Middle Eastern and South Asian cultures. Both offer excellent quality; the choice depends on personal preference and skin type."}, { - id: "2", - title: "How long do your fragrances last?", - content: "Our premium perfumes typically last 6-8 hours, while our authentic attars can last 12+ hours due to their higher concentration. Longevity also depends on skin type, application method, and environmental factors. For best results, apply to pulse points like wrists and neck.", - }, + id: "2", title: "How long do your fragrances last?", content: "Our premium perfumes typically last 6-8 hours, while our authentic attars can last 12+ hours due to their higher concentration. Longevity also depends on skin type, application method, and environmental factors. For best results, apply to pulse points like wrists and neck."}, { - id: "3", - title: "What is your return policy?", - content: "We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange. Items must be unused and in original packaging. Simply contact our customer service team to initiate the process.", - }, + id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange. Items must be unused and in original packaging. Simply contact our customer service team to initiate the process."}, { - id: "4", - title: "Do you offer international shipping?", - content: "Yes! We ship to over 25 countries worldwide. International orders typically take 7-14 business days for delivery. Shipping costs vary by location. We provide tracking information for all orders so you can monitor your package in real-time.", - }, + id: "4", title: "Do you offer international shipping?", content: "Yes! We ship to over 25 countries worldwide. International orders typically take 7-14 business days for delivery. Shipping costs vary by location. We provide tracking information for all orders so you can monitor your package in real-time."}, { - id: "5", - title: "Are your products authentic?", - content: "Absolutely! All our fragrances are 100% authentic and sourced directly from master perfumers and certified suppliers. We guarantee the quality and authenticity of every product. Each item comes with authentication documentation and quality assurance certification.", - }, + id: "5", title: "Are your products authentic?", content: "Absolutely! All our fragrances are 100% authentic and sourced directly from master perfumers and certified suppliers. We guarantee the quality and authenticity of every product. Each item comes with authentication documentation and quality assurance certification."}, { - id: "6", - title: "Can I gift wrap my order?", - content: "Yes, we offer premium gift wrapping services for all products at a small additional cost. We also provide personalized gift messages and elegant packaging options perfect for special occasions like birthdays, anniversaries, and weddings.", - }, + id: "6", title: "Can I gift wrap my order?", content: "Yes, we offer premium gift wrapping services for all products at a small additional cost. We also provide personalized gift messages and elegant packaging options perfect for special occasions like birthdays, anniversaries, and weddings."}, ]} /> @@ -310,17 +204,13 @@ export default function HomePage() { @@ -330,13 +220,9 @@ export default function HomePage() { -- 2.49.1 From 0b063f57914fd7a75490f363d548396aa310c38b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:19:14 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 98 +++++++++---------------------------------- 1 file changed, 19 insertions(+), 79 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6040f49..9a0ea0d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -33,9 +33,7 @@ export default function ShopPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} animateOnLoad={true} /> @@ -51,61 +49,29 @@ export default function ShopPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Royal Oud Attar", - price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=6", - imageAlt: "Royal Oud Attar", - initialQuantity: 1, + id: "1", name: "Royal Oud Attar", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Royal Oud Attar", initialQuantity: 1, }, { - id: "2", - name: "Floral Bliss Perfume", - price: "$79.00", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=5", - imageAlt: "Floral Bliss Perfume", - initialQuantity: 1, + id: "2", name: "Floral Bliss Perfume", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Floral Bliss Perfume", initialQuantity: 1, }, { - id: "3", - name: "Amber Nights Attar", - price: "$99.00", - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=4", - imageAlt: "Amber Nights Attar", - initialQuantity: 1, + id: "3", name: "Amber Nights Attar", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Amber Nights Attar", initialQuantity: 1, }, { - id: "4", - name: "Rose Garden Essence", - price: "$85.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=7", - imageAlt: "Rose Garden Essence", - initialQuantity: 1, + id: "4", name: "Rose Garden Essence", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg", imageAlt: "Rose Garden Essence", initialQuantity: 1, }, { - id: "5", - name: "Exotic Sandalwood Attar", - price: "$95.00", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=6", - imageAlt: "Exotic Sandalwood Attar", - initialQuantity: 1, + id: "5", name: "Exotic Sandalwood Attar", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg", imageAlt: "Exotic Sandalwood Attar", initialQuantity: 1, }, { - id: "6", - name: "Jasmine Dreams Perfume", - price: "$75.00", - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=5", - imageAlt: "Jasmine Dreams Perfume", - initialQuantity: 1, + id: "6", name: "Jasmine Dreams Perfume", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg", imageAlt: "Jasmine Dreams Perfume", initialQuantity: 1, }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" buttons={[ { - text: "View Recommendations", - href: "/", - }, + text: "View Recommendations", href: "/"}, ]} buttonAnimation="blur-reveal" /> @@ -124,32 +90,14 @@ export default function ShopPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sophia Rahman", - handle: "@sophiarahman", - testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=2", - imageAlt: "Sophia Rahman", - }, + id: "1", name: "Sophia Rahman", handle: "@sophiarahman", testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg", imageAlt: "Sophia Rahman"}, { - id: "2", - name: "Ahmed Hassan", - handle: "@ahmedhassan", - testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=2", - imageAlt: "Ahmed Hassan", - }, + id: "2", name: "Ahmed Hassan", handle: "@ahmedhassan", testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Ahmed Hassan"}, { - id: "3", - name: "Fatima Al-Mazrouei", - handle: "@fatima.luxe", - testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg?_wi=2", - imageAlt: "Fatima Al-Mazrouei", - }, + id: "3", name: "Fatima Al-Mazrouei", handle: "@fatima.luxe", testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg", imageAlt: "Fatima Al-Mazrouei"}, ]} /> @@ -159,17 +107,13 @@ export default function ShopPage() { @@ -179,13 +123,9 @@ export default function ShopPage() { -- 2.49.1