From df58a187171bc432bc46558e5eecaa8eff9ce9b4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:03:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 350 +++++++---------------------------------------- 1 file changed, 53 insertions(+), 297 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86279b5..fdd9628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building, Heart, Music, Users, Utensils } from "lucide-react"; +import { Building, Heart, Music, Users, Utensils, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -32,30 +32,12 @@ export default function LandingPage() { @@ -152,64 +87,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Gastronomia Autoral", - description: "Cardápios personalizados que encantam paladares exigentes.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg", - }, - items: [ - { - icon: ChefHat, - text: "Chef renomado", - }, - { - icon: Utensils, - text: "Ingredientes frescos", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates_23-2148848674.jpg?_wi=2", - imageAlt: "chef preparando comida buffet gourmet", + title: "Gastronomia Autoral", description: "Cardápios personalizados que encantam paladares exigentes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg" }, + items: [{ icon: ChefHat, text: "Chef renomado" }, { icon: Utensils, text: "Ingredientes frescos" }], + reverse: false }, { - title: "Estrutura Versátil", - description: "Espaço moderno adaptável para qualquer tipo de evento.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5227.jpg", - }, - items: [ - { - icon: Building, - text: "Salão climatizado", - }, - { - icon: Music, - text: "Acústica premium", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg", - imageAlt: "chef preparando comida buffet gourmet", + title: "Estrutura Versátil", description: "Espaço moderno adaptável para qualquer tipo de evento.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5227.jpg" }, + items: [{ icon: Building, text: "Salão climatizado" }, { icon: Music, text: "Acústica premium" }], + reverse: true }, { - title: "Atendimento VIP", - description: "Nossa equipe garante conforto para todos os convidados.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-together-medium-shot_23-2148903562.jpg", - }, - items: [ - { - icon: Users, - text: "Staff treinado", - }, - { - icon: Heart, - text: "Hospitalidade", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg?_wi=1", - imageAlt: "chef preparando comida buffet gourmet", + title: "Atendimento VIP", description: "Nossa equipe garante conforto para todos os convidados.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-together-medium-shot_23-2148903562.jpg" }, + items: [{ icon: Users, text: "Staff treinado" }, { icon: Heart, text: "Hospitalidade" }], + reverse: false }, ]} title="Por que escolher a Grille?" @@ -224,42 +114,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "1", - name: "Entradas Gourmet", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg?_wi=2", - }, - { - id: "2", - name: "Jantar Harmonizado", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg", - }, - { - id: "3", - name: "Mesa de Doces", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-marshmallows-cup-with-blurred-background_23-2148245044.jpg", - }, - { - id: "4", - name: "Coquetel Premium", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-transparent-globe_23-2148364348.jpg", - }, - { - id: "5", - name: "Pratos Contemporâneos", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9326.jpg", - }, - { - id: "6", - name: "Degustação Exclusiva", - price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg", - }, + { id: "1", name: "Entradas Gourmet", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg" }, + { id: "2", name: "Jantar Harmonizado", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg" }, + { id: "3", name: "Mesa de Doces", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/sweet-marshmallows-cup-with-blurred-background_23-2148245044.jpg" }, + { id: "4", name: "Coquetel Premium", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-transparent-globe_23-2148364348.jpg" }, + { id: "5", name: "Pratos Contemporâneos", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9326.jpg" }, + { id: "6", name: "Degustação Exclusiva", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg" }, ]} title="Cardápio Selecionado" description="Opções gourmet que elevam o padrão da sua festa." @@ -272,29 +132,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "essencial", - badge: "Popular", - price: "Sob Consulta", - subtitle: "Eventos íntimos", - features: [ - "Buffet Completo", - "Staff incluso", - "Decoração básica", - ], - }, - { - id: "premium", - badge: "VIP", - price: "Sob Consulta", - subtitle: "Eventos de gala", - features: [ - "Open Bar", - "Degustação", - "Staff full", - "Suporte completo", - ], - }, + { id: "essencial", badge: "Popular", price: "Sob Consulta", subtitle: "Eventos íntimos", features: ["Buffet Completo", "Staff incluso", "Decoração básica"] }, + { id: "premium", badge: "VIP", price: "Sob Consulta", subtitle: "Eventos de gala", features: ["Open Bar", "Degustação", "Staff full", "Suporte completo"] }, ]} title="Pacotes Especiais" description="Escolha o formato ideal para a sua comemoração." @@ -306,51 +145,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Mariana Santos", - date: "10/2023", - title: "Casamento", - quote: "Tudo foi impecável, desde a comida até o atendimento.", - avatarSrc: "http://img.b2bpic.net/free-photo/bride-with-champagne-laughing-bachelorette-party_651396-786.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg", - }, - { - id: "2", - name: "Carlos Eduardo", - date: "11/2023", - title: "Evento Corporativo", - quote: "Excelente estrutura para reuniões de alta gerência.", - avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg", - }, - { - id: "3", - name: "Beatriz Lima", - date: "12/2023", - title: "Debutante", - quote: "A mesa de doces era simplesmente dos sonhos!", - avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-young-woman-holding-whiskey-glass-bar_23-2148037524.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-pizza_23-2150154674.jpg", - }, - { - id: "4", - name: "Família Rocha", - date: "01/2024", - title: "Bodas", - quote: "Profissionalismo e carinho em cada detalhe.", - avatarSrc: "http://img.b2bpic.net/free-photo/family-enjoying-christmas-dinner-southern-hemisphere_23-2149172602.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-food_23-2149882900.jpg", - }, - { - id: "5", - name: "Ricardo S.", - date: "02/2024", - title: "Confraternização", - quote: "O melhor buffet que já contratamos em anos.", - avatarSrc: "http://img.b2bpic.net/free-photo/waiter-holds-serving-crepe-with-fruits-chocolate-sauce_140725-8908.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg", - }, + { id: "1", name: "Mariana Santos", date: "10/2023", title: "Casamento", quote: "Tudo foi impecável, desde a comida até o atendimento.", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/bride-with-champagne-laughing-bachelorette-party_651396-786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg" }, + { id: "2", name: "Carlos Eduardo", date: "11/2023", title: "Evento Corporativo", quote: "Excelente estrutura para reuniões de alta gerência.", tag: "Recomendado", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg" }, + { id: "3", name: "Beatriz Lima", date: "12/2023", title: "Debutante", quote: "A mesa de doces era simplesmente dos sonhos!", tag: "Incrível", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-young-woman-holding-whiskey-glass-bar_23-2148037524.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-pizza_23-2150154674.jpg" }, + { id: "4", name: "Família Rocha", date: "01/2024", title: "Bodas", quote: "Profissionalismo e carinho em cada detalhe.", tag: "Satisfeitos", avatarSrc: "http://img.b2bpic.net/free-photo/family-enjoying-christmas-dinner-southern-hemisphere_23-2149172602.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-food_23-2149882900.jpg" }, + { id: "5", name: "Ricardo S.", date: "02/2024", title: "Confraternização", quote: "O melhor buffet que já contratamos em anos.", tag: "Nota 10", avatarSrc: "http://img.b2bpic.net/free-photo/waiter-holds-serving-crepe-with-fruits-chocolate-sauce_140725-8908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg" }, ]} title="Clientes Satisfeitos" description="Histórias reais de sucesso compartilhadas por quem viveu a experiência Grille." @@ -362,21 +161,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Qual a capacidade do salão?", - content: "Nosso salão acomoda confortavelmente até 300 convidados.", - }, - { - id: "f2", - title: "Vocês possuem buffet próprio?", - content: "Sim, temos uma cozinha completa e menu assinado pelo nosso Chef.", - }, - { - id: "f3", - title: "Como agendar uma degustação?", - content: "Entre em contato pelo WhatsApp para agendarmos uma data.", - }, + { id: "f1", title: "Qual a capacidade do salão?", content: "Nosso salão acomoda confortavelmente até 300 convidados." }, + { id: "f2", title: "Vocês possuem buffet próprio?", content: "Sim, temos uma cozinha completa e menu assinado pelo nosso Chef." }, + { id: "f3", title: "Como agendar uma degustação?", content: "Entre em contato pelo WhatsApp para agendarmos uma data." }, ]} title="Perguntas Frequentes" description="Tire suas dúvidas sobre nosso espaço e serviços." @@ -387,18 +174,11 @@ export default function LandingPage() {
@@ -406,36 +186,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1