Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -68,13 +68,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Color System", description: "Complete color palettes with semantic naming and accessibility compliance built in.", tag: "Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png", imageAlt: "Design tokens illustration"
|
||||
id: "1", title: "Color System", description: "Complete color palettes with semantic naming and accessibility compliance built in.", tag: "Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png?_wi=1", imageAlt: "Design tokens illustration"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Typography Scale", description: "Harmonious font hierarchies with predefined sizes, weights, and line heights.", tag: "Typography", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png", imageAlt: "Typography scale illustration"
|
||||
id: "2", title: "Typography Scale", description: "Harmonious font hierarchies with predefined sizes, weights, and line heights.", tag: "Typography", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png?_wi=2", imageAlt: "Typography scale illustration"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Spacing & Layout", description: "Consistent spacing rules and grid systems that scale across all breakpoints.", tag: "Layout", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png", imageAlt: "Spacing and layout illustration"
|
||||
id: "3", title: "Spacing & Layout", description: "Consistent spacing rules and grid systems that scale across all breakpoints.", tag: "Layout", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/abstract-illustration-depicting-design-s-1773364810590-8d3e5cc5.png?_wi=3", imageAlt: "Spacing and layout illustration"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -92,15 +92,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Webild", name: "Button Components", price: "Included", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png", imageAlt: "Button component variations"
|
||||
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png?_wi=1", imageAlt: "Button component variations"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Webild", name: "Card System", price: "Included", rating: 5,
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png", imageAlt: "Card component system"
|
||||
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png?_wi=2", imageAlt: "Card component system"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Webild", name: "Form Elements", price: "Included", rating: 5,
|
||||
reviewCount: "756", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png", imageAlt: "Form input components"
|
||||
reviewCount: "756", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArxRuUAmYUVVXRkZWBZeKH2qZH/detailed-showcase-of-reusable-ui-compone-1773364812776-af7a3080.png?_wi=3", imageAlt: "Form input components"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user