Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e7c1ee9c9 | |||
| 3032a94d94 | |||
| cec092302c |
@@ -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"},
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user