Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-04-30 14:25:43 +00:00
6 changed files with 115 additions and 480 deletions

View File

@@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -64,17 +46,9 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Natal Chart",
description: "Life path reading.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-with-note_23-2150063008.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171486.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=1",
imageAlt: "Spiritual young man practicing yoga indoors",
},
title: "Natal Chart", description: "Life path reading.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-with-note_23-2150063008.jpg", imageAlt: "Natal chart reading" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171486.jpg", imageAlt: "Planetary alignment" }
}
]}
/>
</div>
@@ -82,17 +56,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Reading"
title="Book Astrology Session"
description="Contact us today."
buttons={[
{
text: "Book Now",
href: "#",
},
{ text: "Book Now", href: "#" }
]}
/>
</div>
@@ -101,32 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Astrology", href: "/astrology" }, { label: "Psychoneurobics", href: "/psychoneurobics" }] },
{ title: "Connect", items: [{ label: "YouTube", href: "#" }, { label: "WhatsApp", href: "#" }] }
]}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -64,17 +46,9 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Yoga Practice",
description: "Mindfulness in action.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=5",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-yoga-meditation-indoors-with-sunlight-coming-through_23-2150838550.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-water_84443-82273.jpg?_wi=3",
imageAlt: "Spiritual young man practicing yoga indoors",
},
title: "Yoga Practice", description: "Mindfulness in action.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg", imageAlt: "Yoga session" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-yoga-meditation-indoors-with-sunlight-coming-through_23-2150838550.jpg", imageAlt: "Peaceful mindfulness" }
}
]}
/>
</div>
@@ -82,17 +56,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Gallery"
title="See More"
description="Explore our events."
buttons={[
{
text: "Contact",
href: "#",
},
{ text: "Contact", href: "#" }
]}
/>
</div>
@@ -101,32 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Astrology", href: "/astrology" }, { label: "Psychoneurobics", href: "/psychoneurobics" }] },
{ title: "Connect", items: [{ label: "YouTube", href: "#" }, { label: "WhatsApp", href: "#" }] }
]}
/>
</div>

View File

