Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-05-09 15:16:08 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Buying FAQ"
faqsAnimation="slide-up"
faqs={[{ question: "Do you offer warranty?", answer: "Yes, we provide 1-year warranty on all refurbished laptops." }, { question: "Is shipping free?", answer: "Shipping is free across India for all orders." }]}
faqs={[{ id: "1", title: "Do you offer warranty?", content: "Yes, we provide 1-year warranty on all refurbished laptops." }, { id: "2", title: "Is shipping free?", content: "Shipping is free across India for all orders." }]}
/>
</div>

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Support Help"
faqsAnimation="slide-up"
faqs={[{ question: "Working hours?", answer: "We are open 10AM to 8PM daily." }, { question: "Location?", answer: "Located in the heart of Kanpur." }]}
faqs={[{ id: "1", title: "Working hours?", content: "We are open 10AM to 8PM daily." }, { id: "2", title: "Location?", content: "Located in the heart of Kanpur." }]}
/>
</div>

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
useInvertedBackground={false}
sideTitle="Selling Process"
faqsAnimation="slide-up"
faqs={[{ question: "How to sell?", answer: "Contact us via WhatsApp with your laptop details." }, { question: "Do you offer pick up?", answer: "Yes, we provide free pickup service in Kanpur." }]}
faqs={[{ id: "1", title: "How to sell?", content: "Contact us via WhatsApp with your laptop details." }, { id: "2", title: "Do you offer pick up?", content: "Yes, we provide free pickup service in Kanpur." }]}
/>
</div>