Merge version_1 into main #1
315
src/app/page.tsx
315
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Practitioners",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Practitioners", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Resources", id: "#blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Aura Wellness"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,19 +56,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Aura Wellness: Ancient Wisdom, Modern Solutions"
|
||||
description="Discover a harmonious blend of time-honored practices and cutting-edge wellness techniques designed to nurture your mind, body, and spirit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Collection", href: "#products"},
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/peaceful-woman-meditating-countryside_23-2147662235.jpg"
|
||||
@@ -92,48 +71,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-sportswear-with-her-eyes-closed_618663-120.jpg",
|
||||
alt: "Satisfied client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-sportswear-with-her-eyes-closed_618663-120.jpg", alt: "Satisfied client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-athlete-having-break_23-2149063633.jpg",
|
||||
alt: "Satisfied client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-athlete-having-break_23-2149063633.jpg", alt: "Satisfied client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg",
|
||||
alt: "Satisfied client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg", alt: "Satisfied client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-her-vacation-beach_53876-105540.jpg",
|
||||
alt: "Satisfied client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-her-vacation-beach_53876-105540.jpg", alt: "Satisfied client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-with-sunburn-skin_23-2150282895.jpg",
|
||||
alt: "Satisfied client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-with-sunburn-skin_23-2150282895.jpg", alt: "Satisfied client 5"},
|
||||
]}
|
||||
avatarText="Join our community of over 10,000 thriving individuals!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Holistic Healing",
|
||||
},
|
||||
type: "text", text: "Holistic Healing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mindful Living",
|
||||
},
|
||||
type: "text", text: "Mindful Living"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Natural Remedies",
|
||||
},
|
||||
type: "text", text: "Natural Remedies"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inner Peace",
|
||||
},
|
||||
type: "text", text: "Inner Peace"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Balanced Well-being",
|
||||
},
|
||||
type: "text", text: "Balanced Well-being"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,19 +102,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy: Harmonizing Holistic Health",
|
||||
},
|
||||
type: "text", content: "Our Philosophy: Harmonizing Holistic Health"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/person-holding-tiny-plant-beige-background_23-2148494982.jpg", alt: "Ancient scroll and modern plant symbolizing wisdom and wellness"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More About Us", href: "#about"},
|
||||
]}
|
||||
description="At Aura Wellness, we believe true well-being comes from a balanced integration of ancient wisdom and modern scientific understanding. Our philosophy is rooted in nurturing the whole person – mind, body, and spirit – through personalized care, ethically sourced products, and a deep respect for natural healing traditions. We empower you to embark on a journey of self-discovery and sustainable health."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-holding-tiny-plant-beige-background_23-2148494982.jpg"
|
||||
imageAlt="Ancient scroll and modern plant symbolizing wisdom and wellness"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,47 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Herbal Harmony Tea Blend",
|
||||
price: "$29.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-mirror_23-2149046485.jpg",
|
||||
imageAlt: "Premium herbal tea in elegant packaging",
|
||||
},
|
||||
id: "product-1", name: "Herbal Harmony Tea Blend", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-mirror_23-2149046485.jpg", imageAlt: "Premium herbal tea in elegant packaging"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Zenith Essential Oil Diffuser Set",
|
||||
price: "$55.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292047.jpg",
|
||||
imageAlt: "Essential oil bottle with natural plant background",
|
||||
},
|
||||
id: "product-2", name: "Zenith Essential Oil Diffuser Set", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292047.jpg", imageAlt: "Essential oil bottle with natural plant background"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Sacred Space Incense Sticks",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-soap-towel-leaf-green-tea-health-beauty-concept_169016-9725.jpg",
|
||||
imageAlt: "Artisanal incense sticks with smoke",
|
||||
},
|
||||
id: "product-3", name: "Sacred Space Incense Sticks", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-soap-towel-leaf-green-tea-health-beauty-concept_169016-9725.jpg", imageAlt: "Artisanal incense sticks with smoke"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Rejuvenate Massage Oil",
|
||||
price: "$42.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macadamia-oil-relaxing-treatment_1150-42754.jpg",
|
||||
imageAlt: "Luxury massage oil bottle in spa setting",
|
||||
},
|
||||
id: "product-4", name: "Rejuvenate Massage Oil", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/macadamia-oil-relaxing-treatment_1150-42754.jpg", imageAlt: "Luxury massage oil bottle in spa setting"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Mindful Movement Yoga Mat",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2073.jpg",
|
||||
imageAlt: "Eco-friendly yoga mat",
|
||||
},
|
||||
id: "product-5", name: "Mindful Movement Yoga Mat", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2073.jpg", imageAlt: "Eco-friendly yoga mat"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Gratitude & Growth Journal",
|
||||
price: "$25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168614.jpg",
|
||||
imageAlt: "Wellness journal with a pen",
|
||||
},
|
||||
id: "product-6", name: "Gratitude & Growth Journal", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168614.jpg", imageAlt: "Wellness journal with a pen"},
|
||||
]}
|
||||
title="Premium Wellness Collection"
|
||||
description="Experience the best of ancient remedies and modern innovation. Each product is crafted with purity and potency in mind."
|
||||
@@ -221,41 +145,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fp-1",
|
||||
title: "Holistic Balance",
|
||||
author: "Aura Wellness",
|
||||
description: "We believe in nurturing every aspect of your being – physical, mental, and spiritual – for complete wellness.",
|
||||
tags: [
|
||||
"Ancient Wisdom",
|
||||
"Mind-Body",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg",
|
||||
imageAlt: "Yin Yang symbol with natural elements",
|
||||
},
|
||||
id: "fp-1", title: "Holistic Balance", author: "Aura Wellness", description: "We believe in nurturing every aspect of your being – physical, mental, and spiritual – for complete wellness.", tags: [
|
||||
"Ancient Wisdom", "Mind-Body"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg", imageAlt: "Yin Yang symbol with natural elements"},
|
||||
{
|
||||
id: "fp-2",
|
||||
title: "Community & Support",
|
||||
author: "Aura Wellness",
|
||||
description: "Join a vibrant community of individuals on a shared journey to health and self-discovery, supported by expert guidance.",
|
||||
tags: [
|
||||
"Modern Wellness",
|
||||
"Connection",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-is-doing-yoga-outdoors-stretching-park-sunrise-brunette-white-t-shirt_1157-39675.jpg",
|
||||
imageAlt: "Diverse hands reaching together in a group wellness setting",
|
||||
},
|
||||
id: "fp-2", title: "Community & Support", author: "Aura Wellness", description: "Join a vibrant community of individuals on a shared journey to health and self-discovery, supported by expert guidance.", tags: [
|
||||
"Modern Wellness", "Connection"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-is-doing-yoga-outdoors-stretching-park-sunrise-brunette-white-t-shirt_1157-39675.jpg", imageAlt: "Diverse hands reaching together in a group wellness setting"},
|
||||
{
|
||||
id: "fp-3",
|
||||
title: "Science-Backed Innovation",
|
||||
author: "Aura Wellness",
|
||||
description: "Our methods are rooted in scientific research, ensuring effective and safe practices integrated with traditional knowledge.",
|
||||
tags: [
|
||||
"Modern Wellness",
|
||||
"Research",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362166.jpg",
|
||||
imageAlt: "Lab glassware with plant extracts",
|
||||
},
|
||||
id: "fp-3", title: "Science-Backed Innovation", author: "Aura Wellness", description: "Our methods are rooted in scientific research, ensuring effective and safe practices integrated with traditional knowledge.", tags: [
|
||||
"Modern Wellness", "Research"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362166.jpg", imageAlt: "Lab glassware with plant extracts"},
|
||||
]}
|
||||
title="Our Core Principles"
|
||||
description="We blend ancient wisdom with modern science to offer a truly holistic path to well-being."
|
||||
@@ -269,26 +169,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "Dr. Elara Vance",
|
||||
role: "Lead Holistic Physician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-matcha-tea_23-2150163496.jpg",
|
||||
imageAlt: "Portrait of Dr. Elara Vance, Lead Holistic Physician",
|
||||
},
|
||||
id: "team-1", name: "Dr. Elara Vance", role: "Lead Holistic Physician", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-matcha-tea_23-2150163496.jpg", imageAlt: "Portrait of Dr. Elara Vance, Lead Holistic Physician"},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "Kaelen Rivers",
|
||||
role: "Master Herbalist & Acupuncturist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-full-spices-with-dry-leaves_23-2148211168.jpg",
|
||||
imageAlt: "Portrait of Kaelen Rivers, Master Herbalist & Acupuncturist",
|
||||
},
|
||||
id: "team-2", name: "Kaelen Rivers", role: "Master Herbalist & Acupuncturist", imageSrc: "http://img.b2bpic.net/free-photo/spoons-full-spices-with-dry-leaves_23-2148211168.jpg", imageAlt: "Portrait of Kaelen Rivers, Master Herbalist & Acupuncturist"},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "Seraphina Moon",
|
||||
role: "Mindfulness & Meditation Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-smiling-pink-wall_179666-2937.jpg",
|
||||
imageAlt: "Portrait of Seraphina Moon, Mindfulness & Meditation Coach",
|
||||
},
|
||||
id: "team-3", name: "Seraphina Moon", role: "Mindfulness & Meditation Coach", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-smiling-pink-wall_179666-2937.jpg", imageAlt: "Portrait of Seraphina Moon, Mindfulness & Meditation Coach"},
|
||||
]}
|
||||
title="Meet Our Practitioners"
|
||||
description="Our team of dedicated wellness experts are passionate about guiding you on your path to optimal health and inner peace."
|
||||
@@ -302,64 +187,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Isabelle Chen",
|
||||
role: "Yoga Instructor",
|
||||
company: "Inner Peace Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg",
|
||||
imageAlt: "Isabelle Chen smiling",
|
||||
},
|
||||
id: "test-1", name: "Isabelle Chen", role: "Yoga Instructor", company: "Inner Peace Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg", imageAlt: "Isabelle Chen smiling"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Environmental Consultant",
|
||||
company: "Green Horizon",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
||||
imageAlt: "Marcus Thorne looking calm",
|
||||
},
|
||||
id: "test-2", name: "Marcus Thorne", role: "Environmental Consultant", company: "Green Horizon", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg", imageAlt: "Marcus Thorne looking calm"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Dr. Anya Sharma",
|
||||
role: "Research Scientist",
|
||||
company: "BioGen Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-fun_23-2149104413.jpg",
|
||||
imageAlt: "Dr. Anya Sharma looking peaceful",
|
||||
},
|
||||
id: "test-3", name: "Dr. Anya Sharma", role: "Research Scientist", company: "BioGen Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-fun_23-2149104413.jpg", imageAlt: "Dr. Anya Sharma looking peaceful"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Liam O'Connell",
|
||||
role: "Artist & Curator",
|
||||
company: "Soul Canvas Gallery",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-backpack-sitting-bridge_23-2148926915.jpg",
|
||||
imageAlt: "Liam O'Connell looking reflective",
|
||||
},
|
||||
id: "test-4", name: "Liam O'Connell", role: "Artist & Curator", company: "Soul Canvas Gallery", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-backpack-sitting-bridge_23-2148926915.jpg", imageAlt: "Liam O'Connell looking reflective"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Entrepreneur",
|
||||
company: "ZenBloom Organics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-looking-away-against-white-background_23-2147838724.jpg",
|
||||
imageAlt: "Sophia Rodriguez smiling brightly",
|
||||
},
|
||||
id: "test-5", name: "Sophia Rodriguez", role: "Entrepreneur", company: "ZenBloom Organics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-looking-away-against-white-background_23-2147838724.jpg", imageAlt: "Sophia Rodriguez smiling brightly"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years in Service",
|
||||
},
|
||||
value: "5+", label: "Years in Service"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Lives Transformed",
|
||||
},
|
||||
value: "10K+", label: "Lives Transformed"},
|
||||
]}
|
||||
title="Voices of Wellness"
|
||||
description="Hear from our cherished clients about their transformative journeys with Aura Wellness."
|
||||
@@ -375,38 +224,11 @@ export default function LandingPage() {
|
||||
description="Dive deep into holistic health with our articles, guides, and insights that bridge ancient practices with contemporary wellness."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Ancient Wisdom",
|
||||
title: "The Power of Ayurvedic Principles in Daily Life",
|
||||
excerpt: "Explore ancient Indian healing practices and how to integrate them for modern well-being.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement_23-2149112616.jpg",
|
||||
imageAlt: "Ancient book with herbs in natural light",
|
||||
authorName: "Dr. Elara Vance",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-practicing-yoga-outside-sunrise_176420-5639.jpg",
|
||||
date: "October 26, 2023",
|
||||
},
|
||||
id: "blog-1", category: "Ancient Wisdom", title: "The Power of Ayurvedic Principles in Daily Life", excerpt: "Explore ancient Indian healing practices and how to integrate them for modern well-being.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-science-day-arrangement_23-2149112616.jpg", imageAlt: "Ancient book with herbs in natural light", authorName: "Dr. Elara Vance", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-practicing-yoga-outside-sunrise_176420-5639.jpg", date: "October 26, 2023"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Modern Wellness",
|
||||
title: "Mindfulness in the Digital Age: Tech for Tranquility",
|
||||
excerpt: "Discover how technology can enhance your mindfulness practice without overwhelming your senses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891757.jpg",
|
||||
imageAlt: "Person using a tablet for a meditation app",
|
||||
authorName: "Seraphina Moon",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-holding-book_23-2148396361.jpg",
|
||||
date: "September 18, 2023",
|
||||
},
|
||||
id: "blog-2", category: "Modern Wellness", title: "Mindfulness in the Digital Age: Tech for Tranquility", excerpt: "Discover how technology can enhance your mindfulness practice without overwhelming your senses.", imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891757.jpg", imageAlt: "Person using a tablet for a meditation app", authorName: "Seraphina Moon", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-holding-book_23-2148396361.jpg", date: "September 18, 2023"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Holistic Nutrition",
|
||||
title: "Nourishing Your Body: Superfoods for Vitality",
|
||||
excerpt: "Learn about the most potent superfoods and how they can boost your energy and overall health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimp-salad-with-avocado-cherry-tomatoes-bowl_140725-12046.jpg",
|
||||
imageAlt: "Healthy superfood smoothie with fresh ingredients",
|
||||
authorName: "Kaelen Rivers",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/age-difference-female-friends-meeting-up-yoga-outdoors_23-2149891992.jpg",
|
||||
date: "August 05, 2023",
|
||||
},
|
||||
id: "blog-3", category: "Holistic Nutrition", title: "Nourishing Your Body: Superfoods for Vitality", excerpt: "Learn about the most potent superfoods and how they can boost your energy and overall health.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimp-salad-with-avocado-cherry-tomatoes-bowl_140725-12046.jpg", imageAlt: "Healthy superfood smoothie with fresh ingredients", authorName: "Kaelen Rivers", authorAvatar: "http://img.b2bpic.net/free-photo/age-difference-female-friends-meeting-up-yoga-outdoors_23-2149891992.jpg", date: "August 05, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -415,20 +237,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Begin Your Wellness Journey Today"
|
||||
description="Ready to embrace a life of balance and vitality? Book a personalized consultation with our experts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule My Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule My Consultation", href: "#"},
|
||||
{
|
||||
text: "Send an Inquiry",
|
||||
href: "mailto:info@aurawellness.com",
|
||||
},
|
||||
text: "Send an Inquiry", href: "mailto:info@aurawellness.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -438,13 +255,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Aura Wellness"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user