Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6258ed2d06 | |||
| afad825230 | |||
| 052594d24f | |||
| ccef6ed1c7 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Enchanted Rose Cup", price: "$45.00", variant: "Crimson 2 Colors", imageSrc: "https://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Enchanted Rose Cup in crimson"
|
id: "1", name: "Enchanted Rose Cup", price: "$45.00", variant: "Crimson 2 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765899254134-9kbxyysg.jpg", imageAlt: "Enchanted Rose Cup in crimson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Belle's Tea Set", price: "$89.00", variant: "Gold Accents 3 Colors", imageSrc: "https://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg", imageAlt: "Belle's elegant tea set with gold accents"
|
id: "2", name: "Belle's Tea Set", price: "$89.00", variant: "Gold Accents 3 Colors", imageSrc: "https://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg", imageAlt: "Belle's elegant tea set with gold accents"
|
||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
id: "3", name: "Lumière's Glow Mug", price: "$38.00", variant: "Clear Glass 2 Colors", imageSrc: "https://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg", imageAlt: "Lumière's luminous glass mug"
|
id: "3", name: "Lumière's Glow Mug", price: "$38.00", variant: "Clear Glass 2 Colors", imageSrc: "https://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg", imageAlt: "Lumière's luminous glass mug"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Enchanted Collection", price: "$125.00", variant: "Limited Edition 1 Color", imageSrc: "https://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Complete enchanted collection set"
|
id: "4", name: "Enchanted Collection", price: "$125.00", variant: "Limited Edition 1 Color", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765899254134-9kbxyysg.jpg", imageAlt: "Complete enchanted collection set"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #1f3251;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #15479c;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #a8cce8;; */
|
--background-accent: #e8daa8;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #1f3251;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #15479c;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #a8cce8;;
|
--background-accent: #e8daa8;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user