Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72bb79d261 | |||
| 467e2a59a4 | |||
| a892279e66 |
@@ -40,7 +40,7 @@ export default function ProductsPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Midnight Hoodie", price: "$120", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket-close-up_23-2148898084.jpg?_wi=2" },
|
||||
{ id: "p1", name: "Midnight Hoodie", price: "$120", variant: "Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdH2GKm4m8obxevOjsTwuKi0Vj/uploaded-1778606030934-9yr93z9m.png" },
|
||||
{ id: "p2", name: "Concrete Hoodie", price: "$120", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711559.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Shadow Hoodie", price: "$135", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-oversized-hoodie-pants-holding-hands-head-looking-annoyed-front-view_176474-58539.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Graphic Icon", price: "$145", variant: "Black", imageSrc: "http://img.b2bpic.net/free-vector/black-white-instagram-stories_79603-759.jpg?_wi=2" }
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #1160e8;
|
||||
--primary-cta-text: #d02f2f;
|
||||
--secondary-cta: #1b9ae3;
|
||||
--secondary-cta-text: #1f4185;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user