29 Commits

Author SHA1 Message Date
781a93377a Update src/app/page.tsx 2026-04-23 10:04:51 +00:00
ffe3e91bd8 Update src/app/page.tsx 2026-04-23 10:02:26 +00:00
8d8de15077 Update src/app/page.tsx 2026-04-23 09:18:48 +00:00
12d0c324f7 Update src/app/page.tsx 2026-04-23 09:16:55 +00:00
2b0307ffa4 Update theme fonts 2026-04-23 09:12:46 +00:00
8871a5f9bc Update theme fonts 2026-04-23 09:12:46 +00:00
817042f2da Update theme fonts 2026-04-23 09:12:25 +00:00
9c97fb0fd2 Update theme fonts 2026-04-23 09:12:24 +00:00
a40e023c0b Update theme fonts 2026-04-23 09:11:31 +00:00
9afced672a Update theme fonts 2026-04-23 09:11:31 +00:00
9906a96629 Update src/app/page.tsx 2026-04-23 09:09:05 +00:00
0dec66d5f9 Update src/app/page.tsx 2026-04-23 09:07:38 +00:00
5184d38cd0 Update src/app/page.tsx 2026-04-23 08:38:28 +00:00
a867b73290 Update src/app/page.tsx 2026-04-23 08:30:45 +00:00
4311019d4e Update src/app/page.tsx 2026-04-22 14:25:18 +00:00
1888ad6294 Update src/app/page.tsx 2026-04-22 11:52:12 +00:00
8b24cd0a2a Update src/app/page.tsx 2026-04-22 11:49:48 +00:00
6d50c1767c Update src/app/page.tsx 2026-04-22 11:19:44 +00:00
8c2b6a608a Update src/app/page.tsx 2026-04-22 10:25:29 +00:00
52c0e8581f Update theme colors 2026-04-22 10:16:00 +00:00
f3f3afba71 Update theme colors 2026-04-22 10:15:39 +00:00
5d2469e42e Update src/app/page.tsx 2026-04-22 10:13:25 +00:00
f3b6906f99 Update src/app/page.tsx 2026-04-22 10:12:55 +00:00
8710579e06 Update src/app/page.tsx 2026-04-22 10:07:54 +00:00
f5b481e8a7 Update src/app/page.tsx 2026-04-22 10:06:08 +00:00
30dd48d530 Update theme colors 2026-04-22 09:58:31 +00:00
6456806399 Update src/app/page.tsx 2026-04-22 09:56:39 +00:00
496683ace4 Update src/app/page.tsx 2026-04-22 08:42:41 +00:00
4dac92f5af Merge version_2 into main
Merge version_2 into main
2026-04-22 08:38:13 +00:00
4 changed files with 42 additions and 52 deletions

View File

