Merge version_1 into main #2
@@ -79,23 +79,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Mobile Optimized", description: "Fully responsive design that looks perfect on every device. Your customers can browse anytime, anywhere.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg?_wi=1" }
|
||||
title: "Mobile Optimized", description: "Fully responsive design that looks perfect on every device. Your customers can browse anytime, anywhere.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fast Loading", description: "Lightning-fast performance optimized for search engines and user experience. Every second counts for conversions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg?_wi=1" }
|
||||
title: "Fast Loading", description: "Lightning-fast performance optimized for search engines and user experience. Every second counts for conversions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Conversion-Focused Design", description: "Strategic layout and clear CTAs guide visitors toward action. Built to turn interest into leads and sales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=2" }
|
||||
title: "Conversion-Focused Design", description: "Strategic layout and clear CTAs guide visitors toward action. Built to turn interest into leads and sales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg" }
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Built for Local Businesses", description: "We understand the local market. Our designs attract your ideal customers and showcase what makes your business unique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=3" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg?_wi=3" }
|
||||
title: "Built for Local Businesses", description: "We understand the local market. Our designs attract your ideal customers and showcase what makes your business unique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -110,16 +110,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "website-design", name: "Website Design", price: "Starting at $2,500", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=4", imageAlt: "Custom website design service"
|
||||
id: "website-design", name: "Website Design", price: "Starting at $2,500", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg", imageAlt: "Custom website design service"
|
||||
},
|
||||
{
|
||||
id: "website-redesign", name: "Website Redesign", price: "Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg?_wi=4", imageAlt: "Professional website redesign service"
|
||||
id: "website-redesign", name: "Website Redesign", price: "Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg", imageAlt: "Professional website redesign service"
|
||||
},
|
||||
{
|
||||
id: "landing-pages", name: "Landing Pages", price: "Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg?_wi=3", imageAlt: "High-converting landing page design"
|
||||
id: "landing-pages", name: "Landing Pages", price: "Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg", imageAlt: "High-converting landing page design"
|
||||
},
|
||||
{
|
||||
id: "seo-optimization", name: "SEO Optimization", price: "Starting at $500/month", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=5", imageAlt: "Local SEO optimization service"
|
||||
id: "seo-optimization", name: "SEO Optimization", price: "Starting at $500/month", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg", imageAlt: "Local SEO optimization service"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
@@ -165,13 +165,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
blogs={[
|
||||
{
|
||||
id: "portfolio-1", category: "E-Commerce", title: "Local Retail Store Goes Online", excerpt: "A boutique retail shop needed an e-commerce presence. We designed a clean, modern store that increased online sales by 180%.", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg?_wi=6", imageAlt: "E-commerce website design for retail", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", date: "2024"
|
||||
id: "portfolio-1", category: "E-Commerce", title: "Local Retail Store Goes Online", excerpt: "A boutique retail shop needed an e-commerce presence. We designed a clean, modern store that increased online sales by 180%.", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148647125.jpg", imageAlt: "E-commerce website design for retail", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "portfolio-2", category: "Service Business", title: "Service Company Website Redesign", excerpt: "A local service business needed a modern online presence. Our redesign improved lead generation by 240% in the first 3 months.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg?_wi=5", imageAlt: "Service business website redesign", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/modern-businesswoman-outdoors_23-2147985034.jpg", date: "2024"
|
||||
id: "portfolio-2", category: "Service Business", title: "Service Company Website Redesign", excerpt: "A local service business needed a modern online presence. Our redesign improved lead generation by 240% in the first 3 months.", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-screens_23-2148647123.jpg", imageAlt: "Service business website redesign", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/modern-businesswoman-outdoors_23-2147985034.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "portfolio-3", category: "Professional Services", title: "Professional Consultant Website Launch", excerpt: "A consultant needed a professional website to showcase expertise. The result: qualified leads and industry credibility.", imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg?_wi=4", imageAlt: "Professional services website design", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7129.jpg", date: "2024"
|
||||
id: "portfolio-3", category: "Professional Services", title: "Professional Consultant Website Launch", excerpt: "A consultant needed a professional website to showcase expertise. The result: qualified leads and industry credibility.", imageSrc: "http://img.b2bpic.net/free-photo/fingers-close-up-woman-with-tablet_1098-3211.jpg", imageAlt: "Professional services website design", authorName: "Elevate Web Co.", authorAvatar: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7129.jpg", date: "2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user