Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[{text:"View Our Menu",href:"#products"},{text:"Order Now",href:"#contact"}]}
|
||||
layoutOrder="reverse"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg?_wi=1"
|
||||
imageAlt="Delicious crispy chimichanga on a plate"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
products={[{id:"1",brand:"ChimiChangaCo",name:"Classic Beef Chimichanga",price:"$12.99",rating:5,reviewCount:"1.2k",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",imageAlt:"Classic Beef Chimichanga"},{id:"2",brand:"ChimiChangaCo",name:"Spicy Chicken Chimichanga",price:"$11.99",rating:4,reviewCount:"870",imageSrc:"https://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg",imageAlt:"Spicy Chicken Chimichanga"},{id:"3",brand:"ChimiChangaCo",name:"Vegetarian Bean & Cheese",price:"$10.99",rating:4,reviewCount:"550",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",imageAlt:"Vegetarian Bean & Cheese Chimichanga"},{id:"4",brand:"ChimiChangaCo",name:"Smoky Pork Carnitas",price:"$13.49",rating:5,reviewCount:"980",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",imageAlt:"Smoky Pork Carnitas Chimichanga"}]}
|
||||
products={[{id:"1",brand:"ChimiChangaCo",name:"Classic Beef Chimichanga",price:"$12.99",rating:5,reviewCount:"1.2k",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=1",imageAlt:"Classic Beef Chimichanga"},{id:"2",brand:"ChimiChangaCo",name:"Spicy Chicken Chimichanga",price:"$11.99",rating:4,reviewCount:"870",imageSrc:"https://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg",imageAlt:"Spicy Chicken Chimichanga"},{id:"3",brand:"ChimiChangaCo",name:"Vegetarian Bean & Cheese",price:"$10.99",rating:4,reviewCount:"550",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=2",imageAlt:"Vegetarian Bean & Cheese Chimichanga"},{id:"4",brand:"ChimiChangaCo",name:"Smoky Pork Carnitas",price:"$13.49",rating:5,reviewCount:"980",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=3",imageAlt:"Smoky Pork Carnitas Chimichanga"}]}
|
||||
title="Our Delicious Chimichangas"
|
||||
description="Explore our mouth-watering selection of handcrafted chimichangas, made with fresh ingredients and authentic recipes."
|
||||
textboxLayout="default"
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
faqs={[{id:"1",title:"What kind of meat do you use?",content:"We use only the freshest, high-quality cuts of beef, chicken, and pork from local suppliers for our chimichangas."},{id:"2",title:"Do you have vegetarian options?",content:"Yes! Our delicious Bean & Cheese Chimichanga is a popular vegetarian choice, packed with flavor and freshness."},{id:"3",title:"Can I customize my order?",content:"Absolutely! We offer various toppings and sauces to customize your chimichanga just the way you like it. Just ask when you order!"},{id:"4",title:"Do you offer delivery?",content:"Yes, we partner with major delivery services to bring our chimichangas right to your door. Check our 'Order Now' button for details!"}]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg?_wi=2"
|
||||
imageAlt="Close-up of a freshly made chimichanga"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true},{name:"phone",type:"tel",placeholder:"Phone Number (Optional)"}]}
|
||||
textarea={{name:"message",placeholder:"Special requests or questions...",rows:5,required:false}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg?_wi=3"
|
||||
imageAlt="Delicious chimichanga ready to be served"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user