Compare commits
6 Commits
version_7
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 6319e333a0 | |||
| 32110d4ba3 | |||
| 38481bcaf0 | |||
| 43725720fa | |||
| 4fcc96cb35 | |||
| 43bb788dd8 |
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
href: "#products",
|
href: "#products",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-outdoor_624325-1209.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086215859-v1adanxv.png"
|
||||||
imageAlt="Handcrafted bracelet collection"
|
imageAlt="Handcrafted bracelet collection"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -104,42 +104,42 @@ export default function LandingPage() {
|
|||||||
name: "Beaded Classic",
|
name: "Beaded Classic",
|
||||||
price: "$25",
|
price: "$25",
|
||||||
variant: "Beads",
|
variant: "Beads",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-necklace-with-skull-like-charm-white-background_181624-6662.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086143779-zckirznt.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2",
|
||||||
name: "Boho Stack",
|
name: "Boho Stack",
|
||||||
price: "$30",
|
price: "$30",
|
||||||
variant: "Mixed",
|
variant: "Mixed",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-still-life-food_23-2148960476.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086403342-zr5dh9xp.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3",
|
||||||
name: "Gold Charm",
|
name: "Gold Charm",
|
||||||
price: "$45",
|
price: "$45",
|
||||||
variant: "Gold",
|
variant: "Gold",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-white-gray-dress-sitting-with-eyes-closed-with-white-wall-daytime_176474-7181.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086430989-2anhfu8q.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4",
|
||||||
name: "Crystal Shine",
|
name: "Crystal Shine",
|
||||||
price: "$35",
|
price: "$35",
|
||||||
variant: "Crystal",
|
variant: "Crystal",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-s-morning-fine-art-wedding-happy-bride_1328-1772.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086465480-lvxb7h75.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5",
|
||||||
name: "Silver Weave",
|
name: "Silver Weave",
|
||||||
price: "$40",
|
price: "$40",
|
||||||
variant: "Silver",
|
variant: "Silver",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-polka-doy-skirt_1162-14.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086507252-ztzgz8cf.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6",
|
||||||
name: "Silk Thread",
|
name: "Silk Thread",
|
||||||
price: "$20",
|
price: "$20",
|
||||||
variant: "Silk",
|
variant: "Silk",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-with-yellow-dots-rope-knots_23-2148753040.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMIUeoTOv616h4EGET729q6nt4/uploaded-1778086547220-rl1u6r65.png",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
@@ -150,10 +150,10 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="The Story Behind Noa"
|
title="The Story Behind"
|
||||||
description={[
|
description={[
|
||||||
"Founded on a love for handcrafted artistry, Noa Bracelets celebrates individuality through unique jewelry design.",
|
"From the first time, I decided to make a bracelet business, and then I become to sell.",
|
||||||
"We believe that accessories are more than just additions; they are expressions of who you are.",
|
"",
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #fffefe;
|
||||||
--card: #1a1a1a;
|
--card: #f6f7f4;
|
||||||
--foreground: #ffffff;
|
--foreground: #080908;
|
||||||
--primary-cta: #e34400;
|
--primary-cta: #0e3a29;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fffefe;
|
||||||
--secondary-cta: #010101;
|
--secondary-cta: #e7eecd;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #080908;
|
||||||
--accent: #ff7b05;
|
--accent: #35c18b;
|
||||||
--background-accent: #106efb;
|
--background-accent: #ecebe4;
|
||||||
|
|
||||||
/* 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