Merge version_1 into main #3
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg", imageAlt: "Grilled meats on flames"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg?_wi=1", imageAlt: "Grilled meats on flames"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-sac-with-meat-firepine-cone-table_176474-2649.jpg", imageAlt: "Flames grill"},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Proper Portions", description: "We don't do skimpy. Every plate is built to satisfy.", buttonIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=1"},
|
||||
{
|
||||
title: "Real Flavour", description: "Turkish grilling tradition, London-perfected. Taste the fire.", buttonIcon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-patties-pita-bread-with-cucumber-tomato-lettuce_141793-468.jpg"},
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Signature Shawarma Wrap", price: "from £8", imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg"},
|
||||
id: "1", name: "Signature Shawarma Wrap", price: "from £8", imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Mixed Grill Platter", price: "from £18", imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg"},
|
||||
{
|
||||
@@ -147,16 +147,16 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-flatbread-wrap-with-fries-tomato-prickles-takeaway-paper-bag_140725-1315.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Local", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
{
|
||||
id: "3", name: "Emily R.", role: "Patron", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Critic", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
{
|
||||
id: "5", name: "Zara Ali", role: "Regular", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=1", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user