Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c9806bb2d | |||
| 962dbbae0c | |||
| c055bc08aa | |||
| 1060bf4942 | |||
| 87db88081b | |||
| fa4852cbd6 | |||
| f5b61e25ae |
@@ -1,55 +1,25 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
import { Poppins } from "next/font/google";
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Nunito_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import "./styles/variables.css";
|
||||||
import Tag from "@/tag/Tag";
|
import "./styles/base.css";
|
||||||
|
|
||||||
const halant = Halant({
|
const poppins = Poppins({
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
variable: "--font-poppins", subsets: ["latin"],
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const nunitoSans = Nunito_Sans({
|
|
||||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
title: "Hendek Çiçekçilik - Taze Çiçekler ve Aranjmanlar", description: "7/24 kesintisiz çiçek teslimat hizmetiyle sevdiklerinizin mutluluğu için en güzel çiçek ve aranjmanlar. Taze kesme çiçekler, saksı bitkiler, teraryumlar ve etkinlik aranjmanları."};
|
||||||
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"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="tr">
|
||||||
<ServiceWrapper>
|
<body className={poppins.variable}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1417,7 +1387,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,10 +49,10 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "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?_wi=1", imageAlt: "Taze çiçek buketi"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXlIubO7jVWJCOF2oEi1ZAmuN7/uploaded-1772747017935-hljyj69v.jpg", imageAlt: "Taze çiçek buketi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spotted-orchid-white-purple-side-view_140725-11346.jpg", imageAlt: "Orkide ve saksı bitkileri"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXlIubO7jVWJCOF2oEi1ZAmuN7/uploaded-1772747017935-h6xg2rdz.jpg", imageAlt: "Orkide ve saksı bitkileri"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -84,15 +84,15 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
tag: "Satış", title: "Taze Kesme Çiçekler", subtitle: "Her sezonun en güzel çiçekleri", description: "Günlük taze alımlar yaparak en canlı ve kaliteli çiçekleri sunuyoruz. Orkideler, güller, gerbera ve daha pek çok çeşit mevcuttur.", imageSrc: "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?_wi=2", imageAlt: "Taze çiçek koleksiyonu"
|
tag: "Satış", title: "Taze Kesme Çiçekler", subtitle: "Her sezonun en güzel çiçekleri", description: "Günlük taze alımlar yaparak en canlı ve kaliteli çiçekleri sunuyoruz. Orkideler, güller, gerbera ve daha pek çok çeşit mevcuttur.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXlIubO7jVWJCOF2oEi1ZAmuN7/uploaded-1772747017935-c3spvqih.jpg", imageAlt: "Taze çiçek koleksiyonu"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
tag: "Bitkilendirme", title: "Saksı Bitkiler ve Teraryumlar", subtitle: "Canlı yeşillik ve sanat", description: "Suculent bitkilerden özel tasarım teraryumlara kadar uzun ömürlü çözümler. Her ev için uygun seçenekler bulunmaktadır.", imageSrc: "http://img.b2bpic.net/free-photo/succulent_1127-3421.jpg", imageAlt: "Saksı bitkiler ve teraryum tasarımları"
|
tag: "Bitkilendirme", title: "Saksı Bitkiler ve Teraryumlar", subtitle: "Canlı yeşillik ve sanat", description: "Suculent bitkilerden özel tasarım teraryumlara kadar uzun ömürlü çözümler. Her ev için uygun seçenekler bulunmaktadır.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXlIubO7jVWJCOF2oEi1ZAmuN7/uploaded-1772747017935-bixhm332.jpg", imageAlt: "Saksı bitkiler ve teraryum tasarımları"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
tag: "Etkinlik", title: "Özel Tasarım ve Etkinlik Aranjmanları", subtitle: "Özel anlarınız için benzersiz tasarımlar", description: "Düğünler, organizasyonlar ve özel etkinlikler için tamamen özelleştirilebilir çiçek aranjmanları hazırlarız.", imageSrc: "http://img.b2bpic.net/free-photo/composition-flowers-stand-table_8353-10452.jpg", imageAlt: "Etkinlik çiçek aranjmanları"
|
tag: "Etkinlik", title: "Özel Tasarım ve Etkinlik Aranjmanları", subtitle: "Özel anlarınız için benzersiz tasarımlar", description: "Düğünler, organizasyonlar ve özel etkinlikler için tamamen özelleştirilebilir çiçek aranjmanları hazırlarız.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXlIubO7jVWJCOF2oEi1ZAmuN7/uploaded-1772747017935-ovhbhr2l.jpg", imageAlt: "Etkinlik çiçek aranjmanları"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Hizmetlerimiz"
|
title="Hizmetlerimiz"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-nunito-sans), sans-serif;
|
font-family: var(--font-poppins), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-nunito-sans), sans-serif;
|
font-family: var(--font-poppins), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #f5faff;
|
||||||
--card: #ffffff;
|
--card: #f1f8ff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #001122;
|
||||||
--primary-cta: #e63946;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #e63946;
|
--accent: #a8cce8;
|
||||||
--background-accent: #e8bea8;
|
--background-accent: #c4a8f9;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user