From 86c03ab91694699bbb91ef8124d1162ffaf17f8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:52:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f282c9c..831ee75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Heart, Camera, Gift, MapPin, CheckCircle, HelpCircle } from "lucide-react"; +import { Heart, Camera, Gift, MapPin, CheckCircle, HelpCircle, ExternalLink } from "lucide-react"; export default function LandingPage() { return ( @@ -61,7 +61,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-running-shore_53876-48939.jpg" imageAlt="Sofia e João momento pré-wedding praia" imagePosition="right" - useInvertedBackground={false} /> @@ -84,22 +83,22 @@ export default function LandingPage() { tagIcon={Camera} features={[ { - title: "Praia ao Pôr do Sol", description: "Momentos românticos com o Oceano Índico como cenário", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-beach_23-2149003492.jpg", imageAlt: "Casal na praia ao pôr do sol", buttonIcon: Camera, + title: "Praia ao Pôr do Sol", description: "Momentos românticos com o Oceano Índico como cenário", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-beach_23-2149003492.jpg", imageAlt: "Casal na praia ao pôr do sol", buttonIcon: ExternalLink, }, { - title: "Amanhecer Mágico", description: "Luz natural dourada e reflexos de água cristalina", imageSrc: "http://img.b2bpic.net/free-photo/old-people-having-fun-beach_23-2149578942.jpg", imageAlt: "Casal no amanhecer da praia", buttonIcon: Camera, + title: "Amanhecer Mágico", description: "Luz natural dourada e reflexos de água cristalina", imageSrc: "http://img.b2bpic.net/free-photo/old-people-having-fun-beach_23-2149578942.jpg", imageAlt: "Casal no amanhecer da praia", buttonIcon: ExternalLink, }, { - title: "Maputo Urbano", description: "Ruas coloridas e ambientes modernos da nossa cidade", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-hipster-women-riding-motorbike-city-street_285396-3225.jpg", imageAlt: "Casal em rua urbana de Maputo", buttonIcon: Camera, + title: "Maputo Urbano", description: "Ruas coloridas e ambientes modernos da nossa cidade", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-hipster-women-riding-motorbike-city-street_285396-3225.jpg", imageAlt: "Casal em rua urbana de Maputo", buttonIcon: ExternalLink, }, { - title: "Elementos Tradicionais", description: "Cultura moçambicana integrada nos nossos momentos", imageSrc: "http://img.b2bpic.net/free-photo/husband-load-his-wife_1153-97.jpg", imageAlt: "Casal com elementos tradicionais moçambicanos", buttonIcon: Camera, + title: "Elementos Tradicionais", description: "Cultura moçambicana integrada nos nossos momentos", imageSrc: "http://img.b2bpic.net/free-photo/husband-load-his-wife_1153-97.jpg", imageAlt: "Casal com elementos tradicionais moçambicanos", buttonIcon: ExternalLink, }, { - title: "Detalhes Elegantes", description: "Jóias, anéis e momentos intímos de sensibilidade", imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", imageAlt: "Detalhe de mãos com jóias", buttonIcon: Camera, + title: "Detalhes Elegantes", description: "Jóias, anéis e momentos intímos de sensibilidade", imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", imageAlt: "Detalhe de mãos com jóias", buttonIcon: ExternalLink, }, { - title: "Silhueta Dourada", description: "Casal abraçado sob a luz mágica do entardecer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-romantic-couple-outdoors_23-2150948114.jpg", imageAlt: "Silhueta do casal ao pôr do sol", buttonIcon: Camera, + title: "Silhueta Dourada", description: "Casal abraçado sob a luz mágica do entardecer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-romantic-couple-outdoors_23-2150948114.jpg", imageAlt: "Silhueta do casal ao pôr do sol", buttonIcon: ExternalLink, }, ]} textboxLayout="default" -- 2.49.1