Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 216e10b76c | |||
| 8b97ba6cd8 | |||
| 7ac55be3e7 | |||
| 88360131e8 | |||
| 0649dacf6f | |||
| b9bdf6c0a2 | |||
| 3d07dcceb1 |
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
tag="Featured"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
buttons={[{ text: "View Menu", href: "https://kawaukitchen.co.nz/wp-content/uploads/Kawau_A3__Menu_2025_digital.pdf" }]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "dish-1", name: "Teal Dream Pasta", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-chestnuts_23-2148395157.jpg", imageAlt: "signature pasta dish professional" },
|
||||
@@ -124,9 +124,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "review-1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Alex Chen" },
|
||||
{ id: "review-2", name: "Jordan Martinez", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-blond-handsome-young-man-wearing-casual-plaid-shirt-with-hands-crossed-chest-grey-wall_176420-614.jpg", imageAlt: "Jordan Martinez" },
|
||||
{ id: "review-3", name: "Sydney Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", imageAlt: "Sydney Park" },
|
||||
{ id: "review-1", name: "Arsha Ahmad", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Arsha Ahmad" },
|
||||
{ id: "review-2", name: "Zhenhui Liu", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-blond-handsome-young-man-wearing-casual-plaid-shirt-with-hands-crossed-chest-grey-wall_176420-614.jpg", imageAlt: "Zhenhui Liu" },
|
||||
{ id: "review-3", name: "Jasmine Choi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", imageAlt: "Jasmine Choi" },
|
||||
{ id: "review-4", name: "Casey Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy-stan_1258-116856.jpg", imageAlt: "Casey Williams" }
|
||||
]}
|
||||
cardTitle="This place absolutely gets it. The food is insane and the vibe hits different."
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter email to reserve"
|
||||
buttonText="Reserve Now"
|
||||
buttonText="Secure Your Table"
|
||||
termsText="By submitting, you agree to our Terms. We'll send you reservation details and updates."
|
||||
ariaLabel="Contact and reservation section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user