Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 12:15:42 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="WebStudio"
description="Transform your digital presence with cutting-edge web design and development. We craft beautiful, high-performance websites that drive results."
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "View Portfolio", href: "services" }
@@ -136,7 +136,7 @@ export default function LandingPage() {
description="Talented professionals dedicated to delivering exceptional results and building lasting relationships with our clients"
members={[
{ id: "1", name: "Sarah Johnson", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Sarah Johnson - Creative Director" },
{ id: "2", name: "Michael Chen", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=1", imageAlt: "Michael Chen - Lead Developer" },
{ id: "2", name: "Michael Chen", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Michael Chen - Lead Developer" },
{ id: "3", name: "Emily Rodriguez", role: "UX Specialist", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Emily Rodriguez - UX Specialist" }
]}
gridVariant="three-columns-all-equal-width"
@@ -151,12 +151,12 @@ export default function LandingPage() {
title="What Our Clients Say"
description="Hear from the brands and businesses we've helped succeed"
testimonials={[
{ id: "1", name: "James Wilson", handle: "CEO, TechStart Inc", testimonial: "WebStudio transformed our online presence completely. Their team understood our vision and delivered beyond expectations. Highly professional and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "James Wilson" },
{ id: "2", name: "Sofia Martinez", handle: "Founder, Design Co", testimonial: "From concept to launch, the entire process was seamless. WebStudio's attention to detail and innovative approach set them apart from other agencies we've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", imageAlt: "Sofia Martinez" },
{ id: "3", name: "David Park", handle: "Marketing Director, GlobalBrand", testimonial: "We saw immediate results after launching our new website. The team's expertise in both design and development is exceptional. Definitely worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=2", imageAlt: "David Park" },
{ id: "1", name: "James Wilson", handle: "CEO, TechStart Inc", testimonial: "WebStudio transformed our online presence completely. Their team understood our vision and delivered beyond expectations. Highly professional and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "James Wilson" },
{ id: "2", name: "Sofia Martinez", handle: "Founder, Design Co", testimonial: "From concept to launch, the entire process was seamless. WebStudio's attention to detail and innovative approach set them apart from other agencies we've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Sofia Martinez" },
{ id: "3", name: "David Park", handle: "Marketing Director, GlobalBrand", testimonial: "We saw immediate results after launching our new website. The team's expertise in both design and development is exceptional. Definitely worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "David Park" },
{ id: "4", name: "Lisa Anderson", handle: "Product Manager, InnovateLab", testimonial: "Working with WebStudio was a game-changer for our startup. They provided strategic guidance, stunning design, and robust development. Couldn't ask for better partners.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", imageAlt: "Lisa Anderson" },
{ id: "5", name: "Robert Thompson", handle: "Entrepreneur, NextGen Solutions", testimonial: "The team's creativity and technical expertise helped us stand out in a crowded market. Exceptional communication and delivery throughout the entire project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Robert Thompson" },
{ id: "6", name: "Catherine Lee", handle: "CFO, Enterprise Solutions", testimonial: "Outstanding work quality and professional service. WebStudio delivered a website that perfectly represents our brand values and drives conversions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "Catherine Lee" }
{ id: "5", name: "Robert Thompson", handle: "Entrepreneur, NextGen Solutions", testimonial: "The team's creativity and technical expertise helped us stand out in a crowded market. Exceptional communication and delivery throughout the entire project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Robert Thompson" },
{ id: "6", name: "Catherine Lee", handle: "CFO, Enterprise Solutions", testimonial: "Outstanding work quality and professional service. WebStudio delivered a website that perfectly represents our brand values and drives conversions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Catherine Lee" }
]}
animationType="slide-up"
textboxLayout="default"
@@ -173,7 +173,7 @@ export default function LandingPage() {
{ text: "Start Conversation", href: "#contact" },
{ text: "View Case Studies", href: "#services" }
]}
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>