Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-04-05 12:21:54 +00:00
2 changed files with 19 additions and 19 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';
@@ -125,18 +125,18 @@ 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" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterBaseCard
logoText="MODACOLLECTION"
columns={[
{
@@ -152,16 +152,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);