8 Commits

Author SHA1 Message Date
a0ef52068c Update src/app/page.tsx 2026-04-05 12:22:59 +00:00
84bce6358d Update src/app/page.tsx 2026-04-05 12:22:24 +00:00
a406079003 Update src/app/styles/variables.css 2026-04-05 12:21:50 +00:00
dc1e10a76c Update src/app/page.tsx 2026-04-05 12:21:50 +00:00
289c7724be Merge version_1 into main
Merge version_1 into main
2026-04-05 12:21:06 +00:00
1581adf8d8 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:20:21 +00:00
2f96eb800c Merge version_1 into main
Merge version_1 into main
2026-04-05 12:19:58 +00:00
ae329ba800 Merge version_1 into main
Merge version_1 into main
2026-04-05 12:19:24 +00:00
2 changed files with 23 additions and 22 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -35,8 +35,7 @@ export default function LandingPage() {
{ name: "İletişim", id: "contact" },
]}
brandName="ModaCollection"
button={{
text: "WhatsApp", href: "https://wa.me/905308160441"}}
button={{ text: "Bize Ulaşın", href: "#contact" }}
/>
</div>
@@ -80,7 +79,6 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
@@ -99,6 +97,7 @@ export default function LandingPage() {
]}
title="Özel Seçkiler"
description="Sezonun trend parçalarını tarzınıza göre keşfedin."
textboxLayout="split"
/>
</div>
@@ -125,18 +124,20 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "canvas-reveal" }}
text="İstasyon, Leyla Atakan Cad. No:27, Kartepe / Kocaeli | 0530 816 04 41 | Her gün 21:00'e kadar açık."
<ContactCTA
tag="İletişim"
title="Bize Ulaşın"
description="Leyla Atakan Cad. No:27, Kartepe / Kocaeli adresindeyiz. Sorularınız veya stil önerileri için bizimle iletişime geçebilirsiniz. Her gün 21:00'e kadar açığız."
buttons={[
{ text: "WhatsApp ile İletişim", href: "https://wa.me/905308160441" },
{ text: "WhatsApp'tan Yaz", href: "https://wa.me/905308160441" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterBaseCard
logoText="MODACOLLECTION"
columns={[
{
@@ -152,16 +153,16 @@ export default function LandingPage() {
],
},
{
title: "Sosyal", items: [
{ label: "Instagram", href: "#" },
title: "Sosyal Medya", items: [
{ label: "Instagram", href: "https://instagram.com/modacollection" },
{ label: "WhatsApp", href: "https://wa.me/905308160441" },
],
},
]}
copyrightText="© 2024 ModaCollection Kartepe. Tüm hakları saklıdır."
copyrightText="© 2025 ModaCollection Kartepe. Tüm hakları saklıdır."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);