Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 09:09:48 +00:00

View File

@@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqBase from "@/components/sections/faq/FaqBase";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Star, HelpCircle } from "lucide-react";
import { Star, HelpCircle, Heart, ThumbsUp, Award, Sparkles, BookOpen } from "lucide-react";
export default function ReviewsPage() {
const navItems = [
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
testimonial: "Exceptional developer who delivered our platform ahead of schedule and under budget. The code quality is outstanding and maintenance has been seamless.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-female-ceo--1773738491660-a20b59f6.png",
imageAlt: "Sarah Johnson",
icon: "Heart",
icon: Heart,
},
{
id: "testimonial-2",
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
testimonial: "One of the best full-stack developers I've worked with. Great communication, technical depth, and always goes the extra mile for clients.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-male-tech-e-1773738491937-8cd9ef7c.png",
imageAlt: "Michael Chen",
icon: "ThumbsUp",
icon: ThumbsUp,
},
{
id: "testimonial-3",
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
testimonial: "Transformed our product vision into reality. Incredible attention to detail and user experience. Highly recommend for any ambitious project.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-female-prod-1773738491405-88a3cca3.png",
imageAlt: "Emma Rodriguez",
icon: "Star",
icon: Star,
},
{
id: "testimonial-4",
@@ -119,7 +119,7 @@ export default function ReviewsPage() {
testimonial: "Professional, reliable, and innovative. Solved complex technical challenges that other developers couldn't. A true asset to any team.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-male-startu-1773738492743-fcda5031.png",
imageAlt: "David Kim",
icon: "Award",
icon: Award,
},
{
id: "testimonial-5",
@@ -128,7 +128,7 @@ export default function ReviewsPage() {
testimonial: "Perfect balance of technical expertise and design sensibility. Creates beautiful interfaces that are also performant and maintainable.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-female-crea-1773738492500-a65775a1.png",
imageAlt: "Lisa Anderson",
icon: "Sparkles",
icon: Sparkles,
},
{
id: "testimonial-6",
@@ -137,7 +137,7 @@ export default function ReviewsPage() {
testimonial: "Mentored our entire development team. Not only delivers great code but also elevates the skills of everyone around him. Invaluable team player.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BJ1xeAZRvHoYdGtApBWiMMH1/a-professional-headshot-of-a-male-vp-of--1773738493391-a3424cda.png",
imageAlt: "James Wilson",
icon: "BookOpen",
icon: BookOpen,
},
]}
/>