12 Commits

Author SHA1 Message Date
b6f7392414 Update src/app/page.tsx 2026-05-22 22:09:01 +00:00
baf9abfdd8 Update theme colors 2026-05-22 22:06:15 +00:00
061626363e Update theme colors 2026-05-22 22:06:04 +00:00
3101b36739 Update theme colors 2026-05-22 22:06:00 +00:00
6aa5cc37e0 Update theme colors 2026-05-22 22:05:53 +00:00
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
3 changed files with 16 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Poppins } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -20,6 +21,8 @@ export const metadata: Metadata = {
},
};
const poppins = Poppins({
variable: "--font-poppins",
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"},
]}
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"
marqueeItems={[
{
@@ -81,15 +81,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Adidas Samba OG", price: "80€", variant: "40, 42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779485551474-zb77uwp0.webp"},
id: "p1", name: "Adidas Samba OG", price: "50€", variant: "40, 42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779485551474-zb77uwp0.webp"},
{
id: "p2", name: "Birkenstock Boston", price: "70€", variant: "41-43", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779485598130-kwh8l3z8.avif"},
{
id: "p3", name: "Doudoune Noire", price: "80€", variant: "M, L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779485767559-t88scov6.webp"},
id: "p3", name: "Doudoune Noire", price: "50€", variant: "M, L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779485767559-t88scov6.webp"},
{
id: "p4", name: "Pull Stone 50€", price: " ", variant: "M, L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E62CA154sKx08koAVgcdnagCpo/uploaded-1779486344042-zyr9j6z4.png"},
{
id: "p5", name: "Guess Tote Bag", price: "80€", variant: "Monogram", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916687.jpg"},
id: "p5", name: "Guess Tote Bag", price: "50€", variant: "Monogram", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916687.jpg"},
{
id: "p6", name: "Alo Yoga Set", price: "70€", variant: "S, M", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-pensive-woman-being-good-physical-shape-takes-rest-urban-setting-wears-sportswear-holds-bottle-water-refresh-feels-satisfied-from-well-done-training-sporty-lifestyle_273609-59136.jpg"},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #796969;
--primary-cta-text: #000000;
--secondary-cta: #ff3c3c;
--secondary-cta-text: #ffffff;
--accent: #333333;
--background-accent: #1a1a1a;
--background: #fffafa;
--card: #ffffff;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);