Merge version_2 into main #4
@@ -95,24 +95,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Arun Kumar", handle: "@arun", testimonial: "Fresh veggies every time!", rating: 5,
|
||||
id: "1", name: "Arun Kumar", handle: "@arun", testimonial: "Fresh veggies every time! / ஒவ்வொரு முறையும் புதிய காய்கறிகள்!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-supermarket_1157-21966.jpg"},
|
||||
{
|
||||
id: "2", name: "Priya", handle: "@priya", testimonial: "Excellent service and quality.", rating: 5,
|
||||
id: "2", name: "Priya", handle: "@priya", testimonial: "Excellent service and quality. / சிறந்த சேவை மற்றும் தரம்.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Suresh", handle: "@suresh", testimonial: "Love the local selection.", rating: 4,
|
||||
id: "3", name: "Suresh", handle: "@suresh", testimonial: "Love the local selection. / உள்ளூர் பொருட்கள் மிகவும் பிடித்துள்ளன.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-best-friends-with-shopping-bags_329181-8012.jpg"},
|
||||
{
|
||||
id: "4", name: "Meera", handle: "@meera", testimonial: "Always fresh produce!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", name: "Ramesh", handle: "@ramesh", testimonial: "Quick delivery service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-supermarket-with-vegetables-fruits-buying-groceries_169016-19099.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by our Community"
|
||||
description="Hear what our happy neighbors have to say about our produce and service."
|
||||
title="Loved by our Community / எங்கள் சமூகத்தால் விரும்பப்பட்டது"
|
||||
description="Hear what our happy neighbors have to say. / எங்கள் மகிழ்ச்சியான வாடிக்கையாளர்களின் கருத்துகள்."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,15 +116,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you deliver?", content: "Yes, we deliver daily to your doorstep."},
|
||||
id: "1", title: "Do you deliver? / டெலிவரி செய்கிறீர்களா?", content: "Yes, we deliver daily to your doorstep. / ஆம், தினமும் உங்கள் வீட்டு வாசலில் டெலிவரி செய்கிறோம்."},
|
||||
{
|
||||
id: "2", title: "Languages?", content: "We support both Tamil and English for your convenience."},
|
||||
id: "2", title: "Languages? / என்னென்ன மொழிகள்?", content: "We support both Tamil and English. / நாங்கள் தமிழ் மற்றும் ஆங்கிலம் ஆகிய இரண்டு மொழிகளையும் ஆதரிக்கிறோம்."},
|
||||
{
|
||||
id: "3", title: "Is it organic?", content: "We source all our produce directly from trusted local organic farms."},
|
||||
id: "3", title: "Is it organic? / காய்கறிகள் இயற்கை முறையில் விளைவிக்கப்பட்டவையா?", content: "Yes, sourced from local organic farms. / ஆம், உள்ளூர் பண்ணைகளில் இருந்து நேரடியாக பெறப்படுகின்றன."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
title="Frequently Asked Questions / அடிக்கடி கேட்கப்படும் கேள்விகள்"
|
||||
faqsAnimation="slide-up"
|
||||
description="Everything you need to know about shopping at FreshPick."
|
||||
description="Everything you need to know. / நீங்கள் தெரிந்து கொள்ள வேண்டிய அனைத்தும்."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,11 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Visit Us Today"
|
||||
description="Located in the heart of the town. Reach out if you have any questions!"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Updates"
|
||||
tag="Contact / தொடர்பு கொள்ளுங்கள்"
|
||||
title="Visit Us Today / இன்றே எங்களை சந்தியுங்கள்"
|
||||
description="Located in the heart of the town. Reach out if you have any questions! / நகரின் மையப்பகுதியில் அமைந்துள்ளோம். ஏதேனும் கேள்விகள் இருந்தால் தொடர்பு கொள்ளுங்கள்!"
|
||||
inputPlaceholder="Enter your email address / உங்கள் மின்னஞ்சல் முகவரியை உள்ளிடவும்"
|
||||
buttonText="Get Updates / தகவல்களைப் பெறுங்கள்"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,25 +145,22 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
title: "Shop / கடை", items: [
|
||||
{ label: "Products / தயாரிப்புகள்", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
title: "Legal / சட்டபூர்வமானவை", items: [
|
||||
{ label: "Privacy Policy / தனியுரிமைக் கொள்கை", href: "#"},
|
||||
{ label: "Terms of Service / சேவை நிபந்தனைகள்", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="FreshPick"
|
||||
copyrightText="© 2025 FreshPick Grocery. All rights reserved."
|
||||
logoText="FreshPick / ஃப்ரெஷ்-பிக்"
|
||||
copyrightText="© 2025 FreshPick Grocery. All rights reserved. / அனைத்து உரிமைகளும் பாதுகாக்கப்பட்டவை."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user