Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:00:34 +00:00
parent 4a964bd585
commit d6c3e9fc0d

View File

@@ -62,7 +62,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/window-with-flowerpots_1112-238.jpg", imageAlt: "Outdoor patio dining" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-bouquet-ranunculus-flowers-blurred-background_169016-51956.jpg", imageAlt: "Dessert chef preparing sweets" }
]}
mediaAnimation="opacity"
useInvertedBackground={false}
/>
</div>
@@ -72,7 +71,6 @@ export default function LandingPage() {
heading={[
{ type: "text", content: "Our Passion for Fine Cuisine" }
]}
description="The Mangos Plano is dedicated to delivering an unparalleled culinary journey. From locally sourced ingredients to innovative cooking techniques, every dish is a testament to our commitment to excellence. Discover our story and the philosophy that drives us to create extraordinary moments for our guests."
imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg"
imageAlt="Restaurant exterior with welcoming ambiance"
mediaAnimation="opacity"
@@ -193,7 +191,6 @@ export default function LandingPage() {
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Accessibility", href: "#" }] }
]}
copyrightText="© 2024 The Mangos Plano. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>