Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 19:27:14 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement-view_23-2149358060.jpg", imageAlt: "Gourmet kebab with fresh herbs"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=1", imageAlt: "Mixed premium kebab selection"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed premium kebab selection"
}
]}
buttons={[
@@ -66,11 +66,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
avatarText="Join 2,500+ satisfied customers"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-119227.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/happy-young-man-moving-new-apartment-standing-front-heap-opened-carton-boxes-looking-camera_74855-10211.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg", alt: "Customer 5" }
"http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg", "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-119227.jpg", "http://img.b2bpic.net/free-photo/happy-young-man-moving-new-apartment-standing-front-heap-opened-carton-boxes-looking-camera_74855-10211.jpg", "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg"
]}
/>
</div>
@@ -93,7 +89,7 @@ export default function LandingPage() {
id: "lamb-signature", name: "Signature Lamb Kebab", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-herbs_23-2148685469.jpg", imageAlt: "Gourmet lamb kebab charcoal grilled"
},
{
id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg?_wi=2", imageAlt: "Mixed meat kebab selection"
id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-kebab-with-french-fries-ketchup_23-2148685551.jpg", imageAlt: "Mixed meat kebab selection"
}
]}
buttons={[{ text: "Full Menu", href: "#" }]}
@@ -141,27 +137,7 @@ export default function LandingPage() {
"Uber Eats", "Deliveroo", "Grubhub", "DoorDash", "Wolt", "Just Eat", "Foodpanda"
]}
logos={[
{
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-phone-food-packages-his-hands-light-pink-background_140725-40632.jpg", alt: "Uber Eats"
},
{
src: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303525.jpg", alt: "Deliveroo"
},
{
src: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg", alt: "Grubhub"
},
{
src: "http://img.b2bpic.net/free-vector/safe-food-delivery-concept_23-2148567391.jpg", alt: "DoorDash"
},
{
src: "http://img.b2bpic.net/free-vector/delivery-logo-template_23-2147886513.jpg", alt: "Wolt"
},
{
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-smartphone-side-view_23-2149870706.jpg", alt: "Just Eat"
},
{
src: "http://img.b2bpic.net/free-photo/smartphone-take-shot-chocolate-cake-iced-green-lemonade-photo_169016-39317.jpg", alt: "Foodpanda"
}
"http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-phone-food-packages-his-hands-light-pink-background_140725-40632.jpg", "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303525.jpg", "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg", "http://img.b2bpic.net/free-vector/safe-food-delivery-concept_23-2148567391.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template_23-2147886513.jpg", "http://img.b2bpic.net/free-photo/smiley-man-holding-smartphone-side-view_23-2149870706.jpg", "http://img.b2bpic.net/free-photo/smartphone-take-shot-chocolate-cake-iced-green-lemonade-photo_169016-39317.jpg"
]}
showCard={true}
speed={40}