@@ -7,6 +7,8 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google"; import { Lato } from "next/font/google";
import { Roboto } from "next/font/google";
import { Raleway } from "next/font/google";
@@ -19,10 +21,12 @@ export const metadata: Metadata = {
}, },
}; };
const lato = Lato({
variable: "--font-lato",
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"], subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
}); });
export default function RootLayout({ export default function RootLayout({
@@ -33,7 +37,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${lato.variable} antialiased`}> <body className={`${raleway.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -42,31 +42,17 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroBillboard
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Fikirlerinizi Giydiriyoruz: NEWMODA TEXTILE ile Anahtar Teslim Üretim" title="ŞIKLIĞIN ADRESİ NEWMODA TEXTILE"
description="Kumaş seçiminden kalıp hazırlamaya, baskıdan paketlemeye kadar tüm süreçleri markanıza özel yönetiyoruz." description="Kumaş seçiminden kalıp hazırlamaya, baskıdan paketlemeye kadar tüm süreçleri markanıza özel yönetiyoruz."
leftCarouselItems={[ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776853509525-n0x9f3fo.png"
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sewing-machine_23-2148898079.jpg", imageAlt: "Üretim Süreci 1" }, imageAlt="Üretim Süreci"
{ imageSrc: "http://img.b2bpic.net/free-photo/working-with-team-about-new-dress_329181-14324.jpg", imageAlt: "Üretim Süreci 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner-working_23-2148828334.jpg", imageAlt: "Üretim Süreci 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine-garments_23-2148834125.jpg", imageAlt: "Üretim Süreci 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530868.jpg", imageAlt: "Üretim Süreci 5" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-patterns_23-2148903486.jpg", imageAlt: "Showroom 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-different-threads-with-copy-space_23-2148876423.jpg", imageAlt: "Showroom 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutter-sewing-factory-male-hands-close-up_1303-15849.jpg", imageAlt: "Showroom 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-atelier-shop-workspace_482257-95822.jpg", imageAlt: "Showroom 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-garage-sale_23-2150574511.jpg", imageAlt: "Showroom 5" },
]}
buttons={[{ text: "Üretim Hakkında Bilgi Alın", href: "https://wa.me/905330546773?text=Merhaba%20NEWMODA%20TEXTİLE%20ile%20üretim%20hakkında%20bilgi%20almak%20istiyorum." }]} buttons={[{ text: "Üretim Hakkında Bilgi Alın", href: "https://wa.me/905330546773?text=Merhaba%20NEWMODA%20TEXTİLE%20ile%20üretim%20hakkında%20bilgi%20almak%20istiyorum." }]}
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-hipster-glasses-wearing-casual_613910-12290.jpg", alt: "Ekip Üyesi 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776938496632-1yrv3exi.png", alt: "Ekip" },
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg", alt: "Ekip Üyesi 2" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776938530503-wz59fqfe.png", alt: "Ekip" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85919.jpg", alt: "Ekip Üyesi 3" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776938517185-cq7wwrpu.png", alt: "Ekip" },
{ src: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-129.jpg", alt: "Ekip Üyesi 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Ekip Üyesi 5" },
]} ]}
avatarText="100+ Başarılı Proje" avatarText="100+ Başarılı Proje"
marqueeItems={[ marqueeItems={[
@@ -85,8 +71,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
team={[ team={[
{ id: "t1", name: "NURHAN YEŞİLBAĞCIYAN", role: "Üretim Direktörü", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg", imageAlt: "Nurhan Yeşilbağcıyan" }, { id: "t1", name: "NURHAN YEŞİLBAĞCIYAN", role: "Owner ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776852455925-sjwiykl9.jpg", imageAlt: "Nurhan Yeşilbağcıyan" },
{ id: "t2", name: "JİLBER YEŞİLBAĞCIYAN", role: "Genel Müdür", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Jilber Yeşilbağcıyan" }, { id: "t2", name: "JİLBER YEŞİLBAĞCIYAN", role: "Genel Müdür", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776852455925-sjwiykl9.jpg", imageAlt: "Jilber Yeşilbağcıyan" },
]} ]}
title="Kurucularımız ve Tecrübemiz" title="Kurucularımız ve Tecrübemiz"
description="Avrupa standartlarında üretim disiplini ve stratejik yönetim gücü." description="Avrupa standartlarında üretim disiplini ve stratejik yönetim gücü."
@@ -103,7 +89,7 @@ export default function LandingPage() {
{ title: "Üretim ve Dikim", description: "Hassas kesimden profesyonel dikim aşamalarına kusursuz işçilik.", bentoComponent: "reveal-icon", icon: Tag }, { title: "Üretim ve Dikim", description: "Hassas kesimden profesyonel dikim aşamalarına kusursuz işçilik.", bentoComponent: "reveal-icon", icon: Tag },
{ title: "Kalite ve Paketleme", description: "Ütüleme, son kontrol ve etiketleme sonrası teslimata hazır hale getirme.", bentoComponent: "reveal-icon", icon: CheckSquare }, { title: "Kalite ve Paketleme", description: "Ütüleme, son kontrol ve etiketleme sonrası teslimata hazır hale getirme.", bentoComponent: "reveal-icon", icon: CheckSquare },
]} ]}
title="Full Package Üretim Sürecimiz" title="Üretim Sürecimiz"
description="Hayalinizdeki ürünü belirtin, gerisini biz halledelim." description="Hayalinizdeki ürünü belirtin, gerisini biz halledelim."
/> />
</div> </div>
@@ -114,12 +100,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ id: "m1", value: "Modelhane", title: "Tasarımlarınızın başlangıç noktası.", description: "Detaylara önem veren uzman yaklaşım.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-repairing-clothes_23-2150746451.jpg" }, { id: "m1", value: "Modelhane", title: "Tasarımlarınızın başlangıç noktası.", description: "Detaylara önem veren uzman yaklaşım.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776850577533-cm0mppv7.png" },
{ id: "m2", value: "Kesim Atölyesi", title: "Hassas üretim disiplini.", description: "Mükemmel kesim teknolojileri.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-her-workshop-alone_23-2148877343.jpg" }, { id: "m2", value: "Kesim Atölyesi", title: "Hassas üretim disiplini.", description: "Mükemmel kesim teknolojileri.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776858725069-ajiyzlgo.png" },
{ id: "m3", value: "Dikiş Hattı", title: "Profesyonel işçilik.", description: "Avrupa standartlarında üretim.", imageSrc: "http://img.b2bpic.net/free-photo/sewing-machine-accessories-workdesk-shop_23-2147874993.jpg" }, { id: "m3", value: "Dikiş Hattı", title: "Profesyonel işçilik.", description: "Avrupa standartlarında üretim.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776858557468-ngc70uzq.png" },
{ id: "m4", value: "Ütü ve Paketleme", title: "Son kontroller ve etiketleme.", description: "Teslimata hazır kusursuz ürünler.", imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-tie-shirt_1098-21878.jpg" }, { id: "m4", value: "Ütü ve Paketleme", title: "Son kontroller ve etiketleme.", description: "Teslimata hazır kusursuz ürünler.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776850305171-ij8gji8p.png" },
{ id: "m5", value: "Showroom", title: "Ürünlerimizi inceleyin.", description: "Kurumsal ve profesyonel ortam.", imageSrc: "http://img.b2bpic.net/free-photo/various-type-fabric-clothes-shop_23-2148175735.jpg" }, { id: "m5", value: "Showroom", title: "Ürünlerimizi inceleyin.", description: "Kurumsal ve profesyonel ortam.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776851106747-mxdd3knl.jpg" },
{ id: "m6", value: "Yönetim Ofisi", title: "Operasyonel güç merkezi.", description: "Kurumsal stratejiler.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543693.jpg" }, { id: "m6", value: "Yönetim Ofisi", title: "Operasyonel güç merkezi.", description: "Kurumsal stratejiler.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776851794719-iqvi078i.png" },
]} ]}
title="Fabrikamızdan Görüntüler" title="Fabrikamızdan Görüntüler"
description="Üretim birimlerimiz ve yönetim ofisimizden detaylar." description="Üretim birimlerimiz ve yönetim ofisimizden detaylar."
@@ -133,12 +119,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Pamuklu Polo Yaka", price: "100% Pamuk - 200 GSM", imageSrc: "http://img.b2bpic.net/free-photo/elements-fashion-designing-studio_23-2150407927.jpg" }, { id: "p1", name: "Yumuşak Dökümlü Viskon", price: "100% Viskon - 100 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776935794057-m9kj8zid.png" },
{ id: "p2", name: "Viskon Bluz", price: "Viskon - 150 GSM", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-manufacturing-clothes_23-2149007429.jpg" }, { id: "p2", name: "Tencel-Pamuk Karışmı,Chambray", price: "Chambray - 150 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776933014126-ih64o76e.png" },
{ id: "p3", name: "Keten Pantolon", price: "Keten - 220 GSM", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-wrapping-process_23-2148332560.jpg" }, { id: "p3", name: "Doğal Dokulu Keten", price: "100% Keten - 200 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776935916558-78jqbnm8.png" },
{ id: "p4", name: "Spor Sweatshirt", price: "Pamuk-Polyester - 300 GSM", imageSrc: "http://img.b2bpic.net/free-photo/essential-elements-fashion-design-studio_23-2150414765.jpg" }, { id: "p4", name: "Yüksek Kaliteli Mikro Süet ", price: "100% Polyester - 400 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776935290704-qoijmv2s.png" },
{ id: "p5", name: "Dokuma Gömlek", price: "Poplin - 120 GSM", imageSrc: "http://img.b2bpic.net/free-photo/side-view-designers-working-together_52683-98105.jpg" }, { id: "p5", name: "Tok Duruşlu Poliviskon", price: "65% Polyester,32% Viskon, 3% Elastan - 300 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776933823730-mx78sutu.png" },
{ id: "p6", name: "Örme Elbise", price: "Pamuk-Lycra - 180 GSM", imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13528.jpg" }, { id: "p6", name: "Serin Tutan Yumuşak Tuşeli Viskon", price: "100% Viskon - 100 GSM", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776935290704-3zy5pu2o.png" },
]} ]}
title="Ürün Portföyümüz" title="Ürün Portföyümüz"
description="Kumaş tipi ve teknik detaylarıyla sunduğumuz kalite." description="Kumaş tipi ve teknik detaylarıyla sunduğumuz kalite."
@@ -175,4 +161,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -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-lato), sans-serif; font-family: var(--font-raleway), 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-lato), sans-serif; font-family: var(--font-raleway), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f5faff;
--card: #f9f9f9; --card: #f1f8ff;
--foreground: #000612e6; --foreground: #00b6ff;
--primary-cta: #15479c; --primary-cta: #15479c;
--primary-cta-text: #000000; --primary-cta-text: #f5faff;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #000000; --secondary-cta-text: #001122;
--accent: #e2e2e2; --accent: #a8cce8;
--background-accent: #c4c4c4; --background-accent: #7ba3cf;
/* 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);