2 Commits

Author SHA1 Message Date
3a87c27804 Switch to version 1: modified src/app/page.tsx 2026-06-03 12:22:41 +00:00
bc3820671e Merge version_2 into main
Merge version_2 into main
2026-06-03 12:12:09 +00:00

View File

@@ -108,23 +108,23 @@ export default function WebAgency2Page() {
features={[
{
title: "The Daily Grind Coffee", description: "Modern cafe website with online ordering", imageSrc: "http://img.b2bpic.net/free-photo/food-menu-appetite-cuisine-concept_53876-122431.jpg", imageAlt: "The Daily Grind Coffee website", buttonIcon: ArrowUpRight,
buttonHref: "/case-studies/daily-grind"
buttonHref: "#"
},
{
title: "Bloom & Beauty Salon", description: "Stylish salon with integrated booking", imageSrc: "http://img.b2bpic.net/free-photo/professional-simple-spa-banner_1421494-514.jpg", imageAlt: "Bloom & Beauty Salon website", buttonIcon: ArrowUpRight,
buttonHref: "/case-studies/bloom-beauty"
buttonHref: "#"
},
{
title: "Reliable Plumbing Pros", description: "Service-focused site for local plumbers", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733205.jpg", imageAlt: "Reliable Plumbing Pros website", buttonIcon: ArrowUpRight,
buttonHref: "/case-studies/reliable-plumbing-pros"
buttonHref: "#"
},
{
title: "Local Charm Boutique", description: "E-commerce solution for a fashion boutique", imageSrc: "http://img.b2bpic.net/free-photo/stylish-beauty-women-elegent-enjoy-concept_53876-121075.jpg", imageAlt: "Local Charm Boutique website", buttonIcon: ArrowUpRight,
buttonHref: "/case-studies/local-charm-boutique"
buttonHref: "#"
},
{
title: "Peak Fitness Studio", description: "Engaging site for gym memberships & classes", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163358.jpg", imageAlt: "Peak Fitness Studio website", buttonIcon: ArrowUpRight,
buttonHref: "/case-studies/peak-fitness-studio"
buttonHref: "#"
}
]}
/>
@@ -287,4 +287,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}