Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-07 23:52:55 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -10,21 +10,21 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Coffee, Leaf, Star, Sun, Users } from "lucide-react";
import { Coffee, Leaf, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="background-highlight"
borderRadius="pill"
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
background="noise"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -273,4 +273,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfbf7;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #2e2e2e;
--primary-cta: #d06d48;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #ffffff;
--secondary-cta: #4a4a4a;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #e6b880;
--background-accent: #f8f2e7;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);