4 Commits

Author SHA1 Message Date
83c3123db2 Update src/app/page.tsx 2026-06-12 21:19:59 +00:00
7a424b10e5 Merge version_16 into main
Merge version_16 into main
2026-06-12 21:17:42 +00:00
374c535cd7 Update src/app/styles/variables.css 2026-06-12 21:17:38 +00:00
ea5bda3e4f Merge version_15 into main
Merge version_15 into main
2026-06-12 21:14:22 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -1,15 +1,15 @@
"use client";
import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Shirt, ShoppingCart, Star, Instagram, Facebook, Linkedin } from "lucide-react";

View File

@@ -14,9 +14,9 @@
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #f6f0e9;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;