fix
This commit is contained in:
@@ -65,14 +65,6 @@ export default function LandingPage() {
|
||||
ariaLabel="MossArt hero section with carousel"
|
||||
/>
|
||||
</div>
|
||||
import FaqBase from '@/components/sections/faq/FaqBase.tsx';
|
||||
|
||||
<div id="section" data-section="faq">
|
||||
<FaqBase title="Frequently Asked Questions" items={[
|
||||
{ question: 'What is your return policy?', answer: 'Our return policy allows returns within 30 days.' },
|
||||
{ question: 'How long does shipping take?', answer: 'Shipping usually takes 5-7 business days.' }
|
||||
]} />
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
|
||||
Reference in New Issue
Block a user