Merge version_1 into main #2
@@ -73,6 +73,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Mi Fiesta restaurant interior"
|
||||
metricsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -150,16 +151,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Sarah Martinez"
|
||||
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sarah Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "James Rodriguez"
|
||||
id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "Emily Garcia"
|
||||
id: "3", name: "Emily Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Emily Garcia"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Hernandez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=4", imageAlt: "Michael Hernandez"
|
||||
id: "4", name: "Michael Hernandez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Michael Hernandez"
|
||||
}
|
||||
]}
|
||||
cardTitle="Thousands of satisfied customers trust Mi Fiesta for authentic Mexican dining"
|
||||
@@ -181,6 +182,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user