diff --git a/src/app/page.tsx b/src/app/page.tsx
index 116d06a..5d49a20 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,65 +41,18 @@ export default function LandingPage() {
@@ -119,24 +61,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Premium Meats",
- description: "Hand-selected, prime cuts served to perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-served-with-grilled-tomato-pepper_140725-6493.jpg",
- imageAlt: "Premium steak",
- },
- {
- title: "Japanese Fusion",
- description: "Exquisite delicate techniques meeting bold local flavors.",
- imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-ginger-wasabi-black-board_114579-3216.jpg",
- imageAlt: "Fusion dish",
- },
- {
- title: "Italian Classics",
- description: "Traditional recipes crafted with authentic ingredients.",
- imageSrc: "http://img.b2bpic.net/free-photo/sommelier-uncorking-wine-bottle-restaurant-setting_23-2152024852.jpg",
- imageAlt: "Italian classic",
- },
+ { title: "Premium Meats", description: "Hand-selected, prime cuts served to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-served-with-grilled-tomato-pepper_140725-6493.jpg", imageAlt: "Premium steak" },
+ { title: "Japanese Fusion", description: "Exquisite delicate techniques meeting bold local flavors.", imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-ginger-wasabi-black-board_114579-3216.jpg", imageAlt: "Fusion dish" },
+ { title: "Italian Classics", description: "Traditional recipes crafted with authentic ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/sommelier-uncorking-wine-bottle-restaurant-setting_23-2152024852.jpg", imageAlt: "Italian classic" }
]}
title="A culinária que define o Batel"
description="From world-class cuts to international classics, we curate the finest ingredients for an unparalleled dining experience."
@@ -148,21 +75,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="O Batel Grill em Números"
metrics={[
- {
- icon: Award,
- label: "Gastronomy Excellence",
- value: "10+",
- },
- {
- icon: Users,
- label: "Hospitality Masters",
- value: "50+",
- },
- {
- icon: MapPin,
- label: "Prime Destinations",
- value: "01",
- },
+ { icon: Award, label: "Gastronomy Excellence", value: "10+" },
+ { icon: Users, label: "Hospitality Masters", value: "50+" },
+ { icon: MapPin, label: "Prime Destinations", value: "01" }
]}
metricsAnimation="slide-up"
/>
@@ -173,46 +88,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Incomparável",
- quote: "The best experience in South America, bar none.",
- name: "Ricardo Silva",
- role: "CEO",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
- },
- {
- id: "2",
- title: "Surpreendente",
- quote: "Fusion flavors were executed with high precision.",
- name: "Ana Souza",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- },
- {
- id: "3",
- title: "Impecável",
- quote: "Hospitality and food quality were unmatched.",
- name: "Marco Rossi",
- role: "Consultant",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-steak-piece-served-with-sour-sauce_140725-5273.jpg",
- },
- {
- id: "4",
- title: "Favorito",
- quote: "The wine list is absolutely exceptional here.",
- name: "Elena Lima",
- role: "Artist",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg",
- },
- {
- id: "5",
- title: "Magnífico",
- quote: "A true gastronomy destination in the heart of Batel.",
- name: "Lucas Farias",
- role: "Director",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31305.jpg",
- },
+ { id: "1", title: "Incomparável", quote: "The best experience in South America, bar none.", name: "Ricardo Silva", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg" },
+ { id: "2", title: "Surpreendente", quote: "Fusion flavors were executed with high precision.", name: "Ana Souza", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" }
]}
title="O que nossos clientes dizem"
description="Excellence is the standard our guests appreciate most."
@@ -222,9 +99,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file