Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
|
||||
Reference in New Issue
Block a user