Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e891813359 | |||
| 8b0a76fa7a | |||
| 014eb11536 |
@@ -129,15 +129,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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"
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #25190c;;
|
||||
--primary-cta: #ff6207;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #ffce93;;
|
||||
--background-accent: #e8cfa8;; */
|
||||
/* --background: #efebe5;;;
|
||||
--card: #f7f2ea;;;
|
||||
--foreground: #000000;;;
|
||||
--primary-cta: #000000;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--accent: #ffffff;;;
|
||||
--background-accent: #e1b875;;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #25190c;;
|
||||
--primary-cta: #ff6207;;
|
||||
--primary-cta-text: #f7f6f7;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #25190c;;
|
||||
--accent: #ffce93;;
|
||||
--background-accent: #e8cfa8;;
|
||||
--background: #efebe5;;;
|
||||
--card: #f7f2ea;;;
|
||||
--foreground: #000000;;;
|
||||
--primary-cta: #000000;;;
|
||||
--primary-cta-text: #efebe5;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--secondary-cta-text: #000000;;;
|
||||
--accent: #ffffff;;;
|
||||
--background-accent: #e1b875;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user