Update src/app/page.tsx

This commit is contained in:
2026-03-06 00:01:00 +00:00
parent 67f6afb23d
commit 4d2eda7802

View File

@@ -120,16 +120,16 @@ export default function HomePage() {
<FeatureCardTwentyThree
features={[
{
id: "1", title: "Web Design & Development", tags: ["Design", "Development", "Frontend"],
id: "1", title: "Web Design & Development - Build fast, responsive sites that convert", tags: ["Design", "Development", "Frontend"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/a-vibrant-showcase-of-web-design-element-1772754205613-c7c02dc7.png", imageAlt: "Web design showcase"},
{
id: "2", title: "Digital Marketing Strategy", tags: ["Marketing", "Strategy", "Growth"],
id: "2", title: "Digital Marketing Strategy - Drive measurable growth and engagement", tags: ["Marketing", "Strategy", "Growth"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/digital-marketing-analytics-dashboard-wi-1772754204884-d5671d2b.png", imageAlt: "Digital marketing analytics"},
{
id: "3", title: "Brand Identity & Positioning", tags: ["Branding", "Design", "Strategy"],
id: "3", title: "Brand Identity & Positioning - Create memorable, cohesive brand experiences", tags: ["Branding", "Design", "Strategy"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/brand-identity-design-showcase-featuring-1772754205555-21e57610.png", imageAlt: "Brand identity development"},
{
id: "4", title: "Mobile App Development", tags: ["Mobile", "Development", "Innovation"],
id: "4", title: "Mobile App Development - Deliver powerful, user-friendly apps", tags: ["Mobile", "Development", "Innovation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXznXm8Lo2SaW1hAuyt8VHTusE/modern-mobile-app-interface-displayed-on-1772754205236-cbb503f2.png", imageAlt: "Mobile app interface"},
]}
animationType="slide-up"
@@ -284,4 +284,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}