diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a4ed1b..99c57c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,10 @@ export default function LandingPage() { @@ -120,12 +120,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", icon: Users, title: "Happy Guests", value: "1000+" }, - { id: "m2", icon: Star, title: "Cups Served", value: "5000+" }, - { id: "m3", icon: Star, title: "Average Rating", value: "5.0" } + { id: "m1", icon: Users, title: "Xoşbəxt Qonaqlar", value: "1000+" }, + { id: "m2", icon: Star, title: "Verilən fincanlar", value: "5000+" }, + { id: "m3", icon: Star, title: "Orta Reytinq", value: "5.0" } ]} - title="Our Achievements" - description="Serving thousands of smiles every month in Baku." + title="Uğurlarımız" + description="Bakıda hər ay minlərlə gülümsəyən insanlara xidmət göstəririk." /> @@ -135,19 +135,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Beata Kirspu", role: "Visitor", company: "Baku", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-arab-man-holding-clipboard-contemplating-checklist-while-looking-upwards-with-thoughtful-facial-expression-young-person-thinking-while-taking-notes-planning_482257-66675.jpg" }, - { id: "t2", name: "Anonymous", role: "Foodie", company: "Baku", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-standing-grey-wall_231208-10760.jpg" }, - { id: "t3", name: "Anonymous", role: "Local", company: "Baku", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-female-woman-with-tablet-posing-indoors_74855-2896.jpg" }, - { id: "t4", name: "Anonymous", role: "Coffee Lover", company: "Baku", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg" }, - { id: "t5", name: "Anonymous", role: "Blogger", company: "Baku", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-window_23-2148538815.jpg" } + { id: "t1", name: "Beata Kirspu", role: "Ziyarətçi", company: "Bakı", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-arab-man-holding-clipboard-contemplating-checklist-while-looking-upwards-with-thoughtful-facial-expression-young-person-thinking-while-taking-notes-planning_482257-66675.jpg" }, + { id: "t2", name: "Anonim", role: "Qurman", company: "Bakı", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-standing-grey-wall_231208-10760.jpg" }, + { id: "t3", name: "Anonim", role: "Yerli", company: "Bakı", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-female-woman-with-tablet-posing-indoors_74855-2896.jpg" }, + { id: "t4", name: "Anonim", role: "Qəhvə sevər", company: "Bakı", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg" }, + { id: "t5", name: "Anonim", role: "Bloqer", company: "Bakı", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-window_23-2148538815.jpg" } ]} kpiItems={[ - { value: "5.0", label: "Avg Rating" }, - { value: "98%", label: "Happiness" }, - { value: "100+", label: "Reviews" } + { value: "5.0", label: "Orta Reytinq" }, + { value: "98%", label: "Xoşbəxtlik" }, + { value: "100+", label: "Rəylər" } ]} - title="What People Say" - description="Hear from our delightful guests who visit Cherry On Top." + title="İnsanlar Nə Deyir?" + description="Cherry On Top-a gələn xoşbəxt qonaqlarımızın rəylərini eşidin." /> @@ -155,11 +155,11 @@ export default function LandingPage() { @@ -168,9 +168,9 @@ export default function LandingPage() { @@ -181,10 +181,10 @@ export default function LandingPage() { logoText="Cherry On Top" columns={[ { - title: "Navigation", items: [{ label: "Menu", href: "#products" }, { label: "Contact", href: "#contact" }] + title: "Naviqasiya", items: [{ label: "Menyu", href: "#products" }, { label: "Əlaqə", href: "#contact" }] }, { - title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] + title: "Hüquqi", items: [{ label: "Məxfilik Siyasəti", href: "#" }] } ]} />