Update src/app/page.tsx
This commit is contained in:
@@ -46,11 +46,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg", imageAlt: "Fresh pizza at Pizza Club" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg", imageAlt: "Chicken Supreme Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg", imageAlt: "Chicken Tikka Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg", imageAlt: "BBQ Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg", imageAlt: "Crispy Chicken Wings" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=1", imageAlt: "Fresh pizza at Pizza Club" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg?_wi=1", imageAlt: "Chicken Supreme Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg?_wi=1", imageAlt: "Chicken Tikka Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg?_wi=1", imageAlt: "BBQ Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg?_wi=1", imageAlt: "Crispy Chicken Wings" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+924837215655" },
|
||||
@@ -101,10 +101,10 @@ export default function LandingPage() {
|
||||
{ text: "Order Online", href: "#contact" }
|
||||
]}
|
||||
products={[
|
||||
{ id: "chicken-supreme", name: "Chicken Supreme Pizza", price: "Rs. 650", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg", imageAlt: "Chicken Supreme Pizza" },
|
||||
{ id: "tikka", name: "Chicken Tikka Pizza", price: "Rs. 700", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg", imageAlt: "Chicken Tikka Pizza" },
|
||||
{ id: "bbq", name: "BBQ Chicken Pizza", price: "Rs. 680", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg", imageAlt: "BBQ Chicken Pizza" },
|
||||
{ id: "wings", name: "Crispy Chicken Wings", price: "Rs. 350", variant: "1 KG Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg", imageAlt: "Crispy Chicken Wings" }
|
||||
{ id: "chicken-supreme", name: "Chicken Supreme Pizza", price: "Rs. 650", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg?_wi=2", imageAlt: "Chicken Supreme Pizza" },
|
||||
{ id: "tikka", name: "Chicken Tikka Pizza", price: "Rs. 700", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg?_wi=2", imageAlt: "Chicken Tikka Pizza" },
|
||||
{ id: "bbq", name: "BBQ Chicken Pizza", price: "Rs. 680", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg?_wi=2", imageAlt: "BBQ Chicken Pizza" },
|
||||
{ id: "wings", name: "Crispy Chicken Wings", price: "Rs. 350", variant: "1 KG Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg?_wi=2", imageAlt: "Crispy Chicken Wings" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=2"
|
||||
imageAlt="Pizza Club restaurant"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user