Update src/app/page.tsx
This commit is contained in:
@@ -7,6 +7,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Shield, Sparkles, Users, Zap } from "lucide-react";
|
||||
@@ -31,6 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Skills", id: "skills" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Alex Chen"
|
||||
@@ -161,6 +163,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Meet The Team"
|
||||
tag="Team"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Bob", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Bob team member portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lorenzo", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-male-man-with-smartphone-posing-indoors_74855-2897.jpg", imageAlt: "Lorenzo team member portrait"
|
||||
}
|
||||
]}
|
||||
memberVariant="default"
|
||||
membersAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="skills" data-section="skills">
|
||||
<PricingCardEight
|
||||
title="My Service Offerings"
|
||||
@@ -216,6 +236,7 @@ export default function LandingPage() {
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Projects", href: "#projects" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Skills", href: "#skills" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user