Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-07 08:44:14 +00:00

View File

@@ -67,18 +67,21 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
buttonAnimation="slide-up"
products={[
{
id: "1", brand: "Chicken Inn", name: "Fried Chicken Platter", price: "KES 850", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062775.jpg", imageAlt: "Crispy Fried Chicken Platter"},
{ id: "1", brand: "Chicken Inn", name: "Fried Chicken Platter", price: "KES 850", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062775.jpg", imageAlt: "Crispy Fried Chicken Platter"
},
{
id: "2", brand: "Chicken Inn", name: "Deluxe Burger Meal", price: "KES 650", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-sandwich-gray-ice-distressed-isolated-surface_179666-34305.jpg", imageAlt: "Gourmet Burger with Fries"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-sandwich-gray-ice-distressed-isolated-surface_179666-34305.jpg", imageAlt: "Gourmet Burger with Fries"
},
{
id: "3", brand: "Chicken Inn", name: "Golden Crispy Fries", price: "KES 350", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg", imageAlt: "Seasoned Golden Fries"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg", imageAlt: "Seasoned Golden Fries"
},
{
id: "4", brand: "Chicken Inn", name: "Soft Drink Combo", price: "KES 200", rating: 5,
reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-with-liquid-ice_23-2148635086.jpg", imageAlt: "Cold Refreshing Beverages"},
reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-with-liquid-ice_23-2148635086.jpg", imageAlt: "Cold Refreshing Beverages"
},
]}
carouselMode="buttons"
/>
@@ -92,7 +95,8 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{
text: "Order via WhatsApp", href: "https://wa.me/254712345678?text=Hello%20Chicken%20Inn%2C%20I%20would%20like%20to%20place%20an%20order"},
text: "Order via WhatsApp", href: "https://wa.me/254712345678?text=Hello%20Chicken%20Inn%2C%20I%20would%20like%20to%20place%20an%20order"
},
{ text: "Call Us", href: "tel:+254712345678" },
]}
buttonAnimation="slide-up"
@@ -110,13 +114,13 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "10+", title: "Years of Quality Service", items: ["Established in 2014", "Trusted by families", "Consistent quality"],
id: "1", value: "10+", title: "10+ Years of Trusted Quality", items: ["Established in 2014", "Trusted by families", "Consistent quality"]
},
{
id: "2", value: "15k+", title: "Happy Customers Monthly", items: ["5-star ratings", "Repeat customers", "Best in Thika"],
id: "2", value: "15k+", title: "Happy Customers Monthly", items: ["5-star ratings", "Repeat customers", "Best in Thika"]
},
{
id: "3", value: "100%", title: "Fresh Ingredients Daily", items: ["No preservatives", "Quality meat", "Hygenic prep"],
id: "3", value: "100%", title: "Fresh Ingredients Daily", items: ["No preservatives", "Quality meat", "Hygenic prep"]
},
]}
/>
@@ -132,13 +136,17 @@ export default function LandingPage() {
useInvertedBackground={false}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-african-american-professional-manager-smiling-looking-camera-headshot-portrait_1163-5134.jpg", alt: "Customer James"},
src: "http://img.b2bpic.net/free-photo/happy-african-american-professional-manager-smiling-looking-camera-headshot-portrait_1163-5134.jpg", alt: "Customer James"
},
{
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-73987.jpg", alt: "Customer Sarah"},
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-73987.jpg", alt: "Customer Sarah"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer Peter"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer Peter"
},
{
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", alt: "Customer Grace"},
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", alt: "Customer Grace"
},
]}
/>
</div>