4 Commits

Author SHA1 Message Date
58bce708cb Update theme colors 2026-03-06 16:18:00 +00:00
772f6fbcbd Update theme colors 2026-03-06 16:17:48 +00:00
86f2b7e6a6 Update src/app/page.tsx 2026-03-06 16:13:25 +00:00
7e1fe45ffb Merge version_2 into main
Merge version_2 into main
2026-03-06 16:06:26 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Ovinest"
description="Professional logo design, branding, and visual identity systems that help businesses stand out and grow."
buttons={[
{ text: "📞 Call Now", href: "tel:+8801783382857" },
{ text: "Start Free Brand Audit", href: "#contact" },
{ text: "📩 Get Free Consultation", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg?_wi=1"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #d4621f;
--primary-cta-text: #fafffb;
--secondary-cta: #e7eecd;
--secondary-cta-text: #001a0a;
--accent: #d4621f;
--background-accent: #f4a562;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);