Update src/app/page.tsx

This commit is contained in:
2026-03-10 16:28:29 +00:00
parent 5f57a05e22
commit c3392d8cf7

View File

@@ -102,9 +102,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", title: "Website Redesign & Modernization", tags: ["Strategy", "Design", "Development"], imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg", imageAlt: "Website redesign showcase" },
{ id: "2", title: "E-Commerce Platform Development", tags: ["Ecommerce", "Integration", "Security"], imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg", imageAlt: "E-commerce platform" },
{ id: "3", title: "Brand Web Presence Creation", tags: ["Branding", "Design", "Launch"], imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg", imageAlt: "Brand web presence" }
{ id: "1", title: "Website Redesign & Modernization", tags: ["Strategy", "Design", "Development"], imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg?_wi=1", imageAlt: "Website redesign showcase" },
{ id: "2", title: "E-Commerce Platform Development", tags: ["Ecommerce", "Integration", "Security"], imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg?_wi=1", imageAlt: "E-commerce platform" },
{ id: "3", title: "Brand Web Presence Creation", tags: ["Branding", "Design", "Launch"], imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg?_wi=1", imageAlt: "Brand web presence" }
]}
/>
</div>
@@ -121,9 +121,9 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="bento-grid"
products={[
{ id: "1", name: "TechStartup Rebrand", price: "+340% Traffic", imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg", imageAlt: "Tech startup website redesign" },
{ id: "2", name: "Ecommerce Transformation", price: "+215% Sales", imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg", imageAlt: "Ecommerce platform launch" },
{ id: "3", name: "Service Business Growth", price: "+180% Leads", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg", imageAlt: "Service business website launch" }
{ id: "1", name: "TechStartup Rebrand", price: "+340% Traffic", imageSrc: "http://img.b2bpic.net/free-photo/authorized-guaranteed-certificate-approved-product_53876-127708.jpg?_wi=2", imageAlt: "Tech startup website redesign" },
{ id: "2", name: "Ecommerce Transformation", price: "+215% Sales", imageSrc: "http://img.b2bpic.net/free-vector/startup-anding-page_52683-5986.jpg?_wi=2", imageAlt: "Ecommerce platform launch" },
{ id: "3", name: "Service Business Growth", price: "+180% Leads", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg?_wi=2", imageAlt: "Service business website launch" }
]}
/>
</div>