diff --git a/src/app/page.tsx b/src/app/page.tsx index 80b5530..de8cd0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { description="Experience the authentic, creamy perfection of Le Q dans le Beurre. Crafted with tradition, passion, and the finest ingredients." buttons={[{ text: "Explore Collection", href: "#products" }]} carouselItems={[ - { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/berry-mix-wooden-platter-with-oak-branches-cones-aside-middle_114579-12209.jpg", imageAlt: "Artisanal butter block" }, - { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-bread-vegetables-breakfast_114579-23445.jpg", imageAlt: "Fresh farm dairy" }, - { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-bread-butter-wooden-table_123827-35968.jpg", imageAlt: "Butter on sourdough" }, - { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese_23-2150167003.jpg", imageAlt: "Butter slices" }, - { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869881.jpg", imageAlt: "Food presentation" }, + { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/berry-mix-wooden-platter-with-oak-branches-cones-aside-middle_114579-12209.jpg?_wi=1", imageAlt: "Artisanal butter block" }, + { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-bread-vegetables-breakfast_114579-23445.jpg?_wi=1", imageAlt: "Fresh farm dairy" }, + { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-bread-butter-wooden-table_123827-35968.jpg?_wi=1", imageAlt: "Butter on sourdough" }, + { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese_23-2150167003.jpg?_wi=1", imageAlt: "Butter slices" }, + { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869881.jpg?_wi=1", imageAlt: "Food presentation" }, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg", imageAlt: "Culinary art" }, ]} /> @@ -108,11 +108,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sophie Martin", date: "Jan 2025", title: "Chef", quote: "The texture is unmatched.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/berry-mix-wooden-platter-with-oak-branches-cones-aside-middle_114579-12209.jpg", imageAlt: "happy customer gourmet food" }, - { id: "t2", name: "Jean Dubois", date: "Dec 2024", title: "Food Critic", quote: "Pure culinary joy.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-bread-vegetables-breakfast_114579-23445.jpg", imageAlt: "happy customer gourmet food" }, - { id: "t3", name: "Marie Lefebvre", date: "Nov 2024", title: "Blogger", quote: "Elevates every meal.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-bread-butter-wooden-table_123827-35968.jpg", imageAlt: "happy customer gourmet food" }, - { id: "t4", name: "Pierre Blanc", date: "Oct 2024", title: "Teacher", quote: "Simply divine flavor.", tag: "Must-have", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-cookies-white-sign-light-white-wall_140725-59214.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese_23-2150167003.jpg", imageAlt: "happy customer gourmet food" }, - { id: "t5", name: "Clara Vasseur", date: "Sept 2024", title: "Gourmet", quote: "My kitchen's essential.", tag: "Superb", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-recording-cooking-tutorial-her-video-blog_662251-2386.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869881.jpg", imageAlt: "happy customer gourmet food" }, + { id: "t1", name: "Sophie Martin", date: "Jan 2025", title: "Chef", quote: "The texture is unmatched.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/berry-mix-wooden-platter-with-oak-branches-cones-aside-middle_114579-12209.jpg?_wi=2", imageAlt: "happy customer gourmet food" }, + { id: "t2", name: "Jean Dubois", date: "Dec 2024", title: "Food Critic", quote: "Pure culinary joy.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-bread-vegetables-breakfast_114579-23445.jpg?_wi=2", imageAlt: "happy customer gourmet food" }, + { id: "t3", name: "Marie Lefebvre", date: "Nov 2024", title: "Blogger", quote: "Elevates every meal.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-bread-butter-wooden-table_123827-35968.jpg?_wi=2", imageAlt: "happy customer gourmet food" }, + { id: "t4", name: "Pierre Blanc", date: "Oct 2024", title: "Teacher", quote: "Simply divine flavor.", tag: "Must-have", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-cookies-white-sign-light-white-wall_140725-59214.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese_23-2150167003.jpg?_wi=2", imageAlt: "happy customer gourmet food" }, + { id: "t5", name: "Clara Vasseur", date: "Sept 2024", title: "Gourmet", quote: "My kitchen's essential.", tag: "Superb", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-recording-cooking-tutorial-her-video-blog_662251-2386.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869881.jpg?_wi=2", imageAlt: "happy customer gourmet food" }, ]} title="Voices of Appreciation" description="Loved by chefs and home cooks alike."