Update src/app/page.tsx
This commit is contained in:
@@ -197,9 +197,8 @@ export default function HomePage() {
|
||||
tag="Help Center"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
showCard={true}
|
||||
faqsAnimation="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you offer same-day delivery?", content: "Yes! We offer same-day delivery in selected areas for orders placed before 2 PM. Check our delivery zones during checkout to confirm eligibility."
|
||||
@@ -230,7 +229,7 @@ export default function HomePage() {
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
accordionAnimationType="slide-up"
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user