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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #fafffb;
--card: #1a1a1a; --card: #ffffff;
--foreground: #f5f5f5; --foreground: #001a0a;
--primary-cta: #ffdf7d; --primary-cta: #0a705f;
--primary-cta-text: #0a0a0a; --primary-cta-text: #fafffb;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff; --secondary-cta-text: #001a0a;
--accent: #b8860b; --accent: #a8d9be;
--background-accent: #8b6914; --background-accent: #6bbfb8;
/* 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);