Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 15:10:03 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ name: "Sneha Gupta", handle: "@visitor", testimonial: "Clean facilities and easy parking. Truly a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-warm-white-clothes_613910-10596.jpg" },
{ name: "Rahul Verma", handle: "@entrepreneur", testimonial: "A growth-oriented environment for any business brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg" }
]}
buttons={[{ text: "Lease Space", href: "#contact" }]}
buttons={[{ text: "View Available Office Spaces", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/shanghai-night_649448-3863.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-successful-business-man-black-suit-grey-background_613910-11241.jpg", alt: "portrait of business man" },
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}