Update src/app/page.tsx

This commit is contained in:
2026-05-06 17:29:53 +00:00
parent c1c67c3273
commit 2329a8a3e7

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Inspire Your Productivity at Bizerte's Premier Coworking Center"
description="Premium flexible workspaces, meeting rooms, and high-speed amenities designed to accelerate your growth."
tag="Join the Future of Work"
buttons={[{ text: "Book Your Desk", href: "#contact" }]}
buttons={[{ text: "Book Your Tour Today", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showcases-business-data-statistics-professional-boardroom_482257-122838.jpg", imageAlt: "Modern Coworking Space" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-chat-break_23-2147679087.jpg", imageAlt: "Bright Lounge Area" },
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}