9 Commits

Author SHA1 Message Date
88758c432d Merge version_3 into main
Merge version_3 into main
2026-03-04 14:27:42 +00:00
06d590356c Update src/app/page.tsx 2026-03-04 14:27:37 +00:00
440426a2da Update src/app/layout.tsx 2026-03-04 14:27:37 +00:00
456cd911b2 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:25:34 +00:00
ea4e655147 Update src/app/page.tsx 2026-03-04 14:25:30 +00:00
3d0fefff33 Update src/app/layout.tsx 2026-03-04 14:25:30 +00:00
fe7564ce96 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:21:16 +00:00
8304cb581f Merge version_1 into main
Merge version_1 into main
2026-03-04 14:20:05 +00:00
2957346f31 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:18:44 +00:00
2 changed files with 17 additions and 44 deletions

View File

@@ -1,54 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Emrehan Eczanesi - Ankara Yenimahalle Eczane", description: "Ankara Yenimahalle'de profesyonel sağlık hizmetleri sunan Emrehan Eczanesi. Resep ilaçları, OTC ürünleri ve sağlık danışmanlığı.", keywords: "eczane,ankara,yenimahalle,ilaç,sağlık,danışmanlık,resep", openGraph: {
title: "Emrehan Eczanesi - Ankara Yenimahalle Eczane", description: "Türkiye'nin güvenilir eczanesi. Resep ilaçları, tamamlayıcı ürünler ve uzman danışmanlık.", url: "https://emrehaneczanesi.com", siteName: "Emrehan Eczanesi", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/pharmacist-providing-products-clients_482257-75482.jpg", alt: "Emrehan Eczanesi"},
],
},
twitter: {
card: "summary_large_image", title: "Emrehan Eczanesi - Ankara Yenimahalle", description: "Profesyonel sağlık hizmetleri sunan güvenilir eczane", images: ["http://img.b2bpic.net/free-photo/pharmacist-providing-products-clients_482257-75482.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -80,10 +80,10 @@ export default function LandingPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Resep İlaçları", price: "Profesyonel Hizmet", imageSrc: "http://img.b2bpic.net/free-vector/medical-service-set-icons_24877-51675.jpg", imageAlt: "Prescription medicines service" },
{ id: "2", name: "Reçetesiz İlaçlar", price: "Geniş Ürün Yelpazesi", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=1", imageAlt: "OTC products available" },
{ id: "3", name: "Sağlık Danışmanlığı", price: "Uzman Tavsiyesi", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-receiving-prescription-medicine-from-female-doctor-consultations-clinic-focus-is-doctor_637285-1154.jpg", imageAlt: "Health consultation service" },
{ id: "4", name: "Tamamlayıcı Ürünler", price: "Vitamin & Mineral", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=2", imageAlt: "Supplements and health products" },
{ id: "1", name: "Resep İlaçları", price: "Expert Guidance", imageSrc: "http://img.b2bpic.net/free-vector/medical-service-set-icons_24877-51675.jpg", imageAlt: "Prescription medicines service" },
{ id: "2", name: "Reçetesiz İlaçlar", price: "Wide Selection", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=1", imageAlt: "OTC products available" },
{ id: "3", name: "Sağlık Danışmanlığı", price: "Professional Advice", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-receiving-prescription-medicine-from-female-doctor-consultations-clinic-focus-is-doctor_637285-1154.jpg", imageAlt: "Health consultation service" },
{ id: "4", name: "Tamamlayıcı Ürünler", price: "Premium Products", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=2", imageAlt: "Supplements and health products" },
]}
/>
</div>
@@ -139,7 +139,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Ara: (0312) 806 88 62", href: "tel:+903128068862" },
{ text: "Hemen Ara & Danışın", href: "tel:+903128068862" },
{ text: "Harita Yönlendirmesi", href: "https://maps.google.com/?q=Çiğdemtepe,+Kermes+Sk.+No:9/A,+06560+Yenimahalle/Ankara" },
]}
/>