Update src/app/page.tsx
This commit is contained in:
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-hot-water-composition_23-2149055837.jpg", imageAlt: "Premium scent diffuser device" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg", imageAlt: "Luxury hotel lobby with fresh atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg", imageAlt: "Relaxing spa environment with aromatherapy" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg", imageAlt: "Retail store with welcoming scent experience" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg", imageAlt: "Professional office with clean air quality" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg?_wi=1", imageAlt: "Luxury hotel lobby with fresh atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg?_wi=1", imageAlt: "Relaxing spa environment with aromatherapy" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg?_wi=1", imageAlt: "Retail store with welcoming scent experience" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg?_wi=1", imageAlt: "Professional office with clean air quality" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/running-training-gym_1098-15796.jpg", imageAlt: "Fitness facility with fresh atmosphere" }
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "mood", title: "Improves Mood and Comfort", description: "Pleasant scents instantly elevate mood and create a positive emotional response from visitors and clients.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg", imageAlt: "Relaxing aromatherapy environment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg?_wi=2", imageAlt: "Relaxing aromatherapy environment"
|
||||
},
|
||||
items: [
|
||||
{ icon: Smile, text: "Positive emotions" },
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "satisfaction", title: "Increases Customer Satisfaction", description: "Studies show that customers spend more time and money in spaces with pleasant scents. A welcoming aroma increases satisfaction and loyalty.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg", imageAlt: "Retail store with satisfied customers"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg?_wi=2", imageAlt: "Retail store with satisfied customers"
|
||||
},
|
||||
items: [
|
||||
{ icon: TrendingUp, text: "Increased spending" },
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Makes Your Space Feel Clean and Premium", description: "A subtle, signature scent signals luxury and professionalism. It masks odors and creates an aura of cleanliness and quality.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg", imageAlt: "Luxury hotel lobby atmosphere"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-checking-water-before-taking-bath_23-2149239340.jpg?_wi=2", imageAlt: "Luxury hotel lobby atmosphere"
|
||||
},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Premium perception" },
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "duration", title: "Encourages People to Stay Longer", description: "Pleasant environments naturally keep visitors engaged and comfortable. Extended dwell time leads to better business outcomes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg", imageAlt: "Professional office with comfortable atmosphere"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg?_wi=2", imageAlt: "Professional office with comfortable atmosphere"
|
||||
},
|
||||
items: [
|
||||
{ icon: Clock, text: "Longer visits" },
|
||||
|
||||
Reference in New Issue
Block a user