Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-10 08:47:15 +00:00
6 changed files with 1405 additions and 38 deletions

View File

@@ -88,7 +88,7 @@ export default function AboutPage() {
tag="About Our Agency"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg"
imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg?_wi=2"
imageAlt="Our founding team"
mediaPosition="left"
mediaAnimation="slide-up"
@@ -142,7 +142,7 @@ export default function AboutPage() {
price: "10+ years",
rating: 5,
reviewCount: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=3",
imageAlt: "Emily Torres - Creative Director",
},
{
@@ -152,7 +152,7 @@ export default function AboutPage() {
price: "8+ years",
rating: 5,
reviewCount: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=3",
imageAlt: "James Chen - Lead Developer",
},
{
@@ -162,7 +162,7 @@ export default function AboutPage() {
price: "7+ years",
rating: 5,
reviewCount: "Experience",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2",
imageAlt: "Marcus Williams - SEO Specialist",
},
]}
@@ -180,7 +180,7 @@ export default function AboutPage() {
tagAnimation="slide-up"
background={{ variant: "grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=2"
imageAlt="Contact our team"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -90,7 +90,7 @@ export default function ContactPage() {
variant: "grid",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=3"
imageAlt="modern office meeting room"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -101,32 +101,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg?_wi=1",
imageAlt: "E-commerce website design",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=1",
imageAlt: "Restaurant website design",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=1",
imageAlt: "SaaS platform design",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=1",
imageAlt: "Responsive web design",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg?_wi=1",
imageAlt: "Our design team",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/neat-office-desk-with-copy-space_23-2148219335.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/neat-office-desk-with-copy-space_23-2148219335.jpg?_wi=1",
imageAlt: "Web design workspace",
},
]}
@@ -166,7 +166,7 @@ export default function HomePage() {
tag="What We Offer"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg"
imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=2"
imageAlt="Web design services"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -222,7 +222,7 @@ export default function HomePage() {
price: "15% Increase",
rating: 5,
reviewCount: "Online Sales",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg?_wi=2",
imageAlt: "E-commerce website",
},
{
@@ -232,7 +232,7 @@ export default function HomePage() {
price: "40% More Bookings",
rating: 5,
reviewCount: "First Year",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=2",
imageAlt: "Restaurant website",
},
{
@@ -242,7 +242,7 @@ export default function HomePage() {
price: "250% Traffic Growth",
rating: 5,
reviewCount: "First Year",
imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=2",
imageAlt: "SaaS platform",
},
]}
@@ -262,37 +262,37 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=1",
imageAlt: "Michael Rodriguez",
},
{
id: "3",
name: "Jennifer Chen",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=1",
imageAlt: "Jennifer Chen",
},
{
id: "4",
name: "David Morrison",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
imageAlt: "David Morrison",
},
{
id: "5",
name: "Amy Foster",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=2",
imageAlt: "Amy Foster",
},
{
id: "6",
name: "Tom Bradley",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=2",
imageAlt: "Tom Bradley",
},
]}
@@ -308,7 +308,7 @@ export default function HomePage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433335.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433335.jpg?_wi=1"
imageAlt="Customer support"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -363,7 +363,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=1"
imageAlt="Our office"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -104,7 +104,7 @@ export default function PortfolioPage() {
rating: 5,
reviewCount: "Online Sales",
imageSrc:
"http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg",
"http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg?_wi=3",
imageAlt: "E-commerce website",
},
{
@@ -115,7 +115,7 @@ export default function PortfolioPage() {
rating: 5,
reviewCount: "First Year",
imageSrc:
"http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
"http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=3",
imageAlt: "Restaurant website",
},
{
@@ -126,7 +126,7 @@ export default function PortfolioPage() {
rating: 5,
reviewCount: "First Year",
imageSrc:
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg",
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=4",
imageAlt: "SaaS platform",
},
]}
@@ -140,7 +140,7 @@ export default function PortfolioPage() {
title="Our Project Process"
description="From concept to launch, we follow a proven methodology to deliver exceptional results for every client project."
tag="How We Work"
imageSrc="http://img.b2bpic.net/free-photo/neat-office-desk-with-copy-space_23-2148219335.jpg"
imageSrc="http://img.b2bpic.net/free-photo/neat-office-desk-with-copy-space_23-2148219335.jpg?_wi=2"
imageAlt="Our project process"
mediaPosition="left"
mediaAnimation="slide-up"
@@ -184,42 +184,42 @@ export default function PortfolioPage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=4",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=4",
imageAlt: "Michael Rodriguez",
},
{
id: "3",
name: "Jennifer Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
"http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=3",
imageAlt: "Jennifer Chen",
},
{
id: "4",
name: "David Morrison",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
"http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2",
imageAlt: "David Morrison",
},
{
id: "5",
name: "Amy Foster",
imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=5",
imageAlt: "Amy Foster",
},
{
id: "6",
name: "Tom Bradley",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=5",
imageAlt: "Tom Bradley",
},
]}

View File

@@ -91,7 +91,7 @@ export default function ServicesPage() {
tag="What We Offer"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg"
imageSrc="http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=3"
imageAlt="Web design services"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -146,7 +146,7 @@ export default function ServicesPage() {
rating: 5,
reviewCount: "50+ sites",
imageSrc:
"http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg",
"http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=4",
imageAlt: "Basic website package",
},
{
@@ -168,7 +168,7 @@ export default function ServicesPage() {
rating: 5,
reviewCount: "30+ stores",
imageSrc:
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg",
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=3",
imageAlt: "E-commerce platform package",
},
]}
@@ -199,7 +199,7 @@ export default function ServicesPage() {
"Absolutely. We integrate with CRM systems, email marketing platforms, payment processors, and most third-party APIs to ensure your website works seamlessly with your current business tools.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433335.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433335.jpg?_wi=2"
imageAlt="Services FAQ"
title="Service Questions"
description="Get answers to common questions about our web design and development services."