Update src/app/page.tsx
This commit is contained in:
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Piper Chaba", price: "100 Taka", variant: "Joypurhat, Bangladesh", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-tomatoes-lettuce-cucumber-bucket-green-summer-grass-top-view_132075-5750.jpg?_wi=2" },
|
||||
{ id: "p1", name: "Piper Chaba", price: "100 Taka", variant: "Joypurhat, Bangladesh", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Piper_chaba_Hunter.jpg/800px-Piper_chaba_Hunter.jpg" },
|
||||
]}
|
||||
title="Fresh Seasonal Offerings"
|
||||
description="Our premium curated selection."
|
||||
@@ -126,7 +126,10 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[]}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do I update this website?", content: "To update the website content, you can modify the props in the corresponding component within the page.tsx file. Changes like text, image URLs, or list items can be swapped directly in the section's properties." },
|
||||
{ id: "q2", title: "How do I maintain the site?", content: "Maintenance involves ensuring your image links remain valid, regularly checking that your contact form connections are active, and keeping your content updated to reflect your current farm inventory." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user