Update src/app/page.tsx

This commit is contained in:
2026-06-10 04:38:05 +00:00
parent 7b658fd41e
commit f46e597f6f

View File

@@ -81,7 +81,8 @@ export default function WebAgency2Page() {
{ label: "Design & Development", detail: "Crafting your unique digital experience." }, { label: "Design & Development", detail: "Crafting your unique digital experience." },
{ label: "Testing & Refinement", detail: "Ensuring perfection across all devices." } { label: "Testing & Refinement", detail: "Ensuring perfection across all devices." }
], ],
completedLabel: "Website Live!"} completedLabel: "Website Live!"
}
]} ]}
/> />
</div> </div>
@@ -128,19 +129,24 @@ export default function WebAgency2Page() {
features={[ features={[
{ {
title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight, title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight,
buttonHref: "#"}, buttonHref: "#"
},
{ {
title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight, title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight,
buttonHref: "#"}, buttonHref: "#"
},
{ {
title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight, title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
buttonHref: "#"}, buttonHref: "#"
},
{ {
title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight, title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
buttonHref: "#"}, buttonHref: "#"
},
{ {
title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight, title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
buttonHref: "#"}, buttonHref: "#"
}
]} ]}
/> />
</div> </div>
@@ -175,7 +181,8 @@ export default function WebAgency2Page() {
{ label: "Design & development", detail: "Day 4-10" }, { label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" }, { label: "Testing & deployment", detail: "Day 11-14" },
], ],
completedLabel: "Live"}, completedLabel: "Live"
},
{ {
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle, title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
items: [ items: [
@@ -186,7 +193,8 @@ export default function WebAgency2Page() {
], ],
}, },
{ {
title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"}, title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"
},
]} ]}
/> />
</div> </div>
@@ -206,15 +214,15 @@ export default function WebAgency2Page() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah J.", role: "Founder", company: "Innovative Startups", rating: 5, id: "1", name: "Sarah J.", role: "Founder", company: "Innovative Startups", rating: 5,
quote: "Webild delivered beyond our expectations! Our new website is stunning, fast, and has significantly boosted our online engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-6.webp" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-6.webp"
}, },
{ {
id: "2", name: "Mark T.", role: "Marketing Director", company: "Global Brands Inc.", rating: 5, id: "2", name: "Mark T.", role: "Marketing Director", company: "Global Brands Inc.", rating: 5,
quote: "The team at Webild understood our brand perfectly. They created a seamless user experience that has translated into higher conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-1.webp" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-1.webp"
}, },
{ {
id: "3", name: "Emily R.", role: "CEO", company: "Creative Solutions Co.", rating: 5, id: "3", name: "Emily R.", role: "CEO", company: "Creative Solutions Co.", rating: 5,
quote: "Professional, responsive, and incredibly talented. Webild made our website redesign a truly enjoyable and successful process. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-2.webp" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-2.webp"
} }
]} ]}
/> />
@@ -243,11 +251,13 @@ export default function WebAgency2Page() {
animationType="slide-up" animationType="slide-up"
negativeCard={{ negativeCard={{
items: [ items: [
"Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"], "Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"], "Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"
],
}} }}
/> />
</div> </div>