From 633ea63c303ce87f422e907a270cfbc14a87bf27 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 19:30:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b988e84..b667cfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,19 +91,19 @@ export default function LandingPage() { avatarText="Join our 500k+ global community" marqueeItems={[ { - type: "text-icon", text: "Exceptional Quality", icon: Award, + type: "text-icon", text: "Exceptional Quality", icon: Award }, { - type: "text-icon", text: "Global Reach", icon: Globe, + type: "text-icon", text: "Global Reach", icon: Globe }, { - type: "text-icon", text: "Sustainable Practices", icon: Leaf, + type: "text-icon", text: "Sustainable Practices", icon: Leaf }, { - type: "text-icon", text: "Customer Favorites", icon: Heart, + type: "text-icon", text: "Customer Favorites", icon: Heart }, { - type: "text-icon", text: "Handcrafted Excellence", icon: Droplet, + type: "text-icon", text: "Handcrafted Excellence", icon: Droplet }, ]} marqueeSpeed={40} @@ -120,13 +120,13 @@ export default function LandingPage() { description="Musk Alharamain embodies the soul of Arabian perfumery, blending ancient traditions with exquisite craftsmanship. Our commitment to authentic, ethically sourced ingredients ensures each fragrance tells a story of cultural significance and timeless prestige." bulletPoints={[ { - title: "Authentic Craftsmanship", description: "Each perfume is meticulously handcrafted using time-honored techniques passed down through generations.", icon: ShieldCheck, + title: "Authentic Craftsmanship", description: "Each perfume is meticulously handcrafted using time-honored techniques passed down through generations.", icon: ShieldCheck }, { - title: "Ethical Sourcing", description: "We responsibly source the finest natural ingredients, ensuring sustainability and unparalleled quality.", icon: Leaf, + title: "Ethical Sourcing", description: "We responsibly source the finest natural ingredients, ensuring sustainability and unparalleled quality.", icon: Leaf }, { - title: "Cultural Significance", description: "Our fragrances capture the rich history and spiritual essence of Arabian perfumery, connecting you to a storied past.", icon: Crown, + title: "Cultural Significance", description: "Our fragrances capture the rich history and spiritual essence of Arabian perfumery, connecting you to a storied past.", icon: Crown }, ]} imageSrc="http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600784.jpg" @@ -137,6 +137,7 @@ export default function LandingPage() {