Update src/app/page.tsx

This commit is contained in:
2026-05-28 02:21:55 +00:00
parent ca0dd0a93f
commit b67ffc6955

View File

@@ -187,16 +187,16 @@ export default function LandingPage() {
{
type: "text", content: "Visit Us & Get Directions"},
{
type: "text", content: "We are conveniently located at:\n123 Mountain View Dr,\nSerene Valley, CA 91234\n\n**Hours:**\nMon-Thu: 5 PM - 10 PM\nFri-Sat: 4 PM - 11 PM\nSun: 10 AM - 9 PM (Brunch & Dinner)\n\nPlenty of free parking available on-site."}
type: "text", content: "We are conveniently located at:\n123 Mountain View Dr,\nSerene Valley, CA 91234\n\n**Hours:**\nMon-Thu: 5 PM - 10 PM\nFri-Sat: 4 PM - 11 PM\nSun: 10 AM - 9 PM (Brunch & Dinner)\n\nPlenty of free parking available on-site."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601157.jpg", alt: "Map showing location of The Mountain Table Restaurant"}
]}
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=The+Mountain+Table+Restaurant"},
{
text: "Call to Book", href: "tel:+15551234567"},
text: "Call to Book", href: "tel:+15551234567"}
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601157.jpg"
imageAlt="Map showing location of The Mountain Table Restaurant"
/>
</div>