From dceeab1655d82e6f6cfc1b01bf0c76d1b8916b51 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:33:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7995bd..dfc3baa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,35 +50,22 @@ export default function LandingPage() {
@@ -100,19 +77,13 @@ export default function LandingPage() { metrics={[ { icon: Flame, - label: "Stone Oven", - value: "100% Traditional", - }, + label: "Stone Oven", value: "100% Traditional"}, { icon: Star, - label: "Review Score", - value: "4.6/5", - }, + label: "Review Score", value: "4.6/5"}, { icon: Award, - label: "Experience", - value: "Authentic", - }, + label: "Experience", value: "Authentic"}, ]} metricsAnimation="blur-reveal" /> @@ -126,41 +97,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Kavurmalı Pide", - price: "Best Seller", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14110.jpg", - }, + id: "p1", name: "Kavurmalı Pide", price: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14110.jpg"}, { - id: "p2", - name: "Peynirli Pide", - price: "Classic Choice", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg", - }, + id: "p2", name: "Peynirli Pide", price: "Classic Choice", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg"}, { - id: "p3", - name: "Lahmacun", - price: "Crispy Perfection", - imageSrc: "http://img.b2bpic.net/free-photo/meat-lahmajun-parsley-lemon-sumakh-top-view_140725-11304.jpg", - }, + id: "p3", name: "Lahmacun", price: "Crispy Perfection", imageSrc: "http://img.b2bpic.net/free-photo/meat-lahmajun-parsley-lemon-sumakh-top-view_140725-11304.jpg"}, { - id: "p4", - name: "Mixed Special Pide", - price: "Full Flavor", - imageSrc: "http://img.b2bpic.net/free-photo/mix-pide-cheese-sausage-top-view_140725-11320.jpg", - }, + id: "p4", name: "Mixed Special Pide", price: "Full Flavor", imageSrc: "http://img.b2bpic.net/free-photo/mix-pide-cheese-sausage-top-view_140725-11320.jpg"}, { - id: "p5", - name: "Kavurmalı with Egg", - price: "Fantastic", - imageSrc: "http://img.b2bpic.net/free-photo/pide-with-meat-tomato-top-view_140725-11336.jpg", - }, + id: "p5", name: "Kavurmalı with Egg", price: "Fantastic", imageSrc: "http://img.b2bpic.net/free-photo/pide-with-meat-tomato-top-view_140725-11336.jpg"}, { - id: "p6", - name: "Specialty Pide", - price: "Local Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-865.jpg", - }, + id: "p6", name: "Specialty Pide", price: "Local Favorite", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-865.jpg"}, ]} title="Our Signature Creations" description="Generous portions, locally sourced quality, and baked with love in our stone oven." @@ -175,25 +122,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "4.6", - title: "Overall Rating", - description: "Consistently praised by thousands.", - icon: Star, + id: "m1", value: "4.6", title: "Overall Rating", description: "Consistently praised by thousands.", icon: Star, }, { - id: "m2", - value: "Fresh", - title: "Bread Quality", - description: "Crunchy crust, soft interior.", - icon: Wheat, + id: "m2", value: "Fresh", title: "Bread Quality", description: "Crunchy crust, soft interior.", icon: Wheat, }, { - id: "m3", - value: "Fast", - title: "Service Speed", - description: "Professional and commendable.", - icon: Clock, + id: "m3", value: "Fast", title: "Service Speed", description: "Professional and commendable.", icon: Clock, }, ]} title="By The Numbers" @@ -208,40 +143,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Mehmet A.", - handle: "@mehmet", - testimonial: "Best Pide ever! The kavurmalı is exceptionally delectable.", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg", - }, + id: "t1", name: "Mehmet A.", handle: "@mehmet", testimonial: "Best Pide ever! The kavurmalı is exceptionally delectable.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg"}, { - id: "t2", - name: "Ayşe Y.", - handle: "@ayse", - testimonial: "Fantastic! Crunchy shell, top quality meat, simply delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg", - }, + id: "t2", name: "Ayşe Y.", handle: "@ayse", testimonial: "Fantastic! Crunchy shell, top quality meat, simply delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg"}, { - id: "t3", - name: "John D.", - handle: "@john", - testimonial: "A traditional gem. Fast service and extremely clean.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117538.jpg", - }, + id: "t3", name: "John D.", handle: "@john", testimonial: "A traditional gem. Fast service and extremely clean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117538.jpg"}, { - id: "t4", - name: "Selim K.", - handle: "@selim", - testimonial: "Generous toppings and incredible flavor profiles every time.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-eats-dolma-with-yogurt-tears-piece-bread_140725-9187.jpg", - }, + id: "t4", name: "Selim K.", handle: "@selim", testimonial: "Generous toppings and incredible flavor profiles every time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-eats-dolma-with-yogurt-tears-piece-bread_140725-9187.jpg"}, { - id: "t5", - name: "Emine S.", - handle: "@emine", - testimonial: "Love the free tea and salads. A proper salon experience.", - imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg", - }, + id: "t5", name: "Emine S.", handle: "@emine", testimonial: "Love the free tea and salads. A proper salon experience.", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg"}, ]} title="Voices of Our Guests" description="Hear what our regulars have to say about the Best Pide in town." @@ -253,14 +163,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TripAdvisor", - "Google Reviews", - "Local Guide", - "Gourmet Choice", - "Heritage Foodie", - "Traditional Eats", - "City Top-Pick", - ]} + "TripAdvisor", "Google Reviews", "Local Guide", "Gourmet Choice", "Heritage Foodie", "Traditional Eats", "City Top-Pick"]} title="Recognized Excellence" description="Our dedication to tradition has earned us the hearts of our customers." /> @@ -271,23 +174,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Are you open on Fridays?", - content: "No, we are closed on Fridays. We look forward to serving you on all other days!", - }, + id: "q1", title: "Cuma günleri açık mısınız?", content: "Hayır, Cuma günleri kapalıyız. Sizi diğer tüm günlerde ağırlamayı dört gözle bekliyoruz!"}, { - id: "q2", - title: "Do you offer free extras?", - content: "Yes, we serve fresh salads and tea completely free of charge with your meal.", - }, + id: "q2", title: "Ücretsiz ikramlarınız var mı?", content: "Evet, yemeğinizin yanında taze salata ve çayı tamamen ücretsiz olarak servis ediyoruz."}, { - id: "q3", - title: "Is the food made fresh?", - content: "Absolutely. Our bread is baked in a stone-veneer oven with great care for every order.", - }, + id: "q3", title: "Yemekleriniz taze mi?", content: "Kesinlikle. Ekmeğimiz her sipariş için özenle taş fırınımızda pişirilmektedir."}, ]} - sideTitle="Your Questions, Answered" - sideDescription="Everything you need to know about our Pide salon." + sideTitle="Sorularınız, Yanıtlandı" + sideDescription="Pide salonumuz hakkında bilmeniz gereken her şey." faqsAnimation="blur-reveal" /> @@ -296,11 +190,10 @@ export default function LandingPage() { @@ -310,33 +203,21 @@ export default function LandingPage() { { items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -346,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1