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