diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f6c0f0..6465394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,15 +31,15 @@ export default function Page() { logoSrc="http://img.b2bpic.net/free-vector/kimchi-logo-design-template_23-2150120370.jpg" logoAlt="hamur house logo bakery" navItems={[ - { name: "Home", id: "#home" }, - { name: "About Us", id: "#about" }, - { name: "Menu", id: "#menu" }, - { name: "Testimonials", id: "#testimonials" }, - { name: "FAQ", id: "#faq" }, - { name: "Contact", id: "#contact" } + { name: "Ana Sayfa", id: "#home" }, + { name: "Hakkımızda", id: "#about" }, + { name: "Menü", id: "#menu" }, + { name: "Yorumlar", id: "#testimonials" }, + { name: "SSS", id: "#faq" }, + { name: "İletişim", id: "#contact" } ]} button={{ - text: "Order Now", href: "#contact" + text: "Şimdi Sipariş Ver", href: "#contact" }} /> @@ -110,27 +110,27 @@ export default function Page() {