From f6b885b0b70d8c252d26ae1a1af2f0fd5edb1c48 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:40:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe8f305..6fd7c95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,8 +79,8 @@ export default function WebAgency2Page() { animationType="slide-up" features={[ { title: "Brand Strategy", description: "Crafting unique narratives and visual identities that distinguish your brand.", bentoComponent: "reveal-icon", icon: Sparkles }, - { title: "Digital Engineering", description: "High-performance software development tailored to complex business needs.", bentoComponent: "media-stack", items: [] }, - { title: "Search Presence", description: "Optimizing visibility to ensure your products connect with your audience.", bentoComponent: "marquee", texts: ["SEO", "Performance", "Conversion"] }, + { title: "Digital Engineering", description: "High-performance software development tailored to complex business needs.", bentoComponent: "media-stack", items: [{imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a"}, {imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b"}, {imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c"}] }, + { title: "Search Presence", description: "Optimizing visibility to ensure your products connect with your audience.", bentoComponent: "marquee", centerIcon: Search, variant: "text", texts: ["SEO", "Performance", "Conversion"] }, ]} /> @@ -93,9 +93,9 @@ export default function WebAgency2Page() { animationType="slide-up" useInvertedBackground={true} products={[ - { id: "1", name: "Velour Fashion", brand: "E-commerce", price: "Re-engineered", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dseg2j" }, - { id: "2", name: "Aero Logistics", brand: "Portal", price: "Custom Dev", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=anhv64" }, - { id: "3", name: "Nova Fintech", brand: "Banking", price: "UX Optimization", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1u8hai" }, + { id: "1", name: "Velour Fashion", brand: "E-commerce", price: "Re-engineered", rating: 5, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dseg2j" }, + { id: "2", name: "Aero Logistics", brand: "Portal", price: "Custom Dev", rating: 5, reviewCount: "30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=anhv64" }, + { id: "3", name: "Nova Fintech", brand: "Banking", price: "UX Optimization", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1u8hai" }, ]} /> -- 2.49.1