diff --git a/src/app/page.tsx b/src/app/page.tsx index ffd67ca..e4a876a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Rocket, User, Code, Zap, BarChart3, Star, HelpCircle, Calendar, Phone } from "lucide-react"; +import { Rocket, User, Code, Zap, BarChart3, Star, HelpCircle, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -35,9 +35,9 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Contact", id: "contact" }, ]} - brandName="Alex Chen" - bottomLeftText="Full-Stack Engineer" - bottomRightText="alex@example.com" + brandName="Kingsley Oduro" + bottomLeftText="Software Engineer" + bottomRightText="kingsley@example.com" /> @@ -157,18 +157,17 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "CTO", testimonial: "Alex delivered a complete platform overhaul in record time. His technical expertise and attention to detail transformed our infrastructure. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-photo-of-a-confide-1772763266552-337e40c4.png", icon: Phone, - }, + id: "1", name: "Sarah Mitchell", role: "CTO", testimonial: "Kingsley delivered a complete platform overhaul in record time. His technical expertise and attention to detail transformed our infrastructure. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-photo-of-a-confide-1772763266552-337e40c4.png"}, { - id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Alex on our MVP was seamless. Great communication, incredible problem-solving skills, and delivered ahead of schedule. A true technical partner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-an-asian-man-in-1772763266414-c3411416.png"}, + id: "2", name: "Michael Chen", role: "Founder & CEO", testimonial: "Working with Kingsley on our MVP was seamless. Great communication, incredible problem-solving skills, and delivered ahead of schedule. A true technical partner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-an-asian-man-in-1772763266414-c3411416.png"}, { - id: "3", name: "Emily Rodriguez", role: "Product Manager", testimonial: "Alex's architectural decisions have saved us hundreds of thousands in infrastructure costs. His insights on scalability are invaluable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-latina-woman--1772763266619-2d5ebf8a.png"}, + id: "3", name: "Emily Rodriguez", role: "Product Manager", testimonial: "Kingsley's architectural decisions have saved us hundreds of thousands in infrastructure costs. His insights on scalability are invaluable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-latina-woman--1772763266619-2d5ebf8a.png"}, { - id: "4", name: "David Park", role: "Lead Developer", testimonial: "Mentoring sessions with Alex elevated my entire team's technical skills. His code reviews are thorough yet encouraging. Exceptional engineer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-an-indian-man-i-1772763266659-654bfec9.png"}, + id: "4", name: "David Park", role: "Lead Developer", testimonial: "Mentoring sessions with Kingsley elevated my entire team's technical skills. His code reviews are thorough yet encouraging. Exceptional engineer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-an-indian-man-i-1772763266659-654bfec9.png"}, { - id: "5", name: "Jessica Thompson", role: "Director of Engineering", testimonial: "Alex architected our microservices migration. Performance improved by 75%, and the codebase is now maintainable and scalable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-confident-wom-1772763266568-83de9349.png"}, + id: "5", name: "Jessica Thompson", role: "Director of Engineering", testimonial: "Kingsley architected our microservices migration. Performance improved by 75%, and the codebase is now maintainable and scalable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-confident-wom-1772763266568-83de9349.png"}, { - id: "6", name: "Robert Singh", role: "VP of Technology", testimonial: "Consulting with Alex on our technical roadmap was transformative. His pragmatic approach balances innovation with business realities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-distinguished-1772763266502-648f8ba7.png"}, + id: "6", name: "Robert Singh", role: "VP of Technology", testimonial: "Consulting with Kingsley on our technical roadmap was transformative. His pragmatic approach balances innovation with business realities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYIaGSlVU6Xewi4JptiXaXH6ID/professional-portrait-of-a-distinguished-1772763266502-648f8ba7.png"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -225,7 +224,7 @@ export default function LandingPage() {