diff --git a/src/app/page.tsx b/src/app/page.tsx index 0776bf4..dc19bb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -97,11 +101,14 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "quality", title: "Premium Ingredients", description: "We source only the freshest fruits and natural ingredients, ensuring every drink is bursting with authentic flavor and nutrition.", tag: "Quality First", imageSrc: "http://img.b2bpic.net/free-vector/100-natural-label-collection_23-2148719510.jpg", imageAlt: "Fresh premium ingredients"}, + id: "quality", title: "Premium Ingredients", description: "We source only the freshest fruits and natural ingredients, ensuring every drink is bursting with authentic flavor and nutrition.", tag: "Quality First", imageSrc: "http://img.b2bpic.net/free-vector/100-natural-label-collection_23-2148719510.jpg", imageAlt: "Fresh premium ingredients" + }, { - id: "tradition", title: "Traditional Recipes", description: "Passed down through generations, our time-honored recipes combine heritage with a modern twist for the ultimate refreshment.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "Traditional beverage preparation"}, + id: "tradition", title: "Traditional Recipes", description: "Passed down through generations, our time-honored recipes combine heritage with a modern twist for the ultimate refreshment.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "Traditional beverage preparation" + }, { - id: "service", title: "Exceptional Service", description: "Our dedicated team treats every customer like family, providing personalized recommendations and warm hospitality every single visit.", tag: "Customer Care", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg", imageAlt: "Friendly customer service"}, + id: "service", title: "Exceptional Service", description: "Our dedicated team treats every customer like family, providing personalized recommendations and warm hospitality every single visit.", tag: "Customer Care", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg", imageAlt: "Friendly customer service" + }, ]} /> @@ -116,16 +123,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Regular Customer", company: "Downtown Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Maria Rodriguez" + }, { id: "2", name: "Carlos Mendez", role: "Food Blogger", company: "Local Explorer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-street_641386-1075.jpg", imageAlt: "Carlos Mendez"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-street_641386-1075.jpg", imageAlt: "Carlos Mendez" + }, { id: "3", name: "Amanda Chen", role: "Health Enthusiast", company: "Wellness Circle", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Amanda Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Amanda Chen" + }, { id: "4", name: "James Wilson", role: "Office Manager", company: "Downtown Offices", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "James Wilson"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "James Wilson" + }, ]} kpiItems={[ { value: "4.9/5", label: "Average Rating" }, @@ -142,7 +153,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Best Local Business", "Freshness Certified", "Customer Choice Award", "Healthy Living Badge", "Family Owned Pride", "Artisan Beverage Seal", "Community Excellence"]} + "Best Local Business", "Freshness Certified", "Customer Choice Award", "Healthy Living Badge", "Family Owned Pride", "Artisan Beverage Seal", "Community Excellence" + ]} speed={40} showCard={true} />