Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0286b84ab2 | |||
| bb998f9b36 | |||
| 595df0b549 | |||
| f91ce352a3 | |||
| 2c9806bb2d | |||
| 962dbbae0c | |||
| c055bc08aa | |||
| 1060bf4942 | |||
| 87db88081b | |||
| fa4852cbd6 | |||
| f5b61e25ae |
@@ -1,55 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } 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 inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Hendek Çiçekçilik | 7/24 Taze Çiçek Teslimat", description: "Sevdiklerinizin mutluluğu için taze çiçekler, saksı bitkiler ve özel aranjmanlar. 7/24 kesintisiz teslimat ve WhatsApp sipariş seçeneği.", keywords: "çiçekçi, taze çiçek, çiçek teslimat, orkide, sukulent, çiçek buketi, Hendek, Sakarya", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Hendek Çiçekçilik | Sevdiklerinizin Mutluluğu İçin", description: "7/24 taze çiçek teslimat hizmetiyle duygularınızı en güzel şekilde ifade edin.", siteName: "Hendek Çiçekçilik", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-bouquet-pink-white-purple-color-statice-alstroemeria-chrysanthemum-flowers-craft-paper-isolated-rustic-background_141793-7994.jpg", alt: "Hendek Çiçekçilik - Taze Çiçekler"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Hendek Çiçekçilik | 7/24 Taze Çiçek Teslimat", description: "Sevdiklerinizin mutluluğu için taze çiçekler ve özel aranjmanlar.", images: [
|
||||
"http://img.b2bpic.net/free-photo/side-view-bouquet-pink-white-purple-color-statice-alstroemeria-chrysanthemum-flowers-craft-paper-isolated-rustic-background_141793-7994.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Hendek Çiçekçilik", description: "Taze kesme çiçeklerden saksı bitkilerine, özel tasarım teraryumlardan etkinlik aranjmanlarına kadar geniş ürün yelpazesi. 7/24 kesintisiz teslimat hizmetiyle duygularınızı en güzel şekilde ifade edin."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="tr">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1417,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -108,19 +108,19 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Nilüfer K.", role: "Müşteri", company: "Hendek Çiçekçilik", rating: 5,
|
||||
id: "1", name: "Nilüfer K.", role: "Müşteri", company: "Taze çiçek buketi alarak eşime hediye ettim, çok beğendi. Teslimat hızlı ve güzel paketlemişler.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Nilüfer K."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dilay K.", role: "Müşteri", company: "Hendek Çiçekçilik", rating: 5,
|
||||
id: "2", name: "Dilay K.", role: "Müşteri", company: "Kız arkadaşımın doğum gününe teraryum gönderdim. Çok orijinal ve uzun ömürlü. Çok memnunum!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Dilay K."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Gül Y.", role: "Müşteri", company: "Hendek Çiçekçilik", rating: 5,
|
||||
id: "3", name: "Gül Y.", role: "Müşteri", company: "Düğünüm için çiçek aranjmanları hazırladılar. Tamamen hayal ettiğim gibi oldu. Profesyonel ve detaylı çalışma.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Gül Y."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ayşe M.", role: "Müşteri", company: "Hendek Çiçekçilik", rating: 5,
|
||||
id: "4", name: "Ayşe M.", role: "Müşteri", company: "Her hafta taze çiçek alıyorum. Kalitesi harika, çiçekler çok uzun sürüyor. Kesinlikle tavsiye ederim!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Ayşe M."
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-nunito-sans), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-nunito-sans), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #e63946;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8bea8;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #c4a8f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user