diff --git a/src/app/page.tsx b/src/app/page.tsx
index f606e22..fd28c1c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,61 +32,40 @@ export default function LandingPage() {
@@ -240,9 +161,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to You"
description={[
- "At Crazy Grill Churrascaria, we value your trust. We are constantly improving to deliver the best experience possible, and your feedback helps us grow.",
- "Our promise: Buffet ready on time, fast and respectful service, and consistent quality every day. That's the Crazy Grill difference.",
- ]}
+ "At Crazy Grill Churrascaria, we value your trust. We are constantly improving to deliver the best experience possible, and your feedback helps us grow.", "Our promise: Buffet ready on time, fast and respectful service, and consistent quality every day. That's the Crazy Grill difference."]}
/>
@@ -250,20 +169,15 @@ export default function LandingPage() {
@@ -274,58 +188,35 @@ export default function LandingPage() {
imageAlt="Elegant dining atmosphere at Crazy Grill"
columns={[
{
- title: "Location & Hours",
- items: [
+ title: "Location & Hours", items: [
{
- label: "Poços de Caldas, MG",
- href: "#",
- },
+ label: "Poços de Caldas, MG", href: "#"},
{
- label: "Opening Hours: 11 AM - 11 PM",
- href: "#",
- },
+ label: "Opening Hours: 11 AM - 11 PM", href: "#"},
{
- label: "WhatsApp",
- href: "https://wa.me/5535999999999",
- },
+ label: "WhatsApp", href: "https://wa.me/5535999999999"},
{
- label: "Google Maps",
- href: "https://maps.app.goo.gl/example",
- },
+ label: "Google Maps", href: "https://maps.app.goo.gl/example"},
],
},
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "The Experience",
- href: "#experience",
- },
+ label: "The Experience", href: "#experience"},
{
- label: "Menu Preview",
- href: "#products",
- },
+ label: "Menu Preview", href: "#products"},
{
- label: "Our Commitment",
- href: "#commitment",
- },
+ label: "Our Commitment", href: "#commitment"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Instagram",
- href: "https://instagram.com/crazygrill",
- },
+ label: "Instagram", href: "https://instagram.com/crazygrill"},
{
- label: "Facebook",
- href: "https://facebook.com/crazygrill",
- },
+ label: "Facebook", href: "https://facebook.com/crazygrill"},
],
},
]}