Merge version_3 into main #2
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
title="AromArts: Hər fincan bir sənət əsəridir"
|
||||
description="Welcome to AromArts, where every cup is a masterpiece. Discover our signature hand-drawn coffee cups and cozy atmosphere where art and coffee culture blend seamlessly."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Art & Coffee"
|
||||
tagIcon={Palette}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
--background: #d4c5b9;
|
||||
--card: #e8dcd2;
|
||||
--foreground: #3d2817;
|
||||
--primary-cta: #4a3728;
|
||||
--primary-cta-text: #f5f1ed;
|
||||
--secondary-cta: #f5f1ed;
|
||||
--secondary-cta-text: #3d2817;
|
||||
--accent: #8b7355;
|
||||
--background-accent: #6b5a47;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user