Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c69435e058 | |||
| 1dfcc096ac | |||
| 05d1054e3b | |||
| f093f44720 | |||
| f64cfd47b0 |
@@ -5,12 +5,12 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #fff7f7;;
|
--card: #fcfcfc;;
|
||||||
--foreground: #1a0000;;
|
--foreground: #000000e6;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #1a1a1a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #f5c4c7;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #f09199;;
|
--background-accent: #c4c4c4;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767719391860-9kxqnvrk.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767719391860-9kxqnvrk.jpg"
|
||||||
imageAlt="Premium wellness setting"
|
imageAlt="Premium wellness setting"
|
||||||
showDimOverlay={true}
|
showDimOverlay={false}
|
||||||
logoLineHeight={1.15}
|
logoLineHeight={1.15}
|
||||||
ariaLabel="Pleasure Co. premium wellness hero section"
|
ariaLabel="Pleasure Co. premium wellness hero section"
|
||||||
/>
|
/>
|
||||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="We believe pleasure is a fundamental part of wellness. Our products are designed with premium materials, rigorous safety standards, and your complete satisfaction in mind. Every item is crafted to deliver confidence, comfort, and joy."
|
title="We believe pleasure is a fundamental part of wellness. Our products are designed with premium materials, rigorous safety standards, and your complete satisfaction in mind. Every item is crafted to deliver confidence, comfort, and joy."
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Range", href: "products" },
|
{ text: "Explore Our Range", href: "products" },
|
||||||
{ text: "Our Values", href: "contact" }
|
{ text: "Our Values", href: "contact" }
|
||||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="noInvert"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "50K+", tag: "Happy Customers", tagIcon: Heart,
|
id: "1", value: "50K+", tag: "Happy Customers", tagIcon: Heart,
|
||||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
|||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about our products and services"
|
description="Everything you need to know about our products and services"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -239,4 +239,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user