Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Wellbeing Begins at Home."
|
||||
title="Transform Your Home Instantly: Integrated Wellness Solutions by Bionatura"
|
||||
description="Premium technologies for pure water, clean air, and healthier living."
|
||||
buttons={[
|
||||
{
|
||||
@@ -85,20 +85,20 @@ export default function LandingPage() {
|
||||
avatarText="Trusted by over 10,000 discerning homes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "ISO Certified Quality", icon: ShieldCheck,
|
||||
type: "text-icon", text: "ISO Certified Quality", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Italian Design Excellence", icon: Heart,
|
||||
type: "text-icon", text: "Italian Design Excellence", icon: Heart
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Solutions", icon: Leaf
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Award-Winning Innovation", icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Innovation", icon: Award
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: Star,
|
||||
},
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: Star
|
||||
}
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
@@ -255,15 +255,15 @@ export default function LandingPage() {
|
||||
description="Connect with our experts to discover how Bionatura Italia Home can transform your living environment into a sanctuary of wellness and smart living."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: false,
|
||||
required: false
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771555.jpg"
|
||||
imageAlt="Bright, minimalist Italian home interior"
|
||||
|
||||
Reference in New Issue
Block a user