diff --git a/src/app/page.tsx b/src/app/page.tsx index bedbe14..b54f2f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,37 +20,27 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -58,33 +48,13 @@ export default function LandingPage() { @@ -97,7 +67,7 @@ export default function LandingPage() { description="O Palace Lounge redefine a vida social em Luanda. Ambiente exclusivo, design sofisticado e iluminação baixa que cria a atmosfera perfeita." subdescription="Um ecossistema digital completo para garantir que a sua experiência seja inesquecível do início ao fim." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg" mediaAnimation="blur-reveal" /> @@ -108,48 +78,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Reservas em Tempo Real", - description: "Fluxo unificado entre o site e a nossa administração interna.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186427.jpg", - imageAlt: "Interface do sistema", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", - imageAlt: "Analytics", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTfWTJOjeUAJjalTba3H7RxrR9/uploaded-1776451906397-ver9ef0t.jpg?_wi=2", - imageAlt: "modern reservation system interface", - }, - { - title: "Controle Inteligente", - description: "Gestão automatizada de horários e capacidade máxima.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303524.jpg", - imageAlt: "Reserva", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", - imageAlt: "Dashboard", - }, - imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037506.jpg?_wi=2", - imageAlt: "modern reservation system interface", - }, - { - title: "Experiência VIP", - description: "Histórico personalizado para clientes frequentes.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-analyzing-blank-mockup-display-smartphone_482257-87225.jpg", - imageAlt: "CRM", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", - imageAlt: "Dados", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=2", - imageAlt: "modern reservation system interface", - }, + { title: "Reservas em Tempo Real", description: "Fluxo unificado entre o site e a nossa administração interna.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186427.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg" } }, + { title: "Controle Inteligente", description: "Gestão automatizada de horários e capacidade máxima.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303524.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" } }, + { title: "Experiência VIP", description: "Histórico personalizado para clientes frequentes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-owner-analyzing-blank-mockup-display-smartphone_482257-87225.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg" } } ]} showStepNumbers={true} title="Sistema de Gestão" @@ -161,44 +92,12 @@ export default function LandingPage() {