2 Commits

Author SHA1 Message Date
087099424b Update theme colors 2026-06-10 11:29:35 +00:00
8549320ca1 Update theme colors 2026-06-10 11:29:33 +00:00
2 changed files with 14 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Галерея", id: "/gallery"},
{
name: "Контакти", id: "#contact"},
name: "Контакти", id: "/contacts"},
]}
brandName="Pizzeria Daniel"
button={{
@@ -147,17 +147,11 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Зв'яжіться з нами"
title="Залишилися питання?"
description="Ми завжди раді відповісти на ваші запитання та допомогти з бронюванням або замовленням."
<ContactText
text="Залишилися питання? Зв'яжіться з нами!"
useInvertedBackground={false}
background={{
variant: "plain"}}
inputPlaceholder="Ваш email"
buttonText="Відправити"
termsText="Натискаючи 'Відправити', ви погоджуєтесь з нашою Політикою конфіденційності."
onSubmit={() => console.log("Form submitted")}
/>
</div>
@@ -186,7 +180,7 @@ export default function LandingPage() {
{
label: "Галерея", href: "/gallery"},
{
label: "Контакти", href: "#contact"},
label: "Контакти", href: "/contacts"},
],
},
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);