Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github, Star } from "lucide-react";
|
||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -138,7 +138,7 @@ export default function Page() {
|
||||
text: "View All Programs",
|
||||
href: "courses"
|
||||
}
|
||||
]}
|
||||
]
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,28 +197,24 @@ export default function Page() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484714329-4i8nds16.jpg",
|
||||
imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492698706-udp5pns4.jpg",
|
||||
imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766743064968-mn7r0vxe.jpg",
|
||||
imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766743065834-k1ycryfc.jpg",
|
||||
imageAlt: "David Kim"
|
||||
}
|
||||
@@ -242,32 +238,28 @@ export default function Page() {
|
||||
name: "Robert Chen",
|
||||
role: "Senior Developer & Course Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
||||
imageAlt: "Robert Chen",
|
||||
rating: 5
|
||||
imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Patterson",
|
||||
role: "Cybersecurity Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
||||
imageAlt: "Lisa Patterson",
|
||||
rating: 5
|
||||
imageAlt: "Lisa Patterson"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Full Stack Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
rating: 5
|
||||
imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amanda Foster",
|
||||
role: "Data Science Mentor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
||||
imageAlt: "Amanda Foster",
|
||||
rating: 5
|
||||
imageAlt: "Amanda Foster"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user