diff --git a/src/app/page.tsx b/src/app/page.tsx index cddd4cd..4fdbf9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,92 +45,51 @@ export default function LandingPage() { @@ -150,26 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Modern Workspaces", - subtitle: "Ergonomic & Stylish", - category: "Setup", - value: "24/7 Access", - }, + id: "f1", title: "Modern Workspaces", subtitle: "Ergonomic & Stylish", category: "Setup", value: "24/7 Access"}, { - id: "f2", - title: "High-Speed Connectivity", - subtitle: "Enterprise-Grade", - category: "Tech", - value: "Fiber Optic", - }, + id: "f2", title: "High-Speed Connectivity", subtitle: "Enterprise-Grade", category: "Tech", value: "Fiber Optic"}, { - id: "f3", - title: "Premium Lounges", - subtitle: "Refresh & Recharge", - category: "Amenities", - value: "Complimentary", - }, + id: "f3", title: "Premium Lounges", subtitle: "Refresh & Recharge", category: "Amenities", value: "Complimentary"}, ]} title="Why Hub Tower?" description="Premium office features tailored for modern business needs." @@ -184,17 +120,11 @@ export default function LandingPage() { description="Regus at Hub Tower provides a professional environment designed for productivity, collaboration, and growth. We offer flexible office space tailored to your unique requirements." bulletPoints={[ { - title: "Premier Location", - description: "Ideally positioned in the prestigious Hub Tower.", - }, + title: "Premier Location", description: "Ideally positioned in the prestigious Hub Tower."}, { - title: "Flexibility First", - description: "Scale your workspace as your business evolves.", - }, + title: "Flexibility First", description: "Scale your workspace as your business evolves."}, { - title: "Comprehensive Support", - description: "Professional administrative and IT assistance.", - }, + title: "Comprehensive Support", description: "Professional administrative and IT assistance."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg" mediaAnimation="slide-up" @@ -208,54 +138,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Flexible", - price: "$299/mo", - subtitle: "Co-working membership", - features: [ - "Access to all locations", - "Global Wi-Fi", - "Dedicated support", - ], + id: "p1", badge: "Flexible", price: "$299/mo", subtitle: "Co-working membership", features: [ + "Access to all locations", "Global Wi-Fi", "Dedicated support"], buttons: [ { - text: "Book Now", - href: "#", - }, + text: "Book Now", href: "#"}, ], }, { - id: "p2", - badge: "Professional", - price: "$599/mo", - subtitle: "Private Office", - features: [ - "Fully furnished office", - "Secure access", - "Meeting room credits", - ], + id: "p2", badge: "Professional", price: "$599/mo", subtitle: "Private Office", features: [ + "Fully furnished office", "Secure access", "Meeting room credits"], buttons: [ { - text: "Book Now", - href: "#", - }, + text: "Book Now", href: "#"}, ], }, { - id: "p3", - badge: "Corporate", - price: "Custom", - subtitle: "Customized Suite", - features: [ - "Tailored office design", - "Private entry", - "Enterprise support", - ], + id: "p3", badge: "Corporate", price: "Custom", subtitle: "Customized Suite", features: [ + "Tailored office design", "Private entry", "Enterprise support"], buttons: [ { - text: "Book Now", - href: "#", - }, + text: "Book Now", href: "#"}, ], }, ]} @@ -271,79 +174,46 @@ export default function LandingPage() { description="Experience our premium workspace in person. Let us help you find the right fit." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/close-up-office-decorations-box-laptop-desk-houseplant-pot-supplies-instruments-wooden-table-empty-business-space-flowerpot-modern-ornaments-work_482257-36860.jpg" /> ); -} +} \ No newline at end of file