Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-03-07 19:14:44 +00:00
4 changed files with 23 additions and 23 deletions

View File

@@ -94,13 +94,13 @@ export default function ContactPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "AI Solutions transformed our customer service with their intelligent assistant. We've seen a 60% reduction in support tickets and 40% increase in customer satisfaction.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png", imageAlt: "Sarah Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png?_wi=2", imageAlt: "Sarah Chen"},
{
id: "2", name: "Marcus Johnson", handle: "@marcusj_founder", testimonial: "Their website and automation tools have been game-changers for our startup. We launched in half the time we expected and tripled our conversion rate.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png", imageAlt: "Marcus Johnson"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png?_wi=2", imageAlt: "Marcus Johnson"},
{
id: "3", name: "Emma Rodriguez", handle: "@emma_biz_leader", testimonial: "Working with AI Solutions was seamless. The team understood our needs and delivered a solution that actually works. Highly recommend them!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png", imageAlt: "Emma Rodriguez"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png?_wi=2", imageAlt: "Emma Rodriguez"},
]}
showRating={true}
animationType="slide-up"

View File

@@ -57,7 +57,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#services" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-modern-sleek-ai-dashboard-interface-sh-1772910640946-583d0faf.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-modern-sleek-ai-dashboard-interface-sh-1772910640946-583d0faf.png?_wi=1"
imageAlt="AI-powered digital dashboard"
mediaAnimation="slide-up"
imagePosition="right"
@@ -90,16 +90,16 @@ export default function HomePage() {
features={[
{
id: "1", title: "Custom Website Development", tags: ["Web Design", "Performance Optimized"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-beautiful-modern-website-displayed-on--1772910639742-5d273853.png", imageAlt: "Modern website development"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-beautiful-modern-website-displayed-on--1772910639742-5d273853.png?_wi=1", imageAlt: "Modern website development"},
{
id: "2", title: "AI-Powered Assistants", tags: ["Conversational AI", "24/7 Support"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-conversational-ai-assistant-interface--1772910639865-f2455f66.png", imageAlt: "AI assistant technology"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-conversational-ai-assistant-interface--1772910639865-f2455f66.png?_wi=1", imageAlt: "AI assistant technology"},
{
id: "3", title: "Business Automation", tags: ["Workflow Automation", "Efficiency Boost"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-business-workflow-automation-visualiza-1772910639514-39f716bb.png", imageAlt: "Business automation tools"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-business-workflow-automation-visualiza-1772910639514-39f716bb.png?_wi=1", imageAlt: "Business automation tools"},
{
id: "4", title: "Customer Communication Tools", tags: ["Integration", "Multi-Channel"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-comprehensive-communication-platform-i-1772910640557-2f9ccae0.png", imageAlt: "Communication platform interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-comprehensive-communication-platform-i-1772910640557-2f9ccae0.png?_wi=1", imageAlt: "Communication platform interface"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -119,13 +119,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Startup Growth Package", price: "Starting at $5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png", imageAlt: "Startup growth solution", initialQuantity: 1,
id: "1", name: "Startup Growth Package", price: "Starting at $5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png?_wi=1", imageAlt: "Startup growth solution", initialQuantity: 1,
},
{
id: "2", name: "SMB Professional Suite", price: "Starting at $12,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png", imageAlt: "SMB professional suite", initialQuantity: 1,
id: "2", name: "SMB Professional Suite", price: "Starting at $12,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png?_wi=1", imageAlt: "SMB professional suite", initialQuantity: 1,
},
{
id: "3", name: "Enterprise Transformation", price: "Custom Pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png", imageAlt: "Enterprise transformation solution", initialQuantity: 1,
id: "3", name: "Enterprise Transformation", price: "Custom Pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png?_wi=1", imageAlt: "Enterprise transformation solution", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -166,13 +166,13 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "AI Solutions transformed our customer service with their intelligent assistant. We've seen a 60% reduction in support tickets and 40% increase in customer satisfaction.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png", imageAlt: "Sarah Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-a-1772910638838-2921a03d.png?_wi=1", imageAlt: "Sarah Chen"},
{
id: "2", name: "Marcus Johnson", handle: "@marcusj_founder", testimonial: "Their website and automation tools have been game-changers for our startup. We launched in half the time we expected and tripled our conversion rate.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png", imageAlt: "Marcus Johnson"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-m-1772910639140-76262c18.png?_wi=1", imageAlt: "Marcus Johnson"},
{
id: "3", name: "Emma Rodriguez", handle: "@emma_biz_leader", testimonial: "Working with AI Solutions was seamless. The team understood our needs and delivered a solution that actually works. Highly recommend them!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png", imageAlt: "Emma Rodriguez"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-a-confident-f-1772910638877-2d53d2d2.png?_wi=1", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "The AI assistant they built for us handles customer inquiries 24/7 with incredible accuracy. It's like having a dedicated team member who never sleeps.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-professional-headshot-of-an-asian-male-1772910640895-5753c3eb.png", imageAlt: "David Kim"},

View File

@@ -78,7 +78,7 @@ export default function PricingPage() {
{ text: "Compare Plans", href: "#pricing" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png?_wi=2"
imageAlt="Flexible pricing packages"
mediaAnimation="slide-up"
imagePosition="right"
@@ -94,13 +94,13 @@ export default function PricingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Startup Growth Package", price: "Starting at $5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png", imageAlt: "Startup growth solution", initialQuantity: 1,
id: "1", name: "Startup Growth Package", price: "Starting at $5,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-startup-growth-package-visualization-s-1772910639774-760f42bc.png?_wi=3", imageAlt: "Startup growth solution", initialQuantity: 1,
},
{
id: "2", name: "SMB Professional Suite", price: "Starting at $12,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png", imageAlt: "SMB professional suite", initialQuantity: 1,
id: "2", name: "SMB Professional Suite", price: "Starting at $12,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-smb-focused-business-management-suite-1772910640646-f0cc3e77.png?_wi=2", imageAlt: "SMB professional suite", initialQuantity: 1,
},
{
id: "3", name: "Enterprise Transformation", price: "Custom Pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png", imageAlt: "Enterprise transformation solution", initialQuantity: 1,
id: "3", name: "Enterprise Transformation", price: "Custom Pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/an-enterprise-level-transformation-dashb-1772910641404-c91e4584.png?_wi=2", imageAlt: "Enterprise transformation solution", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"

View File

@@ -79,7 +79,7 @@ export default function ServicesPage() {
{ text: "Schedule Demo", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-modern-sleek-ai-dashboard-interface-sh-1772910640946-583d0faf.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-modern-sleek-ai-dashboard-interface-sh-1772910640946-583d0faf.png?_wi=2"
imageAlt="AI-powered digital dashboard"
mediaAnimation="slide-up"
imagePosition="right"
@@ -96,16 +96,16 @@ export default function ServicesPage() {
features={[
{
id: "1", title: "Custom Website Development", tags: ["Web Design", "Performance Optimized"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-beautiful-modern-website-displayed-on--1772910639742-5d273853.png", imageAlt: "Modern website development"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-beautiful-modern-website-displayed-on--1772910639742-5d273853.png?_wi=2", imageAlt: "Modern website development"},
{
id: "2", title: "AI-Powered Assistants", tags: ["Conversational AI", "24/7 Support"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-conversational-ai-assistant-interface--1772910639865-f2455f66.png", imageAlt: "AI assistant technology"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-conversational-ai-assistant-interface--1772910639865-f2455f66.png?_wi=2", imageAlt: "AI assistant technology"},
{
id: "3", title: "Business Automation", tags: ["Workflow Automation", "Efficiency Boost"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-business-workflow-automation-visualiza-1772910639514-39f716bb.png", imageAlt: "Business automation tools"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-business-workflow-automation-visualiza-1772910639514-39f716bb.png?_wi=2", imageAlt: "Business automation tools"},
{
id: "4", title: "Customer Communication Tools", tags: ["Integration", "Multi-Channel"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-comprehensive-communication-platform-i-1772910640557-2f9ccae0.png", imageAlt: "Communication platform interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJvRhBlhZ1rFvLVrNRaNJvtk4M/a-comprehensive-communication-platform-i-1772910640557-2f9ccae0.png?_wi=2", imageAlt: "Communication platform interface"},
]}
animationType="slide-up"
textboxLayout="default"