From 8caaf58d8d00eb39b7f8953832f2805d9bde70e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:09:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b59badb..2d23de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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. / எங்கள் மகிழ்ச்சியான வாடிக்கையாளர்களின் கருத்துகள்." /> @@ -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. / நீங்கள் தெரிந்து கொள்ள வேண்டிய அனைத்தும்." /> @@ -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 / தகவல்களைப் பெறுங்கள்" /> @@ -151,25 +145,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1