Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 18:57:35 +00:00

View File

@@ -73,10 +73,10 @@ export default function LandingPage() {
useInvertedBackground={false}
metricsAnimation="none"
metrics={[
{ icon: TrendingUp, label: "Client Growth", value: "300%+" },
{ icon: Globe, label: "States Served", value: "50" },
{ icon: Users, label: "Happy Clients", value: "150+" },
{ icon: Award, label: "Years Combined Experience", value: "20+" }
{ icon: TrendingUp, label: "Client Growth", value: "150%+" },
{ icon: Globe, label: "States Served", value: "12" },
{ icon: Users, label: "Happy Clients", value: "45+" },
{ icon: Award, label: "Years Combined Experience", value: "8+" }
]}
/>
</div>
@@ -116,16 +116,16 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "E-Commerce Redesign", price: "155% ROI Increase", imageSrc: "http://img.b2bpic.net/free-psd/direct-marketing-eterna-fashion-website-homepage-template_23-2152022826.jpg?_wi=2", imageAlt: "website design ecommerce shop modern"
id: "1", name: "E-Commerce Redesign", price: "80% ROI Increase", imageSrc: "http://img.b2bpic.net/free-psd/direct-marketing-eterna-fashion-website-homepage-template_23-2152022826.jpg?_wi=2", imageAlt: "website design ecommerce shop modern"
},
{
id: "2", name: "SaaS Platform Launch", price: "2M+ Annual Revenue", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg?_wi=2", imageAlt: "business website corporate professional design"
id: "2", name: "SaaS Platform Launch", price: "$250K+ Annual Revenue", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg?_wi=2", imageAlt: "business website corporate professional design"
},
{
id: "3", name: "Restaurant Chain Website", price: "300+ Monthly Orders", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template_23-2148372587.jpg?_wi=2", imageAlt: "saas interface dashboard application ui"
id: "3", name: "Restaurant Chain Website", price: "120+ Monthly Orders", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template_23-2148372587.jpg?_wi=2", imageAlt: "saas interface dashboard application ui"
},
{
id: "4", name: "Consulting Firm Rebrand", price: "50+ New Clients", imageSrc: "http://img.b2bpic.net/free-vector/american-restaurant-landing-page-template_1361-870.jpg?_wi=2", imageAlt: "restaurant website landing page food design"
id: "4", name: "Consulting Firm Rebrand", price: "18+ New Clients", imageSrc: "http://img.b2bpic.net/free-vector/american-restaurant-landing-page-template_1361-870.jpg?_wi=2", imageAlt: "restaurant website landing page food design"
}
]}
/>
@@ -141,16 +141,16 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "94", title: "%", description: "Client Satisfaction Rate", icon: Star
id: "1", value: "92", title: "%", description: "Client Satisfaction Rate", icon: Star
},
{
id: "2", value: "5.8M", title: "Users", description: "Total Site Visitors Driven", icon: Users
id: "2", value: "180K", title: "Users", description: "Total Site Visitors Driven", icon: Users
},
{
id: "3", value: "$42M", title: "Revenue", description: "Generated for Clients", icon: TrendingUp
id: "3", value: "$1.8M", title: "Revenue", description: "Generated for Clients", icon: TrendingUp
},
{
id: "4", value: "48", title: "Hours", description: "Average Project Delivery", icon: Clock
id: "4", value: "3-4", title: "Weeks", description: "Average Project Delivery", icon: Clock
}
]}
/>
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}