5 Commits

Author SHA1 Message Date
65c8c3a802 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:47:05 +00:00
e891813359 Update theme colors 2026-03-03 13:46:59 +00:00
5cce84de2b Merge version_2 into main
Merge version_2 into main
2026-03-03 13:42:37 +00:00
8b0a76fa7a Update src/app/page.tsx 2026-03-03 13:42:32 +00:00
014eb11536 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:39:16 +00:00
2 changed files with 19 additions and 19 deletions

View File

@@ -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"

View File

@@ -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);