diff --git a/src/app/page.tsx b/src/app/page.tsx index a92cc00..f53cd2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ export default function LandingPage() { sizing="largeSizeMediumTitles" background="none" cardStyle="solid" - primaryButtonStyle="double-inset" + primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" headingFontWeight="semibold" > @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} logoText="Premium Livestock Marketplace" - description="Discover high-quality cattle, sheep, and goats with guaranteed health and full logistics support. Secure, transparent, and built for peace of mind." + description="Discover high-quality cattle, sheep, and goats with guaranteed health and dedicated logistics support. Our platform ensures every transaction is secure, transparent, and designed for your total peace of mind." buttons={[ { text: "Browse Animals", href: "#livestock"}, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index aba039f..c72e511 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #171717; - --foreground: #f5f5f5; - --primary-cta: #4a7c59; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1a0000; + --primary-cta: #aa030a; --primary-cta-text: #ffffff; - --secondary-cta: #3d2b1f; + --secondary-cta: #f9f9f9; --secondary-cta-text: #f5f5f5; - --accent: #262626; - --background-accent: #171717; + --accent: #aa030a; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);