4 Commits

Author SHA1 Message Date
3da46cafc0 Switch to version 3: modified src/app/styles/variables.css 2026-06-11 16:35:33 +00:00
604575e9f9 Switch to version 3: modified src/app/styles/base.css 2026-06-11 16:35:33 +00:00
500cdd9872 Switch to version 3: modified src/app/page.tsx 2026-06-11 16:35:32 +00:00
39dbcffdea Merge version_4 into main
Merge version_4 into main
2026-06-11 15:47:21 +00:00
3 changed files with 11 additions and 15 deletions

View File

@@ -287,7 +287,6 @@ export default function LandingPage() {
"Food Network Magazine", "Glamour", "Candy Industry", "TrendHunter", "Walmart", "Amazon", "Faire", "UNFI", "Oriental Trading", "Macy's"]}
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."
logoCardClassName="rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow duration-300 bg-card"
/>
</div>
@@ -316,7 +315,6 @@ export default function LandingPage() {
]}
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."
cardClassName="rounded-xl p-6 shadow-md hover:shadow-lg transition-shadow duration-300 bg-card"
/>
</div>
@@ -341,7 +339,6 @@ export default function LandingPage() {
title="Your Questions, Answered"
description="Find quick answers to common questions about YumWick edible candles, from safety and ingredients to usage and storage tips."
faqsAnimation="slide-up"
accordionClassName="rounded-lg border border-card-foreground/10 mb-4 bg-card"
/>
</div>
@@ -395,7 +392,6 @@ export default function LandingPage() {
},
]}
copyrightText="© 2024 YumWick. All rights reserved. Patented Innovation."
footerContainerClassName="border-t border-card-foreground/10 pt-10 mt-16"
/>
</div>
</ReactLenis>

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #F7F2EA;
--card: #FFFFFF;
--foreground: #2C1A10;
--primary-cta: #2C1A10;
--primary-cta-text: #FFFFFF;
--secondary-cta: #E1B875;
--secondary-cta-text: #2C1A10;
--accent: #E1B875;
--background-accent: #FF8C42;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);