Update src/app/special-ed/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user