4 Commits

Author SHA1 Message Date
e449029f7b Merge version_3 into main
Merge version_3 into main
2026-04-20 10:17:32 +00:00
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" sizing="largeSizeMediumTitles"
background="none" background="none"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="double-inset" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
headingFontWeight="semibold" headingFontWeight="semibold"
> >
@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
logoText="Premium Livestock Marketplace" 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={[ buttons={[
{ {
text: "Browse Animals", href: "#livestock"}, text: "Browse Animals", href: "#livestock"},

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #171717; --card: #f9f9f9;
--foreground: #f5f5f5; --foreground: #1a0000;
--primary-cta: #4a7c59; --primary-cta: #aa030a;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #3d2b1f; --secondary-cta: #f9f9f9;
--secondary-cta-text: #f5f5f5; --secondary-cta-text: #f5f5f5;
--accent: #262626; --accent: #aa030a;
--background-accent: #171717; --background-accent: #f9f9f9;
/* 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);