diff --git a/src/app/page.tsx b/src/app/page.tsx index 7561a1d..8506bc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,128 +50,38 @@ export default function LandingPage() {
@@ -222,45 +110,15 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Aged Ribeye", - price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg", - }, - { - id: "2", - name: "Pan-Seared Scallops", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-fish-fillet-grilled-steak_74190-42.jpg", - }, - { - id: "3", - name: "Truffle Pasta", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg", - }, - { - id: "4", - name: "Signature Spritz", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fruit-cocktail-orange-peel-with-apple-lemon-wedges-cutting-board_141793-13002.jpg", - }, - { - id: "5", - name: "Artisan Cheese Plate", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg", - }, - { - id: "6", - name: "Dark Chocolate Ganache", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", - }, + { id: "1", name: "Ribeye Maturado", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg" }, + { id: "2", name: "Vieiras Seladas", price: "R$ 160", imageSrc: "http://img.b2bpic.net/free-photo/salmon-fish-fillet-grilled-steak_74190-42.jpg" }, + { id: "3", name: "Pasta ao Trufo", price: "R$ 140", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg" }, + { id: "4", name: "Spritz Exclusivo", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fruit-cocktail-orange-peel-with-apple-lemon-wedges-cutting-board_141793-13002.jpg" }, + { id: "5", name: "Tábua de Queijos", price: "R$ 110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg" }, + { id: "6", name: "Ganache de Chocolate", price: "R$ 40", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" }, ]} - title="Signature Creations" - description="A curated collection of culinary masterpieces designed to surprise." + title="Criações do Chef" + description="Uma curadoria de sabores desenhada para surpreender seus sentidos." /> @@ -271,30 +129,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15K+", - title: "Happy Guests", - description: "Served over the past year", - icon: Users, - }, - { - id: "m2", - value: "24", - title: "Seasonal Menus", - description: "Curated dishes annually", - icon: Calendar, - }, - { - id: "m3", - value: "120", - title: "Premium Labels", - description: "Spirits & fine wines", - icon: Wine, - }, + { id: "m1", value: "15K+", title: "Clientes Felizes", description: "Atendidos com excelência", icon: Users }, + { id: "m2", value: "24", title: "Menus Sazonais", description: "Lançamentos anuais", icon: Calendar }, + { id: "m3", value: "120", title: "Rótulos Premium", description: "Espirituosos e vinhos", icon: Wine }, ]} - title="Lago by the Numbers" - description="A testament to our growing community and consistent quality." + title="Lago em Números" + description="Uma prova de nossa dedicação à alta gastronomia." /> @@ -305,27 +145,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "t1", - name: "Marco V.", - role: "Executive Chef", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-male-chef-wearing-uniform-looking-up-making-fish-face-isolated-brown-background_141793-133537.jpg", - }, - { - id: "t2", - name: "Elena R.", - role: "General Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg", - }, - { - id: "t3", - name: "Sandro L.", - role: "Head Mixologist", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-bartender_23-2150346979.jpg", - }, + { id: "t1", name: "Marco V.", role: "Chef Executivo", imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-male-chef-wearing-uniform-looking-up-making-fish-face-isolated-brown-background_141793-133537.jpg" }, + { id: "t2", name: "Elena R.", role: "Gerente Geral", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg" }, + { id: "t3", name: "Sandro L.", role: "Mixologista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-bartender_23-2150346979.jpg" }, ]} - title="The Masters Behind Lago" - description="Dedicated individuals bringing passion to your plate and glass." + title="Nossa Equipe" + description="Talentos dedicados a elevar sua experiência gastronômica." /> @@ -335,67 +160,28 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarah_j", - testimonial: "The ribeye was cooked to perfection. A truly refined atmosphere.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - }, - { - id: "2", - name: "Michael C.", - handle: "@m_chen", - testimonial: "Best craft cocktails in the city. Staff is incredibly welcoming.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg", - }, - { - id: "3", - name: "Emily R.", - handle: "@emily_r", - testimonial: "I love the farm-to-table focus here. Very fresh and tasty.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg", - }, - { - id: "4", - name: "David K.", - handle: "@david_k", - testimonial: "Fantastic service for our corporate dinner. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", - }, - { - id: "5", - name: "Jenny L.", - handle: "@jenny_l", - testimonial: "Charming gastrobar with great vibes. Will definitely return.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598351.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "O ribeye estava divino. Atmosfera extremamente refinada.", rating: 5 }, + { id: "2", name: "Michael C.", handle: "@m_chen", testimonial: "Melhores drinks da cidade. Atendimento nota 10!", rating: 5 }, + { id: "3", name: "Emily R.", handle: "@emily_r", testimonial: "Amo o foco em ingredientes locais. Tudo fresco.", rating: 5 }, + { id: "4", name: "David K.", handle: "@david_k", testimonial: "Serviço fantástico para nosso jantar corporativo.", rating: 5 }, + { id: "5", name: "Jenny L.", handle: "@jenny_l", testimonial: "Vibe incrível, voltarei com certeza.", rating: 5 }, ]} showRating={true} - title="Guest Stories" - description="What our patrons say about their experience." + title="O Que Dizem de Nós" + description="Histórias de nossos clientes habituais." />
@@ -403,42 +189,9 @@ export default function LandingPage() {