Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a168392a42 | |||
| 8a2e7d6407 | |||
| b4d2839085 | |||
| b1c3ea7515 | |||
| b1998ce056 |
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="noiseDiagonalGradient"
|
background="circleGradient"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="light"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -43,11 +43,9 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "SANCTUM", handle: "@sanctumwear", testimonial: "The first drop. Set apart.", rating: 5,
|
name: "SANCTUM", handle: "@sanctumwear", testimonial: "The first drop. Set apart.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5b2dulkRBjcTcWOe467sw5w4a/uploaded-1773781781285-cs8m3hrj.png", imageAlt: "SANCTUM Logo"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5b2dulkRBjcTcWOe467sw5w4a/uploaded-1773781781285-cs8m3hrj.png?_wi=1", imageAlt: "SANCTUM Logo"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-beige-tone-colored-pants_23-2150773387.jpg"
|
|
||||||
imageAlt="SANCTUM First Product Drop"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -83,15 +81,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "SANCTUM", name: "Essential Tee", price: "$65", rating: 5,
|
id: "1", brand: "SANCTUM", name: "Essential Tee", price: "$65", rating: 5,
|
||||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-minimal-vase-curtain_23-2149681148.jpg?_wi=1", imageAlt: "SANCTUM Essential Tee"
|
reviewCount: "0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5b2dulkRBjcTcWOe467sw5w4a/uploaded-1773781781285-cs8m3hrj.png?_wi=2", imageAlt: "SANCTUM Essential Tee"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "SANCTUM", name: "Conviction Hoodie", price: "$125", rating: 5,
|
id: "2", brand: "SANCTUM", name: "Conviction Hoodie", price: "$125", rating: 5,
|
||||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-minimal-vase-curtain_23-2149681148.jpg?_wi=2", imageAlt: "SANCTUM Conviction Hoodie"
|
reviewCount: "0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5b2dulkRBjcTcWOe467sw5w4a/uploaded-1773781781285-cs8m3hrj.png?_wi=3", imageAlt: "SANCTUM Conviction Hoodie"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "SANCTUM", name: "Faith Cap", price: "$45", rating: 5,
|
id: "3", brand: "SANCTUM", name: "Faith Cap", price: "$45", rating: 5,
|
||||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-minimal-vase-curtain_23-2149681148.jpg?_wi=3", imageAlt: "SANCTUM Faith Cap"
|
reviewCount: "0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5b2dulkRBjcTcWOe467sw5w4a/uploaded-1773781781285-cs8m3hrj.png?_wi=4", imageAlt: "SANCTUM Faith Cap"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -131,4 +129,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #efebe5;
|
--background: #0a0a0a;
|
||||||
--card: #f7f2ea;
|
--card: #1a1a1a;
|
||||||
--foreground: #000000;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #ffffff;
|
||||||
--primary-cta-text: #efebe5;
|
--primary-cta-text: #efebe5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #e1b875;
|
--background-accent: #333333;
|
||||||
|
|
||||||
/* 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