Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ section #2

Closed
wants to merge 7 commits into from
Closed

Add FAQ section #2

wants to merge 7 commits into from

Conversation

fulcain
Copy link
Collaborator

@fulcain fulcain commented Jan 27, 2025

I've added the FAQ section, changed the page.tsx and added themeProvider to change the app theme.

the data.ts in the FAQ section needs to changed to use real data

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark
I've changed the page.tsx and added the FAQ component
The data.ts file needs to be changed with real data
Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml

@fulcain fulcain closed this Jan 27, 2025
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.

2 participants