Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767719391860-9kxqnvrk.jpg"
|
||||
imageAlt="Premium wellness setting"
|
||||
showDimOverlay={true}
|
||||
showDimOverlay={false}
|
||||
logoLineHeight={1.15}
|
||||
ariaLabel="Pleasure Co. premium wellness hero section"
|
||||
/>
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<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."
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Explore Our Range", href: "products" },
|
||||
{ text: "Our Values", href: "contact" }
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertCard"
|
||||
useInvertedBackground="noInvert"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50K+", tag: "Happy Customers", tagIcon: Heart,
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our products and services"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
@@ -239,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user