6 Commits

Author SHA1 Message Date
6388dac963 Update src/app/styles/variables.css 2026-06-11 15:47:18 +00:00
4204eb8dc7 Update src/app/styles/base.css 2026-06-11 15:47:18 +00:00
240c24490e Update src/app/page.tsx 2026-06-11 15:47:17 +00:00
281bc3f14a Merge version_3 into main
Merge version_3 into main
2026-06-11 05:43:34 +00:00
e420a0fd5f Update src/app/page.tsx 2026-06-11 05:43:31 +00:00
b75af8d764 Merge version_2 into main
Merge version_2 into main
2026-06-11 05:40:34 +00:00
3 changed files with 18 additions and 12 deletions

View File

@@ -287,6 +287,7 @@ export default function LandingPage() {
"Food Network Magazine", "Glamour", "Candy Industry", "TrendHunter", "Walmart", "Amazon", "Faire", "UNFI", "Oriental Trading", "Macy's"]} "Food Network Magazine", "Glamour", "Candy Industry", "TrendHunter", "Walmart", "Amazon", "Faire", "UNFI", "Oriental Trading", "Macy's"]}
title="Trusted by Industry Leaders & Partners" title="Trusted by Industry Leaders & Partners"
description="YumWick is quickly becoming a beloved name, featured in top publications and partnered with leading retailers, underscoring our commitment to quality and innovation." description="YumWick is quickly becoming a beloved name, featured in top publications and partnered with leading retailers, underscoring our commitment to quality and innovation."
logoCardClassName="rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow duration-300 bg-card"
/> />
</div> </div>
@@ -315,6 +316,7 @@ export default function LandingPage() {
]} ]}
title="Hear From Our Delighted Customers" title="Hear From Our Delighted Customers"
description="Our customers love the unique experience of YumWick. Read what they're saying about the world's first edible candle." description="Our customers love the unique experience of YumWick. Read what they're saying about the world's first edible candle."
cardClassName="rounded-xl p-6 shadow-md hover:shadow-lg transition-shadow duration-300 bg-card"
/> />
</div> </div>
@@ -339,6 +341,7 @@ export default function LandingPage() {
title="Your Questions, Answered" title="Your Questions, Answered"
description="Find quick answers to common questions about YumWick edible candles, from safety and ingredients to usage and storage tips." description="Find quick answers to common questions about YumWick edible candles, from safety and ingredients to usage and storage tips."
faqsAnimation="slide-up" faqsAnimation="slide-up"
accordionClassName="rounded-lg border border-card-foreground/10 mb-4 bg-card"
/> />
</div> </div>
@@ -376,6 +379,8 @@ export default function LandingPage() {
label: "Shipping & Returns", href: "#"}, label: "Shipping & Returns", href: "#"},
{ {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"}
], ],
}, },
{ {
@@ -390,9 +395,10 @@ export default function LandingPage() {
}, },
]} ]}
copyrightText="© 2024 YumWick. All rights reserved. Patented Innovation." copyrightText="© 2024 YumWick. All rights reserved. Patented Innovation."
footerContainerClassName="border-t border-card-foreground/10 pt-10 mt-16"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-nunito-sans), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-nunito-sans), sans-serif; font-family: var(--font-manrope), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #F7F2EA; --background: #f5f4f0;
--card: #FFFFFF; --card: #ffffff;
--foreground: #2C1A10; --foreground: #1a1a1a;
--primary-cta: #2C1A10; --primary-cta: #2c2c2c;
--primary-cta-text: #FFFFFF; --primary-cta-text: #f5f4f0;
--secondary-cta: #E1B875; --secondary-cta: #f5f4f0;
--secondary-cta-text: #2C1A10; --secondary-cta-text: #1a1a1a;
--accent: #E1B875; --accent: #8a8a8a;
--background-accent: #FF8C42; --background-accent: #e8e6e1;
/* 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);