diff --git a/src/app/page.tsx b/src/app/page.tsx index 513a53c..a648d51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,107 +45,59 @@ export default function LandingPage() {
@@ -167,41 +111,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Hamburgasme", - price: "27.000 TND", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg?_wi=2", - }, + id: "p1", name: "Hamburgasme", price: "27.000 TND", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg"}, { - id: "p2", - name: "Mushroom Burger", - price: "23.500 TND", - imageSrc: "http://img.b2bpic.net/free-photo/fancy-cuisine-with-yummy-hamburger_23-2148374860.jpg?_wi=2", - }, + id: "p2", name: "Mushroom Burger", price: "23.500 TND", imageSrc: "http://img.b2bpic.net/free-photo/fancy-cuisine-with-yummy-hamburger_23-2148374860.jpg"}, { - id: "p3", - name: "The White House", - price: "24.500 TND", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg?_wi=3", - }, + id: "p3", name: "The White House", price: "24.500 TND", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg"}, { - id: "p4", - name: "Formidable Chicken", - price: "24.500 TND", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-burgers-with-chicken-breast_1220-7109.jpg?_wi=2", - }, + id: "p4", name: "Formidable Chicken", price: "24.500 TND", imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-burgers-with-chicken-breast_1220-7109.jpg"}, { - id: "p5", - name: "Classic Burger", - price: "19.000 TND", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg?_wi=2", - }, + id: "p5", name: "Classic Burger", price: "19.000 TND", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg"}, { - id: "p6", - name: "Lucifer Burger", - price: "20.000 TND", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-meat-hamburger-with-red-tomatoes-dark-background_179666-19341.jpg?_wi=1", - }, + id: "p6", name: "Lucifer Burger", price: "20.000 TND", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-meat-hamburger-with-red-tomatoes-dark-background_179666-19341.jpg"}, ]} title="Our Menu" description="Delicious choices for every craving." @@ -211,53 +131,24 @@ export default function LandingPage() {
@@ -280,24 +178,16 @@ export default function LandingPage() { description="Visit us at Av. Mustapha Hjeij, Ariana or give us a call." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your message", - rows: 4, + name: "message", placeholder: "Your message", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/japanese-street-food-restaurant-with-bright-sign_23-2149410168.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/japanese-street-food-restaurant-with-bright-sign_23-2149410168.jpg" />