Update src/app/businesses/page.tsx

This commit is contained in:
2026-03-12 06:55:01 +00:00
parent b1504ea1ee
commit 2dc13dbca7

View File

@@ -110,56 +110,56 @@ export default function BusinessesPage() {
id: "1",
name: "TechFlow Solutions",
price: "Software Development",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=2",
imageAlt: "TechFlow Solutions office",
},
{
id: "2",
name: "Urban Fitness Hub",
price: "Health & Fitness",
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg?_wi=2",
imageAlt: "Urban Fitness Hub gym",
},
{
id: "3",
name: "Artisan Bakery Co",
price: "Food & Beverage",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg?_wi=2",
imageAlt: "Artisan Bakery Co storefront",
},
{
id: "4",
name: "Green Landscaping",
price: "Landscaping Services",
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/group-people-starting-business-project_52683-57145.jpg?_wi=2",
imageAlt: "Green Landscaping project",
},
{
id: "5",
name: "Bright Photography",
price: "Photography Services",
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/search-concept-landing-page_52683-12761.jpg?_wi=2",
imageAlt: "Bright Photography portfolio",
},
{
id: "6",
name: "Premier Consulting",
price: "Business Consulting",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=3",
imageAlt: "Premier Consulting office",
},
{
id: "7",
name: "Digital Marketing Pro",
price: "Marketing Services",
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tired-man-working-late-office_23-2149006073.jpg?_wi=3",
imageAlt: "Digital Marketing Pro studio",
},
{
id: "8",
name: "Health Wellness Center",
price: "Healthcare Services",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-photo_23-2148353833.jpg?_wi=3",
imageAlt: "Health Wellness Center facility",
},
]}
@@ -225,7 +225,7 @@ export default function BusinessesPage() {
role: "Owner",
company: "TechFlow Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
@@ -234,7 +234,7 @@ export default function BusinessesPage() {
role: "Manager",
company: "Urban Fitness Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -243,7 +243,7 @@ export default function BusinessesPage() {
role: "Founder",
company: "Artisan Bakery Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg?_wi=2",
imageAlt: "Emma Williams",
},
]}