Merge version_2_1782836945364 into main #2
@@ -13,10 +13,10 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Meet Your Registered Dietitian, Jamie"
|
||||
description="I’m a Registered Dietitian with over 10 years of experience in food and nutrition. Here you’ll find approachable healthy recipes and real-life nutrition advice."
|
||||
primaryButton={{ text: "Browse Recipes", href: "#recipes" }}
|
||||
secondaryButton={{ text: "Learn More", href: "#about" }}
|
||||
brand="Kayıtlı Diyetisyeniniz Jamie ile Tanışın"
|
||||
description="Gıda ve beslenme alanında 10 yılı aşkın deneyime sahip kayıtlı bir diyetisyenim. Burada ulaşılabilir sağlıklı tarifler, ürünler ve gerçek hayattan beslenme tavsiyeleri bulacaksınız."
|
||||
primaryButton={{ text: "Ürünleri İncele", href: "/products" }}
|
||||
secondaryButton={{ text: "Daha Fazla Bilgi", href: "#about" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-blond-middle-aged-woman-dining-with-california-s-role-japanese-restaurant-summer-terrace_496169-2544.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -25,8 +25,8 @@ export default function HomePage() {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Making Healthy Eating Easy and Enjoyable"
|
||||
primaryButton={{ text: "Read My Story", href: "#about" }}
|
||||
title="Sağlıklı Beslenmeyi Kolay ve Keyifli Hale Getirmek"
|
||||
primaryButton={{ text: "Hikayemi Oku", href: "#about" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -34,17 +34,17 @@ export default function HomePage() {
|
||||
<div id="recipes" data-section="recipes">
|
||||
<SectionErrorBoundary name="recipes">
|
||||
<FeaturesImageBento
|
||||
tag="My Favorites"
|
||||
title="Dietitian-Approved Recipes"
|
||||
description="These are the same recipes I eat myself and feed my family. Simple, healthy, and delicious."
|
||||
tag="Favorilerim"
|
||||
title="Diyetisyen Onaylı Tarifler"
|
||||
description="Bunlar kendi yediğim ve aileme yedirdiğim tariflerin aynısı. Basit, sağlıklı ve lezzetli."
|
||||
items={[
|
||||
{ title: "Grinder Pasta Salad", description: "The best fresh pasta salad ever.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-raw-pasta-knife-turquoise-surface_141793-18396.jpg" },
|
||||
{ title: "Big Mac Sloppy Joes", description: "Healthier twist on a classic meal.", imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg" },
|
||||
{ title: "Whole Wheat Cookies", description: "Guilt-free sweet treat.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-cookies-milks-wooden-table_123827-32964.jpg" },
|
||||
{ title: "Healthy BLT Chicken Salad", description: "Balanced and filling lunch.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-meat-vegetables-salad-wooden-table_482257-34234.jpg" },
|
||||
{ title: "Breakfast Bowls", description: "Balanced start to your day.", imageSrc: "http://img.b2bpic.net/free-photo/morning-portrait-smiling-woman-eating-her-breakfast-holding-spoon-having-cereals-with-milk_1258-203865.jpg" },
|
||||
{ title: "Green Nutrient Drink", description: "Energy-packed healthy drink.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-summer-smoothie_23-2148197873.jpg" },
|
||||
{ title: "Homemade Hummus Dips", description: "Perfect healthy snacks.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401919.jpg" }
|
||||
{ title: "Makarna Salatası", description: "Şimdiye kadarki en iyi taze makarna salatası.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-raw-pasta-knife-turquoise-surface_141793-18396.jpg" },
|
||||
{ title: "Sağlıklı Hamburger", description: "Klasik bir yemeğin daha sağlıklı hali.", imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg" },
|
||||
{ title: "Tam Buğdaylı Kurabiye", description: "Suçluluk hissettirmeyen tatlı kaçamağı.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-cookies-milks-wooden-table_123827-32964.jpg" },
|
||||
{ title: "Sağlıklı Tavuk Salatası", description: "Dengeli ve doyurucu bir öğle yemeği.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-meat-vegetables-salad-wooden-table_482257-34234.jpg" },
|
||||
{ title: "Kahvaltı Kaseleri", description: "Güne dengeli bir başlangıç.", imageSrc: "http://img.b2bpic.net/free-photo/morning-portrait-smiling-woman-eating-her-breakfast-holding-spoon-having-cereals-with-milk_1258-203865.jpg" },
|
||||
{ title: "Yeşil Besin İçeceği", description: "Enerji dolu sağlıklı içecek.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-summer-smoothie_23-2148197873.jpg" },
|
||||
{ title: "Ev Yapımı Humus", description: "Mükemmel sağlıklı atıştırmalıklar.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401919.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -53,15 +53,15 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Community"
|
||||
title="What Readers Are Saying"
|
||||
description="Join our community and start feeling your best."
|
||||
tag="Topluluk"
|
||||
title="Okuyucularımız Ne Diyor"
|
||||
description="Topluluğumuza katılın ve en iyi halinizi hissetmeye başlayın."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", role: "Reader", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg" },
|
||||
{ name: "Mike D.", role: "Reader", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
|
||||
{ name: "Elena R.", role: "Reader", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-good-looking-cheerful-dark-skinned-africal-female-student-with-wavy-hair-blue-shirt-sitting-coffee-shop-drinking-latte-smiling-looking-camera-with-happy-rela_176420-12401.jpg" },
|
||||
{ name: "David K.", role: "Reader", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sporting-suit-after-workout-yoga_1153-6140.jpg" },
|
||||
{ name: "Jamie L.", role: "Reader", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothes-diet-eating-fresh-salad-isolated-white-background_1258-105787.jpg" }
|
||||
{ name: "Sarah J.", role: "Okuyucu", company: "Topluluk", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg" },
|
||||
{ name: "Mike D.", role: "Okuyucu", company: "Topluluk", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
|
||||
{ name: "Elena R.", role: "Okuyucu", company: "Topluluk", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-good-looking-cheerful-dark-skinned-africal-female-student-with-wavy-hair-blue-shirt-sitting-coffee-shop-drinking-latte-smiling-looking-camera-with-happy-rela_176420-12401.jpg" },
|
||||
{ name: "David K.", role: "Okuyucu", company: "Topluluk", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sporting-suit-after-workout-yoga_1153-6140.jpg" },
|
||||
{ name: "Jamie L.", role: "Okuyucu", company: "Topluluk", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothes-diet-eating-fresh-salad-isolated-white-background_1258-105787.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -70,13 +70,13 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Help"
|
||||
title="Common Nutrition Questions"
|
||||
description="Everything you need to know about starting your healthy eating journey."
|
||||
tag="Yardım"
|
||||
title="Sıkça Sorulan Beslenme Soruları"
|
||||
description="Sağlıklı beslenme yolculuğunuza başlamak hakkında bilmeniz gereken her şey."
|
||||
items={[
|
||||
{ question: "What is your approach to nutrition?", answer: "I believe in balance, not restriction, focusing on wholesome food." },
|
||||
{ question: "Are your recipes gluten-free?", answer: "Many are, or offer simple modifications for gluten-free diets." },
|
||||
{ question: "How often do you post recipes?", answer: "I aim to share new balanced recipes every week." }
|
||||
{ question: "Beslenme yaklaşımınız nedir?", answer: "Kısıtlamaya değil dengeye inanıyorum, sağlıklı gıdalara odaklanıyorum." },
|
||||
{ question: "Tarifleriniz glutensiz mi?", answer: "Birçoğu öyle veya glutensiz diyetler için basit değişiklikler sunuyor." },
|
||||
{ question: "Ne sıklıkla tarif paylaşıyorsunuz?", answer: "Her hafta yeni dengeli tarifler paylaşmayı hedefliyorum." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg"
|
||||
/>
|
||||
@@ -86,10 +86,10 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Connect"
|
||||
text="Have a media inquiry or general nutrition question? I'd love to hear from you."
|
||||
primaryButton={{ text: "Contact Me", href: "#" }}
|
||||
secondaryButton={{ text: "Shop Favorites", href: "#" }}
|
||||
tag="İletişim"
|
||||
text="Medya ile ilgili bir sorunuz veya genel bir beslenme sorunuz mu var? Sizden haber almayı çok isterim."
|
||||
primaryButton={{ text: "Benimle İletişime Geçin", href: "mailto:merhaba@ornek.com" }}
|
||||
secondaryButton={{ text: "Ürünleri İncele", href: "/products" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -97,13 +97,13 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleCard
|
||||
brand="Jamie's Nutrition"
|
||||
brand="Jamie Beslenme"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#" }, { label: "Recipes", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Handbooks", href: "#" }, { label: "Shop Favorites", href: "#" }] }
|
||||
{ title: "Menü", items: [{ label: "Hakkımda", href: "#about" }, { label: "Tarifler", href: "#recipes" }] },
|
||||
{ title: "Kaynaklar", items: [{ label: "El Kitapları", href: "/products" }, { label: "Favori Ürünler", href: "/products" }] }
|
||||
]}
|
||||
copyright="© 2024 Jamie's Nutrition. All rights reserved."
|
||||
links={[{ label: "Privacy Policy", href: "#" }]}
|
||||
copyright="© 2024 Jamie Beslenme. Tüm hakları saklıdır."
|
||||
links={[{ label: "Gizlilik Politikası", href: "#" }]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user