Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abcc51f642 | |||
| b506be7d2a |
@@ -11,6 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,6 +35,8 @@ export default function LandingPage() {
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
@@ -63,8 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vase-plant_1203-3070.jpg"
|
||||
imageAlt="Sparkling clean home interior"
|
||||
/>
|
||||
</div>
|
||||
/> </div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
@@ -76,6 +78,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Meet Our Leadership"
|
||||
tag="Our Team"
|
||||
membersAnimation="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "bharatbhai-patel", name: "Bharatbhai Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-confident-businessman_1262-3058.jpg", imageAlt: "Director Bharatbhai Patel"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
@@ -204,4 +221,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user