Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-11 13:47:26 +00:00

View File

@@ -48,7 +48,7 @@ export default function SinpaDesignPage() {
tag="Creative Excellence"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
buttons={[
{ text: "Browse Services", href: "services" },
@@ -161,28 +161,22 @@ export default function SinpaDesignPage() {
carouselMode="buttons"
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Marketing Manager", company: "Tech Startup Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Sarah Martinez testimonial"
id: "1", name: "Sarah Martinez", role: "Marketing Manager", company: "Tech Startup Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Sarah Martinez testimonial"
},
{
id: "2", name: "Michael Zhang", role: "Brand Director", company: "Creative Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Michael Zhang testimonial"
id: "2", name: "Michael Zhang", role: "Brand Director", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Michael Zhang testimonial"
},
{
id: "3", name: "Emma Thompson", role: "Product Owner", company: "SaaS Company", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Emma Thompson testimonial"
id: "3", name: "Emma Thompson", role: "Product Owner", company: "SaaS Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Emma Thompson testimonial"
},
{
id: "4", name: "David Park", role: "CEO", company: "E-commerce Store", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", imageAlt: "David Park testimonial"
id: "4", name: "David Park", role: "CEO", company: "E-commerce Store", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", imageAlt: "David Park testimonial"
},
{
id: "5", name: "Jessica Wong", role: "Creative Lead", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", imageAlt: "Jessica Wong testimonial"
id: "5", name: "Jessica Wong", role: "Creative Lead", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", imageAlt: "Jessica Wong testimonial"
},
{
id: "6", name: "Kevin Anderson", role: "Founder", company: "Digital Marketing", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Kevin Anderson testimonial"
id: "6", name: "Kevin Anderson", role: "Founder", company: "Digital Marketing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Kevin Anderson testimonial"
}
]}
/>
@@ -231,7 +225,7 @@ export default function SinpaDesignPage() {
description="Join our community of satisfied clients. Submit your project details and our team will reach out within 24 hours with a personalized quote."
tagIcon={ArrowRight}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Start Your Order"