diff --git a/src/app/page.tsx b/src/app/page.tsx index 63c37ea..9bd0202 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Order Now", href: "/order" }, + { text: "Order Your Bucket Today", href: "/order" }, { text: "View Menu", href: "/menu" }, ]} buttonAnimation="slide-up" @@ -81,13 +81,16 @@ export default function HomePage() { products={[ { id: "1", brand: "KFC", name: "Original Recipe Bucket", price: "$24.99", rating: 5, - reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-fastfood-chicken-wings-french-fries-with-lemon-bowls-sauces-spices-pink-white-checkered-tablecloth-right-side-black-table_140725-110463.jpg?_wi=1", imageAlt: "Original recipe fried chicken bucket"}, + reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-fastfood-chicken-wings-french-fries-with-lemon-bowls-sauces-spices-pink-white-checkered-tablecloth-right-side-black-table_140725-110463.jpg?_wi=1", imageAlt: "Original recipe fried chicken bucket" + }, { id: "2", brand: "KFC", name: "Crispy Chicken Burger Combo", price: "$14.99", rating: 5, - reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42441.jpg", imageAlt: "Crispy chicken burger with sides"}, + reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42441.jpg", imageAlt: "Crispy chicken burger with sides" + }, { id: "3", brand: "KFC", name: "Family Combo Deal", price: "$44.99", rating: 5, - reviewCount: "15.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454905.jpg?_wi=1", imageAlt: "Complete family meal combo"}, + reviewCount: "15.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454905.jpg?_wi=1", imageAlt: "Complete family meal combo" + } ]} /> @@ -120,7 +123,8 @@ export default function HomePage() { @@ -170,19 +178,24 @@ export default function HomePage() { faqs={[ { id: "1", title: "What is KFC's secret recipe?", content: - "Colonel Harland Sanders' original secret recipe uses 11 herbs and spices to create our signature taste. This unique blend has remained unchanged for over 75 years and is what makes KFC chicken truly special."}, + "Colonel Harland Sanders' original secret recipe uses 11 herbs and spices to create our signature taste. This unique blend has remained unchanged for over 75 years and is what makes KFC chicken truly special." + }, { id: "2", title: "How long does delivery take?", content: - "Standard delivery typically takes 30-45 minutes depending on your location. We also offer express delivery options for select areas. Orders are prepared fresh and delivered hot."}, + "Standard delivery typically takes 30-45 minutes depending on your location. We also offer express delivery options for select areas. Orders are prepared fresh and delivered hot." + }, { id: "3", title: "Do you offer vegetarian options?", content: - "Yes! We offer several vegetarian sides including coleslaw, mashed potatoes with gravy, corn on the cob, and bean salads. Check our full menu for all available options."}, + "Yes! We offer several vegetarian sides including coleslaw, mashed potatoes with gravy, corn on the cob, and bean salads. Check our full menu for all available options." + }, { id: "4", title: "Can I customize my order?", content: - "Absolutely! You can customize any meal by selecting your preferred chicken pieces, sides, and beverages. Special requests can be added in the order notes."}, + "Absolutely! You can customize any meal by selecting your preferred chicken pieces, sides, and beverages. Special requests can be added in the order notes." + }, { id: "5", title: "Do you have locations nearby?", content: - "KFC operates 150+ locations across the country. Visit our Locations page to find the nearest restaurant with opening hours, phone number, and address."}, + "KFC operates 150+ locations across the country. Visit our Locations page to find the nearest restaurant with opening hours, phone number, and address." + } ]} />