-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add FAQ section #84
Conversation
kguzek
commented
Feb 14, 2025
•
edited
Loading
edited
- FAQ section with grid layout
- FAQs pulled from CMS
- card flipping animation
- vibrant gradients
4222f52
to
6dc5b2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
src/components/faq/faq-section.tsx:7
- The function name 'FrequentlyAskedQuestions' should follow camelCase convention and be renamed to 'frequentlyAskedQuestions'.
export async function FrequentlyAskedQuestions() {
src/components/faq/faq-card.tsx:10
- [nitpick] The constant name FAQ_CARD_SPANS should be in camelCase for consistency. Consider renaming it to faqCardSpans.
const FAQ_CARD_SPANS = [
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W porządku, tylko czcionka na desktopie za duża - #questionId, pytania i odpowiedzi, zmniejszyłbym ją trochę.
I zmniejszyłbym także kafelki na desktopie bo niektóre mają height jak cały ekran,
czyli zmanipuluj grid-template-rows, tak aby nie były takie duże.
Poza tym super
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wizualnie w porządku
153929d
to
4ac94aa
Compare