Merge version_1 into main #2
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by growing businesses nationwide"
|
||||
mediaAnimation="none"
|
||||
buttons={[
|
||||
{ text: "View Our Work", href: "portfolio" },
|
||||
{ text: "Start Your Project", href: "contact" }
|
||||
@@ -70,6 +71,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="We help businesses unlock their digital potential through web design that drives results"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: TrendingUp, label: "Client Growth", value: "300%+" },
|
||||
{ icon: Globe, label: "States Served", value: "50" },
|
||||
@@ -88,16 +90,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Custom Web Design", description: "Bespoke website designs that reflect your brand identity and engage your target audience with stunning visuals and intuitive layouts.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-psd/direct-marketing-eterna-fashion-website-homepage-template_23-2152022826.jpg?_wi=1", imageAlt: "website design ecommerce shop modern"
|
||||
id: "1", title: "Custom Web Design", description: "Bespoke website designs that reflect your brand identity and engage your target audience with stunning visuals and intuitive layouts.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-psd/direct-marketing-eterna-fashion-website-homepage-template_23-2152022826.jpg", imageAlt: "website design ecommerce shop modern"
|
||||
},
|
||||
{
|
||||
id: "2", title: "E-Commerce Solutions", description: "Powerful online stores built to convert visitors into customers with seamless shopping experiences and secure payment processing.", tag: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg?_wi=1", imageAlt: "business website corporate professional design"
|
||||
id: "2", title: "E-Commerce Solutions", description: "Powerful online stores built to convert visitors into customers with seamless shopping experiences and secure payment processing.", tag: "E-Commerce", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg", imageAlt: "business website corporate professional design"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Web Applications", description: "Feature-rich web applications and SaaS platforms designed for performance, scalability, and exceptional user experiences.", tag: "Development", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template_23-2148372587.jpg?_wi=1", imageAlt: "saas interface dashboard application ui"
|
||||
id: "3", title: "Web Applications", description: "Feature-rich web applications and SaaS platforms designed for performance, scalability, and exceptional user experiences.", tag: "Development", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template_23-2148372587.jpg", imageAlt: "saas interface dashboard application ui"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Brand Websites", description: "Strategic brand websites that tell your story, showcase your value proposition, and convert prospects into loyal customers.", tag: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/american-restaurant-landing-page-template_1361-870.jpg?_wi=1", imageAlt: "restaurant website landing page food design"
|
||||
id: "4", title: "Brand Websites", description: "Strategic brand websites that tell your story, showcase your value proposition, and convert prospects into loyal customers.", tag: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/american-restaurant-landing-page-template_1361-870.jpg", imageAlt: "restaurant website landing page food design"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -114,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: "155% ROI Increase", imageSrc: "http://img.b2bpic.net/free-psd/direct-marketing-eterna-fashion-website-homepage-template_23-2152022826.jpg", 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: "2M+ Annual Revenue", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg", 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: "300+ Monthly Orders", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template_23-2148372587.jpg", 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: "50+ New Clients", imageSrc: "http://img.b2bpic.net/free-vector/american-restaurant-landing-page-template_1361-870.jpg", imageAlt: "restaurant website landing page food design"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user