From bbd9897386edb3654ec0ea7439ffb7f72f26aa30 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:15:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61dfe42..89b00b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { ArrowRight } from "lucide-react"; +import { ArrowRight, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,51 +46,28 @@ export default function LandingPage() {
@@ -110,9 +79,7 @@ export default function LandingPage() { description="We bridge the gap between technology and service. Our AI-driven suite automates complex processes, allowing you to focus on what matters: your guests and students." buttons={[ { - text: "Learn Our Story", - href: "#", - }, + text: "Learn Our Story", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg" /> @@ -126,23 +93,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Guest Personalization", - description: "AI-powered recommendations for hotel guests.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139249.jpg", - }, + id: "1", title: "Guest Personalization", description: "AI-powered recommendations for hotel guests.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139249.jpg"}, { - id: "2", - title: "Automated Scheduling", - description: "Streamlined booking and logistics management.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-doing-online-classes-laptop_23-2149114299.jpg", - }, + id: "2", title: "Automated Scheduling", description: "Streamlined booking and logistics management.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-doing-online-classes-laptop_23-2149114299.jpg"}, { - id: "3", - title: "Personalized Learning", - description: "Adaptive content for educational growth.", - imageSrc: "http://img.b2bpic.net/free-photo/students-using-tablets-classroom-interactive-learning_23-2151977875.jpg", - }, + id: "3", title: "Personalized Learning", description: "Adaptive content for educational growth.", imageSrc: "http://img.b2bpic.net/free-photo/students-using-tablets-classroom-interactive-learning_23-2151977875.jpg"}, ]} title="Smart AI Capabilities" description="Engineered for scalability and efficiency." @@ -156,52 +111,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Entry", - price: "$999/mo", - period: "mo", - description: "Best for small boutique hotels & local schools.", - button: { - text: "Get Started", - }, - featuresTitle: "Included Features", - features: [ - "Guest AI Assistant", - "Basic Analytics", - "Booking Integration", - ], + id: "basic", tag: "Entry", price: "$999/mo", period: "mo", description: "Best for small boutique hotels & local schools.", button: { + text: "Get Started"}, + featuresTitle: "Included Features", features: [ + "Guest AI Assistant", "Basic Analytics", "Booking Integration"], }, { - id: "pro", - tag: "Advanced", - price: "$2,499/mo", - period: "mo", - description: "Designed for mid-sized operations & academies.", - button: { - text: "Get Started", - }, - featuresTitle: "Everything in Entry, plus:", - features: [ - "Full AI Automation", - "Predictive Analytics", - "Priority Support", - ], + id: "pro", tag: "Advanced", price: "$2,499/mo", period: "mo", description: "Designed for mid-sized operations & academies.", button: { + text: "Get Started"}, + featuresTitle: "Everything in Entry, plus:", features: [ + "Full AI Automation", "Predictive Analytics", "Priority Support"], }, { - id: "enterprise", - tag: "Custom", - price: "Custom", - period: "quote", - description: "Built for large hotel chains & educational networks.", - button: { - text: "Talk to Sales", - }, - featuresTitle: "Everything in Pro, plus:", - features: [ - "Dedicated AI Infrastructure", - "Custom Model Integration", - "On-site Consulting", - ], + id: "enterprise", tag: "Custom", price: "Custom", period: "quote", description: "Built for large hotel chains & educational networks.", button: { + text: "Talk to Sales"}, + featuresTitle: "Everything in Pro, plus:", features: [ + "Dedicated AI Infrastructure", "Custom Model Integration", "On-site Consulting"], }, ]} title="Transparent AI Solutions" @@ -214,30 +139,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-coffee-cup_23-2149429378.jpg", - }, + id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-coffee-cup_23-2149429378.jpg"}, { - id: "2", - name: "Dr. Mark Thorne", - imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-arms-crossed_23-2148665896.jpg", - }, + id: "2", name: "Dr. Mark Thorne", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-arms-crossed_23-2148665896.jpg"}, { - id: "3", - name: "Elise Beaumont", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg", - }, + id: "3", name: "Elise Beaumont", imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991382.jpg"}, { - id: "4", - name: "Robert Klein", - imageSrc: "http://img.b2bpic.net/free-photo/successful-manager-extending-hand-handshake_1262-3119.jpg", - }, + id: "4", name: "Robert Klein", imageSrc: "http://img.b2bpic.net/free-photo/successful-manager-extending-hand-handshake_1262-3119.jpg"}, { - id: "5", - name: "Dr. Susan Lee", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", - }, + id: "5", name: "Dr. Susan Lee", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg"}, ]} cardTitle="Client Success" cardTag="Testimonials" @@ -246,75 +156,43 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1