3 Commits

Author SHA1 Message Date
9d78d86e95 Update src/app/page.tsx 2026-03-06 00:58:45 +00:00
3482030e30 Update src/app/layout.tsx 2026-03-06 00:58:44 +00:00
9ee91c27f0 Merge version_2 into main
Merge version_2 into main
2026-03-06 00:53:46 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -183,8 +183,8 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Members Say"
description="98% of our members report feeling fully supported and valued in our spaces. Hear from professionals who have experienced the Regus difference and accessibility commitment."
title="What Our Members Say — 98% Satisfaction"
description="Hear from professionals who have experienced the Regus difference and accessibility commitment."
tag="Member Testimonials"
tagIcon={Quote}
textboxLayout="default"
@@ -261,4 +261,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}