4 Commits

Author SHA1 Message Date
a923bfe981 Update src/app/page.tsx 2026-05-10 11:41:25 +00:00
7c30962977 Merge version_3 into main
Merge version_3 into main
2026-05-10 11:40:26 +00:00
0226d2fd1b Update src/app/page.tsx 2026-05-10 11:40:23 +00:00
01808f3ffa Merge version_2 into main
Merge version_2 into main
2026-05-10 11:39:27 +00:00

View File

@@ -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>