diff --git a/src/app/page.tsx b/src/app/page.tsx index d9ee782..3bfdafd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,8 +100,8 @@ export default function LandingPage() { description="What our beautiful clients are saying." textboxLayout="split" testimonials={[ - { id: "1", title: "Excellent Quality", quote: "Best hair I've ever purchased!", name: "Sarah J.", role: "Model", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" }, - { id: "2", title: "Soft and Natural", quote: "Looks so natural and lasts forever.", name: "Mia K.", role: "Stylist", imageSrc: "http://img.b2bpic.net/free-photo/mother-braiding-hair-unrecognizable-daughter_23-2147788464.jpg" } + { id: "1", title: "Excellent Quality", quote: "Best hair I've ever purchased!", name: "Sarah J.", role: "Model", imageSrc: "https://img.freepik.com/free-photo/portrait-african-american-woman-smiling-looking-away_23-2148419616.jpg" }, + { id: "2", title: "Soft and Natural", quote: "Looks so natural and lasts forever.", name: "Mia K.", role: "Stylist", imageSrc: "https://img.freepik.com/free-photo/close-up-portrait-happy-young-african-american-woman-smiling_23-2148154687.jpg" } ]} /> @@ -115,9 +115,9 @@ export default function LandingPage() { description="Expert guides to keep your hair flawless." blogs={[ { - id: "1", category: "Tips", title: "Maintain Your Shine", excerpt: "Keep your luxury hair tangle-free.", imageSrc: "http://img.b2bpic.net/free-photo/black-person-taking-care-their-afro-hair_52683-90504.jpg", authorName: "Divine Belle", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-cheeky-redhead-girl-playing-with-hair-strand-winking-smiling-camera-standing_1258-146519.jpg", date: "Oct 24" }, + id: "1", category: "Tips", title: "Maintain Your Shine", excerpt: "Keep your luxury hair tangle-free.", imageSrc: "https://img.freepik.com/free-photo/happy-woman-holding-her-natural-hair_23-2148816613.jpg", authorName: "Divine Belle", authorAvatar: "https://img.freepik.com/free-photo/portrait-stylish-african-american-woman-studio_23-2148906752.jpg", date: "Oct 24" }, { - id: "2", category: "Guides", title: "Washing Tips", excerpt: "How to wash your bundles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230922.jpg", authorName: "Divine Belle", authorAvatar: "http://img.b2bpic.net/free-photo/hairstylist-washing-client-hair-sink_23-2147769790.jpg", date: "Oct 20" } + id: "2", category: "Guides", title: "Washing Tips", excerpt: "How to wash your bundles.", imageSrc: "https://img.freepik.com/free-photo/beautiful-black-woman-hair-salon_23-2148419574.jpg", authorName: "Divine Belle", authorAvatar: "https://img.freepik.com/free-photo/portrait-beautiful-smiling-african-woman-looking-camera_23-2148332560.jpg", date: "Oct 20" } ]} />