diff --git a/src/app/page.tsx b/src/app/page.tsx index e5c9dac..983235c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; +import { MessageCircle, Instagram } from "lucide-react"; export default function HomePage() { return ( @@ -39,7 +40,8 @@ export default function HomePage() { { name: "About", id: "about" }, ]} button={{ - text: "Visit Us", href: "contact"}} + text: "Visit Us", href: "contact" + }} animateOnLoad={true} /> @@ -75,17 +77,22 @@ export default function HomePage() { products={[ { id: "1", brand: "Naimas", name: "Men's Collection", price: "Discover", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-rqboisna.png", imageAlt: "Men's fashion collection"}, + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-rqboisna.png", imageAlt: "Men's fashion collection" + }, { id: "2", brand: "Naimas", name: "Women's Collection", price: "Discover", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-y35zcefs.png", imageAlt: "Women's fashion collection"}, + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-y35zcefs.png", imageAlt: "Women's fashion collection" + }, { id: "3", brand: "Naimas", name: "Kids Collection", price: "Discover", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-5tlzm8ib.png", imageAlt: "Kids fashion collection"}, + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-5tlzm8ib.png", imageAlt: "Kids fashion collection" + }, { id: "4", brand: "Naimas", name: "Shoes Collection", price: "Discover", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-rw4965lw.png", imageAlt: "Shoes collection"}, + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbThMmpVdd7JrNLIOY8jcy9bht/uploaded-1773072247908-rw4965lw.png", imageAlt: "Shoes collection" + }, ]} + uniformGridCustomHeightClasses="min-h-60 2xl:min-h-80" /> @@ -102,43 +109,19 @@ export default function HomePage() { useInvertedBackground={false} accordionItems={[ { - id: "1", title: "Quality Clothing", content: "We carefully select fashionable pieces that combine style with durability. Every item in our boutique meets our high standards for quality and design."}, + id: "1", title: "Quality Clothing", content: "We carefully select fashionable pieces that combine style with durability. Every item in our boutique meets our high standards for quality and design." + }, { - id: "2", title: "For the Whole Family", content: "From children to adults, we offer styles for every age. Our diverse collection ensures that every family member finds something they love."}, + id: "2", title: "For the Whole Family", content: "From children to adults, we offer styles for every age. Our diverse collection ensures that every family member finds something they love." + }, { - id: "3", title: "Trusted Local Boutique", content: "Established as a beloved community fixture, Naimas Fashion is known for outstanding service, personal attention, and a deep commitment to customer satisfaction."}, + id: "3", title: "Trusted Local Boutique", content: "Established as a beloved community fixture, Naimas Fashion is known for outstanding service, personal attention, and a deep commitment to customer satisfaction." + }, ]} buttons={[{ text: "Explore Collection", href: "shop" }]} /> - {/* Best Sellers Section */} -
Connect with us via WhatsApp or Instagram
+