diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b958dc..2ccd9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, Crown, Sparkles, Gift, Heart, Utensils, MessageCircle, Star, WhatsApp, Phone, MapPin, Globe } from 'lucide-react'; +import { Zap, Crown, Sparkles, Gift, Heart, Utensils, MessageCircle, Star, Phone, MapPin, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -47,19 +47,19 @@ export default function LandingPage() { tag="Entrega Rápida" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "📞 Ligar Agora", href: "tel:+5513987654321" }, { text: "💬 Pedir no WhatsApp", href: "https://wa.me/5513987654321?text=Olá!%20Gostaria%20de%20fazer%20um%20pedido%20de%20salgados" } ]} buttonAnimation="blur-reveal" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg?_wi=1", imageAlt: "Salgados frescos e apetitosos" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg?_wi=1", imageAlt: "Deliciosa coxinha" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg?_wi=1", imageAlt: "Bolinha de queijo crocante" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg?_wi=1", imageAlt: "Risoles recheados" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg?_wi=1", imageAlt: "Kibe quentinho" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg?_wi=2", imageAlt: "Mix de salgados variados" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg", imageAlt: "Salgados frescos e apetitosos" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg", imageAlt: "Deliciosa coxinha" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg", imageAlt: "Bolinha de queijo crocante" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg", imageAlt: "Risoles recheados" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg", imageAlt: "Kibe quentinho" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg", imageAlt: "Mix de salgados variados" } ]} autoPlay={true} autoPlayInterval={4000} @@ -78,29 +78,29 @@ export default function LandingPage() { { title: "Salgados Sempre Fresquinhos", description: "Preparados diariamente com ingredientes selecionados. Qualidade garantida em cada picada.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg?_wi=2", imageAlt: "Coxinha fresca" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg?_wi=2", imageAlt: "Bolinha de queijo" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg", imageAlt: "Coxinha fresca" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg", imageAlt: "Bolinha de queijo" } ] }, { title: "Entrega Rápida", description: "Entregas em menos de 30 minutos na região. Seus salgados chegarão quentinhos.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg?_wi=3", imageAlt: "Entrega rápida" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg?_wi=2", imageAlt: "Salgados prontos" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg", imageAlt: "Entrega rápida" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg", imageAlt: "Salgados prontos" } ] }, { title: "Ideal Para Festas", description: "Combinações perfeitas para eventos, aniversários e reuniões corporativas. Combos personalizados.", icon: Gift, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg?_wi=2", imageAlt: "Variedade para festas" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg?_wi=4", imageAlt: "Mix festivo" } + { imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg", imageAlt: "Variedade para festas" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg", imageAlt: "Mix festivo" } ] }, { title: "Clientes Satisfeitos", description: "4,4⭐ de avaliação. Milhares de pedidos entregues com sucesso e felicidade.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg?_wi=3", imageAlt: "Qualidade aprovada" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg?_wi=3", imageAlt: "Salgados deliciosos" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg", imageAlt: "Qualidade aprovada" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg", imageAlt: "Salgados deliciosos" } ] } ]} @@ -119,16 +119,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Coxinha (dúz)", price: "R$ 48,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg?_wi=4", imageAlt: "Coxinha fresca" + id: "1", name: "Coxinha (dúz)", price: "R$ 48,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388041.jpg", imageAlt: "Coxinha fresca" }, { - id: "2", name: "Bolinha de Queijo (dúz)", price: "R$ 52,00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg?_wi=4", imageAlt: "Bolinha de queijo" + id: "2", name: "Bolinha de Queijo (dúz)", price: "R$ 52,00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-croquettes-arrangement_23-2149202668.jpg", imageAlt: "Bolinha de queijo" }, { - id: "3", name: "Risoles (dúz)", price: "R$ 55,00", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg?_wi=3", imageAlt: "Risoles recheados" + id: "3", name: "Risoles (dúz)", price: "R$ 55,00", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-cutting-dough-sunlight_158595-5655.jpg", imageAlt: "Risoles recheados" }, { - id: "4", name: "Kibe (dúz)", price: "R$ 50,00", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg?_wi=3", imageAlt: "Kibe quentinho" + id: "4", name: "Kibe (dúz)", price: "R$ 50,00", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-arrangement-with-copy-space_23-2149198957.jpg", imageAlt: "Kibe quentinho" } ]} gridVariant="four-items-2x2-equal-grid" @@ -218,7 +218,6 @@ export default function LandingPage() { logoText="Império dos Salgados" copyrightText="© 2025 | Império dos Salgados - Guarujá, SP | Todos os direitos reservados" socialLinks={[ - { icon: WhatsApp, href: "https://wa.me/5513987654321", ariaLabel: "WhatsApp" }, { icon: Phone, href: "tel:+5513987654321", ariaLabel: "Ligar" }, { icon: MapPin, href: "https://maps.google.com/?q=Rua+Hermenegildo+Azevedo+370,+Guaruja", ariaLabel: "Localização" }, { icon: Globe, href: "https://instagram.com", ariaLabel: "Instagram" }