8 Commits

Author SHA1 Message Date
386ffd398c Update theme colors 2026-05-22 22:05:48 +00:00
74830e0aec Update theme fonts 2026-05-22 22:03:17 +00:00
93e4a177b5 Update theme fonts 2026-05-22 22:03:16 +00:00
e07476ce75 Update theme fonts 2026-05-22 22:03:07 +00:00
87a78f8350 Update theme fonts 2026-05-22 22:03:06 +00:00
6b5b0eb1bc Update src/app/page.tsx 2026-05-22 22:02:20 +00:00
497a1b4912 Update theme colors 2026-05-22 21:53:59 +00:00
3a433ffff2 Update theme colors 2026-05-22 21:53:44 +00:00
3 changed files with 13 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Poppins } from "next/font/google"; import { Poppins } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -20,6 +21,8 @@ export const metadata: Metadata = {
}, },
}; };
const poppins = Poppins({ const poppins = Poppins({
variable: "--font-poppins", variable: "--font-poppins",
subsets: ["latin"], subsets: ["latin"],

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/side-view-man-posing-outdoors_52683-94395.jpg", alt: "Side view man posing outdoors"}, src: "http://img.b2bpic.net/free-photo/side-view-man-posing-outdoors_52683-94395.jpg", alt: "Side view man posing outdoors"},
]} ]}
avatarText="Plus de 500+ clients satisfaits" avatarText="Plus de 500+ clients satisfaits"
imageSrc="https://img.freepik.com/free-photo/vibrant-futuristic-abstract-background-glowing-neon-lines-geometric-shapes_23-2149652579.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779487309887-kmazfr7g.png"
imageAlt="Streetwear aesthetic background" imageAlt="Streetwear aesthetic background"
marqueeItems={[ marqueeItems={[
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #080000;
--card: #1a1a1a; --card: #1e0d0d;
--foreground: #ffffff; --foreground: #ffe6e6;
--primary-cta: #c8ff00; --primary-cta: #ff7a7a;
--primary-cta-text: #000000; --primary-cta-text: #080000;
--secondary-cta: #ff3c3c; --secondary-cta: #1e0909;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffe6e6;
--accent: #333333; --accent: #7b4242;
--background-accent: #1a1a1a; --background-accent: #65292c;
/* 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);