Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-10 08:50:16 +00:00
5 changed files with 38 additions and 38 deletions

View File

@@ -84,7 +84,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"
@@ -120,13 +120,13 @@ export default function AboutPage() {
products={[
{
id: "1", brand: "Creative Director", name: "Emily Torres", price: "10+ years", rating: 5,
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "Emily Torres - Creative Director"},
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=3", imageAlt: "Emily Torres - Creative Director"},
{
id: "2", brand: "Lead Developer", name: "James Chen", price: "8+ years", rating: 5,
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg", imageAlt: "James Chen - Lead Developer"},
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=3", imageAlt: "James Chen - Lead Developer"},
{
id: "3", brand: "SEO Specialist", name: "Marcus Williams", price: "7+ years", rating: 5,
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", imageAlt: "Marcus Williams - SEO Specialist"},
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2", imageAlt: "Marcus Williams - SEO Specialist"},
]}
buttons={[{ text: "Work With Us", href: "#contact" }]}
buttonAnimation="slide-up"
@@ -142,7 +142,7 @@ export default function AboutPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
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

@@ -83,7 +83,7 @@ export default function ContactPage() {
background={{
variant: "plain"}}
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"

View File

@@ -96,17 +96,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg", imageAlt: "E-commerce website design"},
id: "1", 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", imageAlt: "Restaurant website design"},
id: "2", 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", imageAlt: "SaaS platform design"},
id: "3", 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", imageAlt: "Responsive web design"},
id: "4", 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", imageAlt: "Our design team"},
id: "5", 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", imageAlt: "Web design workspace"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/neat-office-desk-with-copy-space_23-2148219335.jpg?_wi=1", imageAlt: "Web design workspace"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -137,7 +137,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"
@@ -175,13 +175,13 @@ export default function HomePage() {
products={[
{
id: "1", brand: "Retail", name: "Mountain Gear E-Commerce Store", price: "15% Increase", rating: 5,
reviewCount: "Online Sales", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg", imageAlt: "E-commerce website"},
reviewCount: "Online Sales", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg?_wi=2", imageAlt: "E-commerce website"},
{
id: "2", brand: "Hospitality", name: "Aurora Restaurant Website", 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", imageAlt: "Restaurant website"},
reviewCount: "First Year", imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=2", imageAlt: "Restaurant website"},
{
id: "3", brand: "Software", name: "Tech Startup SaaS Platform", price: "250% Traffic Growth", rating: 5,
reviewCount: "First Year", imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg", imageAlt: "SaaS platform"},
reviewCount: "First Year", imageSrc: "http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=2", imageAlt: "SaaS platform"},
]}
buttons={[{ text: "View Full Portfolio", href: "/portfolio" }]}
buttonAnimation="slide-up"
@@ -197,17 +197,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", 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", imageAlt: "Michael Rodriguez"},
id: "2", name: "Michael Rodriguez", 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", imageAlt: "Jennifer Chen"},
id: "3", name: "Jennifer Chen", 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", imageAlt: "David Morrison"},
id: "4", name: "David Morrison", 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", imageAlt: "Amy Foster"},
id: "5", name: "Amy Foster", 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", imageAlt: "Tom Bradley"},
id: "6", name: "Tom Bradley", imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=2", imageAlt: "Tom Bradley"},
]}
/>
</div>
@@ -221,7 +221,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"
@@ -258,7 +258,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
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

@@ -95,15 +95,15 @@ export default function PortfolioPage() {
{
id: "1", brand: "Retail", name: "Mountain Gear E-Commerce Store", price: "15% Increase", rating: 5,
reviewCount: "Online Sales", imageSrc:
"http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg", imageAlt: "E-commerce website"},
"http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148312357.jpg?_wi=3", imageAlt: "E-commerce website"},
{
id: "2", brand: "Hospitality", name: "Aurora Restaurant Website", 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", imageAlt: "Restaurant website"},
"http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=3", imageAlt: "Restaurant website"},
{
id: "3", brand: "Software", name: "Tech Startup SaaS Platform", price: "250% Traffic Growth", rating: 5,
reviewCount: "First Year", imageSrc:
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg", imageAlt: "SaaS platform"},
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=4", imageAlt: "SaaS platform"},
]}
buttons={[{ text: "View All Projects", href: "#" }]}
buttonAnimation="slide-up"
@@ -115,7 +115,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"
@@ -144,22 +144,22 @@ export default function PortfolioPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "Sarah Johnson"},
"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", imageAlt: "Michael Rodriguez"},
"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", imageAlt: "Jennifer Chen"},
"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", imageAlt: "David Morrison"},
"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", imageAlt: "Amy Foster"},
"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", imageAlt: "Tom Bradley"},
"http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=5", imageAlt: "Tom Bradley"},
]}
cardTitle="Trusted by Colorado businesses who've grown with our web design expertise"
cardTag="Client Success Stories"

View File

@@ -87,7 +87,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"
@@ -124,7 +124,7 @@ export default function ServicesPage() {
{
id: "1", brand: "Starter", name: "Basic Website", price: "$2,500", rating: 5,
reviewCount: "50+ sites", imageSrc:
"http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg", imageAlt: "Basic website package"},
"http://img.b2bpic.net/free-psd/blue-gold-gift-store-web-template_23-2149135359.jpg?_wi=4", imageAlt: "Basic website package"},
{
id: "2", brand: "Professional", name: "Business Website", price: "$5,000", rating: 5,
reviewCount: "100+ sites", imageSrc:
@@ -132,7 +132,7 @@ export default function ServicesPage() {
{
id: "3", brand: "Enterprise", name: "E-Commerce Platform", price: "$10,000+", rating: 5,
reviewCount: "30+ stores", imageSrc:
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg", imageAlt: "E-commerce platform package"},
"http://img.b2bpic.net/free-vector/startup-landing-page-with-characters_23-2148289542.jpg?_wi=3", imageAlt: "E-commerce platform package"},
]}
buttons={[{ text: "View All Services", href: "#" }]}
buttonAnimation="slide-up"
@@ -152,7 +152,7 @@ export default function ServicesPage() {
id: "3", title: "Can you integrate with my existing tools?", content:
"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."