Merge version_1 into main #2
@@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Brain, Certificate, Cpu, Eye, GraduationCap, Send, Sparkles, Target, Zap, ArrowRight, Quote } from 'lucide-react';
|
||||
import { Award, Brain, Award as CertificateIcon, Cpu, Eye, GraduationCap, Send, Sparkles, Target, Zap, ArrowRight, Quote } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Excellence in AI/ML", handle: "8.0 CGPA Achievement", testimonial: "Specialized in advanced machine learning techniques, neural networks, and computer vision applications with proven project success.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-wo-1772789161101-400b2715.png?_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-wo-1772789161101-400b2715.png"
|
||||
},
|
||||
{
|
||||
name: "Multi-Domain Expertise", handle: "Python • TensorFlow • PyTorch", testimonial: "Proficient across multiple AI/ML frameworks and programming languages with hands-on experience in production environments.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-ma-1772789159047-ef7db91c.png?_wi=1"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-ma-1772789159047-ef7db91c.png"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Award, label: "CGPA Achievement", value: "8.0" },
|
||||
{ icon: Certificate, label: "Microsoft Certifications", value: "Multiple" },
|
||||
{ icon: CertificateIcon, label: "Microsoft Certifications", value: "Multiple" },
|
||||
{ icon: GraduationCap, label: "Institute", value: "VVIT" },
|
||||
{ icon: Target, label: "Specialization", value: "AI/ML" }
|
||||
]}
|
||||
@@ -149,11 +149,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "Senior ML Engineer", testimonial: "Deeksha demonstrates exceptional problem-solving skills and deep understanding of machine learning concepts. Her work on neural network optimization was impressive.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-wo-1772789161101-400b2715.png?_wi=2"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-wo-1772789161101-400b2715.png"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", handle: "Tech Lead", testimonial: "Outstanding dedication to learning and applying cutting-edge AI/ML techniques. A remarkable addition to any technical team.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-ma-1772789159047-ef7db91c.png?_wi=2"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ9A7LP3KK4Fxf4QN4gJh0YJdn/a-professional-headshot-portrait-of-a-ma-1772789159047-ef7db91c.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anjali Patel", handle: "Project Manager", testimonial: "Excellent communication alongside technical expertise. Deeksha consistently delivered high-quality solutions ahead of schedule.", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user