Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 18:39:20 +00:00

View File

@@ -12,6 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Calendar, Clock, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,6 +34,8 @@ export default function LandingPage() {
navItems={[
{
name: "Home", id: "hero"},
{
name: "Bookings", id: "bookings"},
{
name: "How it works", id: "features"},
{
@@ -82,6 +85,27 @@ export default function LandingPage() {
/>
</div>
<div id="bookings" data-section="bookings">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
title="Integrated Booking Management"
description="Manage your entire appointment pipeline with our automated scheduling engine."
features={[
{
title: "Calendar Integration", description: "Automatically sync appointments to Google, Outlook, or iCal in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-mark-desk_23-2148705031.jpg", imageAlt: "Calendar Integration"
},
{
title: "Smart Scheduling", description: "Customizable rules that ensure appointments only happen when you are available.", imageSrc: "http://img.b2bpic.net/free-photo/smart-watch-calendar-app_23-2148705032.jpg", imageAlt: "Smart Scheduling"
},
{
title: "Booking Management", description: "Easy-to-use interface to reschedule, confirm, or cancel client appointments.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-appointment-list_23-2148705033.jpg", imageAlt: "Management"
}
]}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
@@ -131,7 +155,7 @@ export default function LandingPage() {
{
title: "Recovery Logic", description: "AI automatically follows up on dead leads to bring them back.", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "Recovery"},
{
title: "Smart Scheduling", description: "Calendar integration that understands your business rules.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148655618.jpg", imageAlt: "Scheduling"},
title: "Smart Scheduling", description: "Calendar integration that understands your business rules.", imageSrc: "http://img.b2b-vector/task-management-app-interface_23-2148655618.jpg", imageAlt: "Scheduling"},
]}
title="Product Capabilities"
description="Enterprise-grade features for local service businesses."
@@ -244,4 +268,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}