Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 15:36:31 +00:00

View File

@@ -30,56 +30,34 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Billing Tool",
id: "billing",
},
name: "Billing Tool", id: "billing"},
{
name: "History",
id: "history",
},
name: "History", id: "history"},
]}
brandName="PPV Billing"
button={{ text: "Get Started", href: "#" }}
/>
</div>
<div id="billing" data-section="billing">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Smart PPV Billing Generator"
description="Streamlined billing management at your fingertips. Generate, track, and save records with our modern, dark-mode-optimized tool."
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=1",
imageAlt: "Billing Dashboard",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "Billing Dashboard"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=2",
imageAlt: "Data Interface",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "Data Interface"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=3",
imageAlt: "Record System",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "Record System"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=4",
imageAlt: "Stats Overview",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "Stats Overview"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=5",
imageAlt: "History View",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "History View"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=6",
imageAlt: "Export Tool",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", imageAlt: "Export Tool"},
]}
/>
</div>
@@ -92,41 +70,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Client Record #001",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=7",
},
id: "1", name: "Client Record #001", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
{
id: "2",
name: "Client Record #002",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=8",
},
id: "2", name: "Client Record #002", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
{
id: "3",
name: "Client Record #003",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=9",
},
id: "3", name: "Client Record #003", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
{
id: "4",
name: "Client Record #004",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=10",
},
id: "4", name: "Client Record #004", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
{
id: "5",
name: "Client Record #005",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=11",
},
id: "5", name: "Client Record #005", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
{
id: "6",
name: "Client Record #006",
price: "Saved",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=12",
},
id: "6", name: "Client Record #006", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"},
]}
title="Recent Records"
description="Quick access to your saved billing logs."
@@ -141,7 +95,7 @@ export default function LandingPage() {
description="See why financial analysts choose our platform for high-speed PPV generation."
subdescription="Efficiency meets simplicity."
icon={Quote}
imageSrc="http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=13"
imageSrc="http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"
imageAlt="Professional workspace"
mediaAnimation="slide-up"
/>
@@ -156,25 +110,9 @@ export default function LandingPage() {
description="Stay updated with industry trends and software improvements."
blogs={[
{
id: "1",
category: "Updates",
title: "New Auto-Save Feature",
excerpt: "Never lose your progress with our new cloud-sync feature.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=14",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg",
date: "Oct 24, 2024",
},
id: "1", category: "Updates", title: "New Auto-Save Feature", excerpt: "Never lose your progress with our new cloud-sync feature.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", date: "Oct 24, 2024"},
{
id: "2",
category: "Guides",
title: "Mastering Billing Cycles",
excerpt: "Tips to streamline your monthly billing operations effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=15",
authorName: "Expert",
authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg",
date: "Oct 20, 2024",
},
id: "2", category: "Guides", title: "Mastering Billing Cycles", excerpt: "Tips to streamline your monthly billing operations effectively.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", authorName: "Expert", authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", date: "Oct 20, 2024"},
]}
/>
</div>
@@ -183,16 +121,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Support"
title="Need Help?"
description="Questions about the billing tool or need assistance? Contact our team."
buttons={[
{
text: "Get Support",
href: "#",
},
text: "Get Support", href: "#"},
]}
/>
</div>
@@ -201,29 +136,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Tool",
items: [
title: "Tool", items: [
{
label: "Billing Generator",
href: "#",
},
label: "Billing Generator", href: "#"},
{
label: "Local Save",
href: "#",
},
label: "Local Save", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact Us",
href: "#",
},
label: "Contact Us", href: "#"},
],
},
]}