Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15494cce5b | |||
| a923bfe981 | |||
| 7c30962977 | |||
| 0226d2fd1b | |||
| 01808f3ffa |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{ name: "Vikram V.", handle: "@foodlover", testimonial: "The perfect local hangout spot for coffee and quick bites.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg" },
|
||||
{ name: "Sonia K.", handle: "@cafehopper", testimonial: "Super cozy interiors, felt right at home during my afternoon visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-big-hat-cafe_273609-13406.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }, { text: "Call 092114 97900", href: "tel:09211497900" }]}
|
||||
buttons={[{ text: "Book Your Table", href: "#contact" }, { text: "Call 092114 97900", href: "tel:09211497900" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table-printed-guest-nameplate_8353-10885.jpg?_wi=1"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg", alt: "Top view table assortment with plant" },
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to visit or plan your next event? Call us today or drop us a message to secure your spot."
|
||||
buttons={[{ text: "Call Now: 092114 97900", href: "tel:09211497900" }, { text: "Book a Table", href: "#" }]}
|
||||
buttons={[{ text: "Call Now: 092114 97900", href: "tel:09211497900" }, { text: "Reserve Your Table Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user