Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 672a518f41 | |||
| c5ba29151e | |||
| 25b2160563 | |||
| 5d419ef80b | |||
| d968b9b9af | |||
| faa94e859b | |||
| cca30352a0 | |||
| 214198ce6c |
@@ -56,8 +56,8 @@ export default function LandingPage() {
|
|||||||
<div id="metric" data-section="metric">
|
<div id="metric" data-section="metric">
|
||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "100%", description: "Quality Assurance" },
|
{ id: "m1", value: "100%", title: "Quality Assurance", items: [] },
|
||||||
{ value: "Apex", description: "Design Excellence" }
|
{ id: "m2", value: "Apex", title: "Design Excellence", items: [] }
|
||||||
]}
|
]}
|
||||||
title="Performance"
|
title="Performance"
|
||||||
description="Standards that define us."
|
description="Standards that define us."
|
||||||
@@ -105,8 +105,9 @@ export default function LandingPage() {
|
|||||||
description="Our latest releases."
|
description="Our latest releases."
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "View Full Catalog", href: "/shop" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Tee", price: "$50", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg" },
|
{ id: "1", name: "Tee", price: "$50", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg" },
|
||||||
{ id: "2", name: "Hoodie", price: "$150", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg" },
|
{ id: "2", name: "Hoodie", price: "$150", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg" },
|
||||||
|
|||||||
Reference in New Issue
Block a user