From e493b2ab4a5724f1e5d7d7448d2bfa9a8adf0cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 49 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf1087..16c2b90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,22 +67,28 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Perfectly Crispy Fries", description: "Golden, crunchy fries seasoned to perfection with our signature blend of spices."}, + title: "Perfectly Crispy Fries", description: "Golden, crunchy fries seasoned to perfection with our signature blend of spices." + }, { icon: Flame, - title: "Juicy Burgers", description: "Flavor-packed burgers crafted with fresh ingredients and premium quality meat."}, + title: "Juicy Burgers", description: "Flavor-packed burgers crafted with fresh ingredients and premium quality meat." + }, { icon: Drumstick, - title: "Crispy Chicken Fry", description: "Crunchy outside, juicy inside — a true crowd favorite that keeps customers coming back."}, + title: "Crispy Chicken Fry", description: "Crunchy outside, juicy inside — a true crowd favorite that keeps customers coming back." + }, { icon: Utensils, - title: "Refreshing Smoothies & Juices", description: "Freshly blended drinks perfect for any meal, made from premium fruits and ingredients."}, + title: "Refreshing Smoothies & Juices", description: "Freshly blended drinks perfect for any meal, made from premium fruits and ingredients." + }, { icon: Home, - title: "Cozy Café Atmosphere", description: "Gorgeous lighting and relaxing seating for friends and family to enjoy together."}, + title: "Cozy Café Atmosphere", description: "Gorgeous lighting and relaxing seating for friends and family to enjoy together." + }, { icon: Heart, - title: "Friendly Service", description: "Welcoming staff creating a pleasant dining experience with genuine hospitality."}, + title: "Friendly Service", description: "Welcoming staff creating a pleasant dining experience with genuine hospitality." + }, ]} animationType="slide-up" textboxLayout="default" @@ -103,17 +109,23 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "French Fries", price: "$3.99", variant: "Classic • Spiced • Loaded", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden crispy Fryco French fries"}, + id: "1", name: "French Fries", price: "$3.99", variant: "Classic • Spiced • Loaded", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-ketchup-mayonnaise-wooden-table_140725-9618.jpg", imageAlt: "Golden crispy Fryco French fries" + }, { - id: "2", name: "Chicken Wings", price: "$6.99", variant: "Tangy • Spicy • Teriyaki", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-white_1150-46811.jpg", imageAlt: "Golden fried chicken wings"}, + id: "2", name: "Chicken Wings", price: "$6.99", variant: "Tangy • Spicy • Teriyaki", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-paper-box-white_1150-46811.jpg", imageAlt: "Golden fried chicken wings" + }, { - id: "3", name: "Chicken Fry", price: "$5.99", variant: "Crispy • Herb • Seasoned", imageSrc: "http://img.b2bpic.net/free-photo/fried-drumsticks-with-ketchup-copy-space_23-2148273046.jpg", imageAlt: "Crispy golden chicken fry"}, + id: "3", name: "Chicken Fry", price: "$5.99", variant: "Crispy • Herb • Seasoned", imageSrc: "http://img.b2bpic.net/free-photo/fried-drumsticks-with-ketchup-copy-space_23-2148273046.jpg", imageAlt: "Crispy golden chicken fry" + }, { - id: "4", name: "Signature Burgers", price: "$7.99", variant: "Classic • Deluxe • Spicy", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", imageAlt: "Juicy gourmet Fryco burger"}, + id: "4", name: "Signature Burgers", price: "$7.99", variant: "Classic • Deluxe • Spicy", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg", imageAlt: "Juicy gourmet Fryco burger" + }, { - id: "5", name: "Premium Coffee", price: "$2.99", variant: "Espresso • Cappuccino • Latte", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1197.jpg", imageAlt: "Artisan coffee from Fryco"}, + id: "5", name: "Premium Coffee", price: "$2.99", variant: "Espresso • Cappuccino • Latte", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1197.jpg", imageAlt: "Artisan coffee from Fryco" + }, { - id: "6", name: "Fresh Smoothies", price: "$4.99", variant: "Mango • Berry • Green", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oatmeal-with-raspberries-banana-slice-tray_23-2147916189.jpg", imageAlt: "Refreshing fresh smoothie"}, + id: "6", name: "Fresh Smoothies", price: "$4.99", variant: "Mango • Berry • Green", imageSrc: "http://img.b2bpic.net/free-photo/bowl-oatmeal-with-raspberries-banana-slice-tray_23-2147916189.jpg", imageAlt: "Refreshing fresh smoothie" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -151,6 +163,7 @@ export default function LandingPage() { metrics={[ { value: "5+", title: "Years of Excellence" }, { value: "10K+", title: "Happy Customers" }, + { value: "4.9★", title: "Customer Rating" }, ]} imageSrc="http://img.b2bpic.net/free-photo/tired-adolescent-dealing-with-internal-frustration-due-hormonal-shifts_482257-117251.jpg" imageAlt="Fryco Bangladesh restaurant interior" @@ -170,13 +183,17 @@ export default function LandingPage() { tagAnimation="slide-up" team={[ { - id: "1", name: "Ahmed Hassan", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg", imageAlt: "Ahmed Hassan, Head Chef"}, + id: "1", name: "Ahmed Hassan", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-knife_23-2149631738.jpg", imageAlt: "Ahmed Hassan, Head Chef" + }, { - id: "2", name: "Fatima Khan", role: "Kitchen Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "Fatima Khan, Kitchen Specialist"}, + id: "2", name: "Fatima Khan", role: "Kitchen Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "Fatima Khan, Kitchen Specialist" + }, { - id: "3", name: "Ravi Patel", role: "Beverage Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageAlt: "Ravi Patel, Beverage Expert"}, + id: "3", name: "Ravi Patel", role: "Beverage Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageAlt: "Ravi Patel, Beverage Expert" + }, { - id: "4", name: "Maya Dutt", role: "Customer Experience Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maya Dutt, Customer Experience Manager"}, + id: "4", name: "Maya Dutt", role: "Customer Experience Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Maya Dutt, Customer Experience Manager" + }, ]} animationType="slide-up" textboxLayout="default"