Merge version_1 into main #1
@@ -67,17 +67,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fried Chicken Box", price: "890 RSD", variant: "4 pieces with sides", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg", imageAlt: "Fried chicken box meal"},
|
||||
id: "1", name: "Fried Chicken Box", price: "890 RSD", variant: "4 pieces with sides", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=1", imageAlt: "Fried chicken box meal"},
|
||||
{
|
||||
id: "2", name: "Chicken Wings", price: "650 RSD", variant: "6 pieces crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg", imageAlt: "Crispy chicken wings"},
|
||||
id: "2", name: "Chicken Wings", price: "650 RSD", variant: "6 pieces crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=1", imageAlt: "Crispy chicken wings"},
|
||||
{
|
||||
id: "3", name: "Chicken Sandwich", price: "450 RSD", variant: "Fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg", imageAlt: "Fried chicken sandwich"},
|
||||
id: "3", name: "Chicken Sandwich", price: "450 RSD", variant: "Fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg?_wi=1", imageAlt: "Fried chicken sandwich"},
|
||||
{
|
||||
id: "4", name: "Pomfrit (Fries)", price: "250 RSD", variant: "200g crispy portion", imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg", imageAlt: "Golden french fries"},
|
||||
id: "4", name: "Pomfrit (Fries)", price: "250 RSD", variant: "200g crispy portion", imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg?_wi=1", imageAlt: "Golden french fries"},
|
||||
{
|
||||
id: "5", name: "Chicken Nuggets", price: "550 RSD", variant: "10 pieces golden", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-with-sauces-french-fries_23-2148646673.jpg", imageAlt: "Fried chicken nuggets"},
|
||||
{
|
||||
id: "6", name: "Combo Meal", price: "1200 RSD", variant: "Chicken + fries + drink", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg", imageAlt: "Complete combo meal"},
|
||||
id: "6", name: "Combo Meal", price: "1200 RSD", variant: "Chicken + fries + drink", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=2", imageAlt: "Complete combo meal"},
|
||||
]}
|
||||
buttons={[{ text: "Order by Phone", href: "tel:023607269" }]}
|
||||
/>
|
||||
@@ -93,16 +93,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Fresh Fried Chicken Daily", tags: ["Quality", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg", imageAlt: "Fresh chicken preparation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=3", imageAlt: "Fresh chicken preparation"},
|
||||
{
|
||||
id: "2", title: "Fast Takeaway Service", tags: ["Speed", "Convenience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg", imageAlt: "Quick service counter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-french-fries-plate_23-2148262916.jpg?_wi=2", imageAlt: "Quick service counter"},
|
||||
{
|
||||
id: "3", title: "Big Portions", tags: ["Value", "Generous"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg", imageAlt: "Generous portions"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=2", imageAlt: "Generous portions"},
|
||||
{
|
||||
id: "4", title: "Central Location", tags: ["Easy Access", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg", imageAlt: "Restaurant storefront"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-green-beans-sandwich-table_23-2148035110.jpg?_wi=2", imageAlt: "Restaurant storefront"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
description="023 607269"
|
||||
subdescription="Available for takeaway and delivery"
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-chicken-bowls-spices-sauces-chicken-with-french-fries-ketchup-cutting-board_140725-118575.jpg?_wi=4"
|
||||
imageAlt="Call to order chicken"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
tag="Quick Order"
|
||||
title="Send Your Order Request"
|
||||
description="Fill out this form and we'll prepare your order. Call us at 023 607269 for faster service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-sauce-cutlery_23-2148646625.jpg?_wi=3"
|
||||
imageAlt="Order request"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user