Skip to content

Página de serviços + chatbot#16

Open
paulo-cardoso71 wants to merge 5 commits intomainfrom
servicos-page
Open

Página de serviços + chatbot#16
paulo-cardoso71 wants to merge 5 commits intomainfrom
servicos-page

Conversation

@paulo-cardoso71
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tira esse componente de dentro de HomepageFeatures, escolhe colocar ele desses dois jeitos aqui:

  1. src/components/ChatWidget.tsx; ou
  2. src/components/ChatWidget/index.tsx;

Eu prefiro o primeiro jeito.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esse arquivo tu vai remover depois de mover o ChatWidget.

@PauloHFS PauloHFS requested a review from Copilot May 1, 2025 19:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces new service pages for "MVP de Apps", "Design UX/UI" and "Desenvolvimento Web", adds a global ChatWidget to the app, and updates the site navigation to include a "Serviços" menu item.

  • Added a global ChatWidget component in the Root layout.
  • Created individual service pages with details, galleries, and CTAs.
  • Updated the navigation configuration to include a new "Serviços" entry.

Reviewed Changes

Copilot reviewed 14 out of 17 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/theme/Root.tsx Wraps the application with a ChatWidget for support functionality
src/pages/servicos/mvp-apps.tsx Introduces the MVP de Apps service page with descriptions and image previews
src/pages/servicos/design-ux-ui.tsx Adds the Design UX/UI service page with detailed content and a simple gallery
src/pages/servicos/desenvolvimento-web.tsx Implements the Desenvolvimento Web service page with an overview and CTA
src/pages/servicos.tsx Provides an overview using ServiceCards for all services
src/components/HomepageFeatures/ChatWidget/ChatWidget.tsx Implements the chat widget component with options for WhatsApp, Messenger, and internal chat
docusaurus.config.ts Adds a new navigation entry to link to the Serviços overview page
Files not reviewed (3)
  • src/components/HomepageFeatures/ChatWidget/styles.module.css: Language not supported
  • src/pages/index.module.css: Language not supported
  • src/pages/servicos.module.css: Language not supported

Copy link
Copy Markdown
Member

@joao1barbosa joao1barbosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faz as correções que o Paulo Hernane citou. De resto não me parece ter nenhum problema.

@PauloHFS PauloHFS changed the base branch from develop to main May 4, 2025 02:05
@PauloHFS
Copy link
Copy Markdown
Member

PauloHFS commented May 9, 2025

@paulo-cardoso71 puxas o que tem de novo na main antes de continuar programando, e coloca os assets novos pf!

@PauloHFS PauloHFS requested a review from Copilot May 11, 2025 15:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds new service pages and integrates a chatbot widget into the Docusaurus site. Key changes include the addition of multiple service pages (MVP de Apps, Design UX/UI, Desenvolvimento Web), a new Root component that integrates the ChatWidget, and updates to the navigation configuration.

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/theme/Root.tsx Introduces the Root component wrapping the application and ChatWidget.
src/pages/servicos/mvp-apps.tsx Adds the MVP de Apps service page with image gallery and service details.
src/pages/servicos/design-ux-ui.tsx Implements the Design UX/UI service page with detailed content and image gallery.
src/pages/servicos/desenvolvimento-web.tsx Creates the Desenvolvimento Web service page with descriptions and examples.
src/pages/servicos.tsx Provides an overview page for services using ServiceCard components.
src/pages/servicos.module.css Defines styles for the service pages and service cards.
src/ChatWidget/* Introduces the ChatWidget component and associated styling.
docusaurus.config.ts Updates navigation to add a link for the Services page.
Comments suppressed due to low confidence (1)

src/pages/servicos/mvp-apps.tsx:1

  • [nitpick] The file comment does not match the actual file name; consider updating it to 'mvp-apps.tsx' for clarity.
// src/pages/servicos/mvp-de-apps.tsx

PauloHFS and others added 3 commits May 11, 2025 12:15
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coloca chatwidget dentro de components não na src


const ChatWidget: React.FC<ChatWidgetProps> = ({
whatsappNumber = '5562996641935', // Substitua pelo número real de WhatsApp
messengerPageId = '123456789', // Substitua pelo ID da página do Facebook
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A gente tem messenger?

window.open(`https://m.me/${messengerPageId}`, '_blank');
setIsOpen(false);
}
// Para a opção 'internal', mantemos o chat aberto e mostramos a interface
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tira esse chat interno e o message

{children}
<ChatWidget
whatsappNumber="5562996641935" // Substitua pelo número real
messengerPageId="123456789" // Substitua pelo ID da página do Facebook
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tira esse messenger a gente não tem por enquanto

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tira meu número por enquanto também.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat Online / Bot de Atendimento Criar Detalhe do Serviço Page Criar Serviços Page

4 participants