Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 277ad29914 | |||
| 58bce708cb | |||
| ffc0ed175c | |||
| 772f6fbcbd | |||
| 24f8157f74 | |||
| 86f2b7e6a6 | |||
| 7e1fe45ffb |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user