3 Commits

Author SHA1 Message Date
1e7c1ee9c9 Update src/app/styles/variables.css 2026-04-20 10:17:29 +00:00
3032a94d94 Update src/app/page.tsx 2026-04-20 10:17:29 +00:00
cec092302c Merge version_2 into main
Merge version_2 into main
2026-04-20 10:11:49 +00:00
2 changed files with 9 additions and 9 deletions

View File

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

View File

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