Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65c8c3a802 | |||
| e891813359 | |||
| 5cce84de2b | |||
| 8b0a76fa7a | |||
| 014eb11536 |
@@ -129,15 +129,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "project-1", brand: "Zetta Design", name: "E-Commerce Platform Redesign", price: "Completed 2024", rating: 5,
|
id: "project-1", brand: "Zetta Design", name: "E-Commerce Platform Redesign", price: "Completed 2024", rating: 5,
|
||||||
reviewCount: "350% increase in conversions", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-with-color-year-2022_23-2149217369.jpg", imageAlt: "E-commerce platform project"
|
reviewCount: "350% conversion increase", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-with-color-year-2022_23-2149217369.jpg", imageAlt: "E-commerce platform project"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-2", brand: "Zetta Design", name: "Tech Startup Brand Identity", price: "Completed 2024", rating: 5,
|
id: "project-2", brand: "Zetta Design", name: "Tech Startup Brand Identity", price: "Completed 2024", rating: 5,
|
||||||
reviewCount: "Rebranding success", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-landing-page_23-2149961025.jpg", imageAlt: "Tech startup branding"
|
reviewCount: "120% increase in brand engagement", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-pattern-landing-page_23-2149961025.jpg", imageAlt: "Tech startup branding"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-3", brand: "Zetta Design", name: "Mobile-First Web Application", price: "Completed 2023", rating: 5,
|
id: "project-3", brand: "Zetta Design", name: "Mobile-First Web Application", price: "Completed 2023", rating: 5,
|
||||||
reviewCount: "50K+ monthly users", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg", imageAlt: "Mobile web application"
|
reviewCount: "85% user retention rate", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shop-ui-app-template_47987-1879.jpg", imageAlt: "Mobile web application"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #efebe5;;;
|
||||||
--card: #ffffff;;
|
--card: #f7f2ea;;;
|
||||||
--foreground: #25190c;;
|
--foreground: #000000;;;
|
||||||
--primary-cta: #ff6207;;
|
--primary-cta: #000000;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--accent: #ffce93;;
|
--accent: #ffffff;;;
|
||||||
--background-accent: #e8cfa8;; */
|
--background-accent: #e1b875;;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #efebe5;;;
|
||||||
--card: #ffffff;;
|
--card: #f7f2ea;;;
|
||||||
--foreground: #25190c;;
|
--foreground: #000000;;;
|
||||||
--primary-cta: #ff6207;;
|
--primary-cta: #000000;;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #efebe5;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--secondary-cta-text: #25190c;;
|
--secondary-cta-text: #000000;;;
|
||||||
--accent: #ffce93;;
|
--accent: #ffffff;;;
|
||||||
--background-accent: #e8cfa8;;
|
--background-accent: #e1b875;;;
|
||||||
|
|
||||||
/* 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