Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c6b253fd9 | |||
| d9c8d03313 | |||
| 557bc42eec | |||
| 35a68ec32c | |||
| d93952f09a |
@@ -107,15 +107,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "hey_ai", name: "Chat Pro", price: "$9.99/mo", rating: 5,
|
||||
reviewCount: "12.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png", imageAlt: "Chat Pro AI assistant interface"
|
||||
reviewCount: "12.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png?_wi=1", imageAlt: "Chat Pro AI assistant interface"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "hey_ai", name: "Create Plus", price: "$19.99/mo", rating: 5,
|
||||
reviewCount: "8.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png", imageAlt: "Create Plus content generation tool"
|
||||
reviewCount: "8.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png?_wi=2", imageAlt: "Create Plus content generation tool"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "hey_ai", name: "Business Enterprise", price: "Custom", rating: 5,
|
||||
reviewCount: "6.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png", imageAlt: "Enterprise AI solution for businesses"
|
||||
reviewCount: "6.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amz3gqlcqXmguDr86YskNYcgTU/a-beautiful-product-showcase-of-hey-ai-a-1773212411324-d2c0d35a.png?_wi=3", imageAlt: "Enterprise AI solution for businesses"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-24"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #e6e6e6;
|
||||
--primary-cta: #00d9ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--accent: #00d9ff;
|
||||
--background-accent: #0055ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user