@@ -28,30 +28,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -59,32 +41,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Holistic Guidance & Healing"
description="Empowering minds, bodies, and spirits through ancient wisdom and modern scientific approaches."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-water_84443-82273.jpg?_wi=1",
imageAlt: "Lotus wellness theme",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ouija-board-candles-arrangement_23-2149486493.jpg",
imageAlt: "Astrology charts",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-object-prayer-with-candles-bowl_23-2148847564.jpg",
imageAlt: "Sound healing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-home_23-2150273179.jpg",
imageAlt: "Tarot reading",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/father-son-reading-book_23-2148902365.jpg",
imageAlt: "Special education",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-water_84443-82273.jpg", imageAlt: "Lotus wellness theme" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ouija-board-candles-arrangement_23-2149486493.jpg", imageAlt: "Astrology charts" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-object-prayer-with-candles-bowl_23-2148847564.jpg", imageAlt: "Sound healing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-home_23-2150273179.jpg", imageAlt: "Tarot reading" },
{ imageSrc: "http://img.b2bpic.net/free-photo/father-son-reading-book_23-2148902365.jpg", imageAlt: "Special education" }
]}
mediaAnimation="slide-up"
/>
@@ -95,47 +60,23 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Astrology",
description: "Vedic chart readings for guidance.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-using-ouija-board-tool_23-2149486519.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-generated-illustration-glowing-abstract-decoration-communicates-technology-generated-by-ai_188544-30470.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-water_84443-82273.jpg?_wi=2",
imageAlt: "vedic astrology chart elements spiritual",
},
{
title: "Psychoneurobics",
description: "Drug-free neuro-sound therapy.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688443.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-singing-bowls-beach_23-2149386428.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
imageAlt: "vedic astrology chart elements spiritual",
},
{
title: "Tarot Reading",
description: "Intuitive card reading sessions.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-home_23-2150276103.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-reading-tarot_23-2150298312.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
imageAlt: "vedic astrology chart elements spiritual",
},
]}
showStepNumbers={false}
title="Core Services"
description="Discover holistic paths to mental, spiritual, and emotional clarity."
features={[
{
title: "Astrology", description: "Vedic chart readings for guidance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-using-ouija-board-tool_23-2149486519.jpg", imageAlt: "vedic astrology chart elements spiritual" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-generated-illustration-glowing-abstract-decoration-communicates-technology-generated-by-ai_188544-30470.jpg", imageAlt: "vedic astrology chart elements spiritual" }
},
{
title: "Psychoneurobics", description: "Drug-free neuro-sound therapy.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688443.jpg", imageAlt: "vedic astrology chart elements spiritual" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-singing-bowls-beach_23-2149386428.jpg", imageAlt: "vedic astrology chart elements spiritual" }
},
{
title: "Tarot Reading", description: "Intuitive card reading sessions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-home_23-2150276103.jpg", imageAlt: "vedic astrology chart elements spiritual" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-reading-tarot_23-2150298312.jpg", imageAlt: "vedic astrology chart elements spiritual" }
}
]}
/>
</div>
@@ -146,26 +87,11 @@ export default function LandingPage() {
rating={5}
author="Anjali Sharma"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
alt: "Anjali Sharma",
},
{
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
alt: "Vikram Patel",
},
{
src: "http://img.b2bpic.net/free-photo/transgender-model-posing-medium-shot_23-2149154637.jpg",
alt: "Sneha Gupta",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
alt: "Rahul Mehta",
},
{
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
alt: "Client profile",
},
{ src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", alt: "Anjali Sharma" },
{ src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Vikram Patel" },
{ src: "http://img.b2bpic.net/free-photo/transgender-model-posing-medium-shot_23-2149154637.jpg", alt: "Sneha Gupta" },
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Rahul Mehta" },
{ src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", alt: "Client profile" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -174,6 +100,9 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
faqs={[]}
sideTitle="FAQ"
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -181,17 +110,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Booking"
title="Start Your Journey"
description="Connect on WhatsApp for session inquiries or book your spot today."
buttons={[
{
text: "Message on WhatsApp",
href: "https://wa.me/yournumber",
},
{ text: "Message on WhatsApp", href: "https://wa.me/yournumber" }
]}
/>
</div>
@@ -201,31 +125,17 @@ export default function LandingPage() {
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
title: "Services", items: [
{ label: "Astrology", href: "/astrology" },
{ label: "Psychoneurobics", href: "/psychoneurobics" }
]
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
title: "Connect", items: [
{ label: "YouTube", href: "#" },
{ label: "WhatsApp", href: "#" }
]
}
]}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -64,17 +46,9 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Sound Baths",
description: "Energy clearing.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403944.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403920.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=2",
imageAlt: "Spiritual young man practicing yoga indoors",
},
title: "Sound Baths", description: "Energy clearing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403944.jpg", imageAlt: "Sound therapy session" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403920.jpg", imageAlt: "Healing session" }
}
]}
/>
</div>
@@ -82,17 +56,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Wellness"
title="Join a Session"
description="Start your healing journey."
buttons={[
{
text: "Join",
href: "#",
},
{ text: "Join", href: "#" }
]}
/>
</div>
@@ -101,32 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Astrology", href: "/astrology" }, { label: "Psychoneurobics", href: "/psychoneurobics" }] },
{ title: "Connect", items: [{ label: "YouTube", href: "#" }, { label: "WhatsApp", href: "#" }] }
]}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -64,17 +46,9 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Child Development",
description: "Customized growth.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-kid-with-devices-medium-shot_23-2149056207.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864743.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=4",
imageAlt: "Spiritual young man practicing yoga indoors",
},
title: "Child Development", description: "Customized growth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-kid-with-devices-medium-shot_23-2149056207.jpg", imageAlt: "Supportive learning" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864743.jpg", imageAlt: "Inclusive environment" }
}
]}
/>
</div>
@@ -82,17 +56,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Support"
title="Consultation"
description="Inquire about support."
buttons={[
{
text: "Contact",
href: "#",
},
{ text: "Contact", href: "#" }
]}
/>
</div>
@@ -101,32 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Astrology", href: "/astrology" }, { label: "Psychoneurobics", href: "/psychoneurobics" }] },
{ title: "Connect", items: [{ label: "YouTube", href: "#" }, { label: "WhatsApp", href: "#" }] }
]}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Astrology",
id: "/astrology",
},
{
name: "Psychoneurobics",
id: "/psychoneurobics",
},
{
name: "Tarot",
id: "/tarot",
},
{
name: "Special Education",
id: "/special-ed",
},
{
name: "Gallery",
id: "/gallery",
},
{ name: "Home", id: "/" },
{ name: "Astrology", id: "/astrology" },
{ name: "Psychoneurobics", id: "/psychoneurobics" },
{ name: "Tarot", id: "/tarot" },
{ name: "Special Education", id: "/special-ed" },
{ name: "Gallery", id: "/gallery" }
]}
brandName="Dr. Pranati Raj"
/>
@@ -64,17 +46,9 @@ export default function LandingPage() {
showStepNumbers={false}
features={[
{
title: "Card Reading",
description: "Intuitive guidance.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396505.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396514.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=3",
imageAlt: "Spiritual young man practicing yoga indoors",
},
title: "Card Reading", description: "Intuitive guidance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396505.jpg", imageAlt: "Tarot reading" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot_23-2150396514.jpg", imageAlt: "Mystical insight" }
}
]}
/>
</div>
@@ -82,17 +56,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Guidance"
title="Personal Tarot Reading"
description="Book a private session."
buttons={[
{
text: "Schedule",
href: "#",
},
{ text: "Schedule", href: "#" }
]}
/>
</div>
@@ -101,32 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dr. Pranati Raj"
columns={[
{
title: "Services",
items: [
{
label: "Astrology",
href: "/astrology",
},
{
label: "Psychoneurobics",
href: "/psychoneurobics",
},
],
},
{
title: "Connect",
items: [
{
label: "YouTube",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Astrology", href: "/astrology" }, { label: "Psychoneurobics", href: "/psychoneurobics" }] },
{ title: "Connect", items: [{ label: "YouTube", href: "#" }, { label: "WhatsApp", href: "#" }] }
]}
/>
</div>