Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-12 11:47:03 +00:00

View File

@@ -151,13 +151,13 @@ export default function WebAgencyPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Exceeded all expectations!", quote: "Webild completely transformed our online presence. The team delivered a stunning website that not only looks incredible but also doubled our conversion rate within months.", name: "Maria Santos", role: "CEO at Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"
id: "1", title: "Exceeded all expectations!", quote: "Webild completely transformed our online presence. The team delivered a stunning website that not only looks incredible but also doubled our conversion rate within months.", name: "Maria Santos", role: "CEO at Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1", imageAlt: "Maria Santos"
},
{
id: "2", title: "Seamless process, fantastic outcome!", quote: "The Webild team made the entire web development process smooth and enjoyable. Their expertise and attention to detail resulted in a flawless website that perfectly captured our brand.", name: "Johnathan Lee", role: "Founder of Aura Fitness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Johnathan Lee"
id: "2", title: "Seamless process, fantastic outcome!", quote: "The Webild team made the entire web development process smooth and enjoyable. Their expertise and attention to detail resulted in a flawless website that perfectly captured our brand.", name: "Johnathan Lee", role: "Founder of Aura Fitness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1", imageAlt: "Johnathan Lee"
},
{
id: "3", title: "Our go-to for digital solutions!", quote: "From initial concept to ongoing support, Webild has been an invaluable partner. Their innovative approach to web design and marketing has significantly boosted our digital footprint.", name: "Emily Chen", role: "Marketing Director at EcoBloom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Emily Chen"
id: "3", title: "Our go-to for digital solutions!", quote: "From initial concept to ongoing support, Webild has been an invaluable partner. Their innovative approach to web design and marketing has significantly boosted our digital footprint.", name: "Emily Chen", role: "Marketing Director at EcoBloom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1", imageAlt: "Emily Chen"
}
]}
/>
@@ -186,9 +186,9 @@ export default function WebAgencyPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
members={[
{ id: "1", name: "Sarah Miller", role: "Lead Web Developer", description: "Specializing in robust backend systems and elegant frontend interfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", name: "Johnathan Lee", role: "Creative Director", description: "Guiding our design team to craft visually stunning and impactful brand experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Johnathan Lee" },
{ id: "3", name: "Emily Chen", role: "Senior UX Designer", description: "Focused on creating intuitive user experiences that are both beautiful and functional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Emily Chen" }
{ id: "1", name: "Sarah Miller", role: "Lead Web Developer", description: "Specializing in robust backend systems and elegant frontend interfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" },
{ id: "2", name: "Johnathan Lee", role: "Creative Director", description: "Guiding our design team to craft visually stunning and impactful brand experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Johnathan Lee" },
{ id: "3", name: "Emily Chen", role: "Senior UX Designer", description: "Focused on creating intuitive user experiences that are both beautiful and functional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Emily Chen" }
]}
/>
</div>