Update src/app/page.tsx

This commit is contained in:
2026-05-25 13:49:09 +00:00
parent 73e0693923
commit 48570661ed

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Features",
id: "#features",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" },
]}
brandName="ProBiz"
/>
@@ -54,39 +42,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Your Solution Starts Here Today"
description="We deliver results that matter Discover how in seconds"
tag="Innovative Solutions"
buttons={[
{
text: "Get Started Now",
href: "#contact",
},
]}
buttons={[{ text: "Get Started Now", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg",
imageAlt: "Business team collaboration",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-glasses-with-executives-background_1098-2305.jpg",
imageAlt: "Corporate meeting strategy",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-break-time_23-2149308477.jpg",
imageAlt: "Medium shot smiley people during break time",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stressed-angry-business-partners-yelling-each-other-fight_482257-123956.jpg",
imageAlt: "Stressed angry business partners yelling at each other in a fight",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg",
imageAlt: "Women discussing business at desk",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg", imageAlt: "Business team collaboration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-glasses-with-executives-background_1098-2305.jpg", imageAlt: "Corporate meeting strategy" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -108,27 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "Core",
title: "Speed",
subtitle: "Fast execution",
description: "Get results in minutes, not months.",
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
},
{
tag: "Data",
title: "Analytics",
subtitle: "Insightful data",
description: "Make informed decisions with our tools.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
},
{
tag: "Growth",
title: "Partnership",
subtitle: "Supportive team",
description: "We grow alongside your company.",
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-using-smartphones_53876-20877.jpg",
},
{ tag: "Core", title: "Speed", subtitle: "Fast execution", description: "Get results in minutes, not months.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" },
{ tag: "Data", title: "Analytics", subtitle: "Insightful data", description: "Make informed decisions with our tools.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" },
{ tag: "Growth", title: "Partnership", subtitle: "Supportive team", description: "We grow alongside your company.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-using-smartphones_53876-20877.jpg" }
]}
title="Why Choose Us"
description="Powerful capabilities to scale your business."
@@ -139,15 +84,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Alpha Corp",
"Beta Labs",
"Gamma Inc",
"Delta Co",
"Epsilon Group",
"Zeta Tech",
"Eta Global",
]}
names={["Alpha Corp", "Beta Labs", "Gamma Inc", "Delta Co", "Epsilon Group", "Zeta Tech", "Eta Global"]}
title="Trusted by Leaders"
description="Joining forces with industry experts."
/>
@@ -160,48 +97,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Standard Package",
price: "$99",
variant: "Basic",
imageSrc: "http://img.b2bpic.net/free-photo/snack-bar_187299-45780.jpg",
},
{
id: "2",
name: "Pro Kit",
price: "$299",
variant: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/ring-binder-used-stored-documents_23-2149512224.jpg",
},
{
id: "3",
name: "Expert Bundle",
price: "$499",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/blank-stationery-set-corporate-identity-template_93675-130788.jpg",
},
{
id: "4",
name: "Enterprise Plan",
price: "$999",
variant: "Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586736.jpg",
},
{
id: "5",
name: "Essential Set",
price: "$150",
variant: "Basic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0pqeki",
},
{
id: "6",
name: "Growth Suite",
price: "$799",
variant: "Advanced",
imageSrc: "http://img.b2bpic.net/free-vector/orange-red-stationery-design_1051-695.jpg",
},
{ id: "1", name: "Standard Package", price: "$99", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/snack-bar_187299-45780.jpg" },
{ id: "2", name: "Pro Kit", price: "$299", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/ring-binder-used-stored-documents_23-2149512224.jpg" },
{ id: "3", name: "Expert Bundle", price: "$499", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/blank-stationery-set-corporate-identity-template_93675-130788.jpg" },
{ id: "4", name: "Enterprise Plan", price: "$999", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586736.jpg" },
{ id: "5", name: "Essential Set", price: "$150", variant: "Basic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0pqeki" },
{ id: "6", name: "Growth Suite", price: "$799", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/orange-red-stationery-design_1051-695.jpg" }
]}
title="Our Offerings"
description="Explore our professional solutions."
@@ -214,57 +115,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "p1",
tag: "Starter",
price: "$49",
period: "mo",
description: "Good for beginners.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Feature A",
"Feature B",
"Feature C",
],
},
{
id: "p2",
tag: "Pro",
price: "$149",
period: "mo",
description: "Best for growth.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"Feature A",
"Feature B",
"Feature C",
"Feature D",
],
},
{
id: "p3",
tag: "Elite",
price: "$299",
period: "mo",
description: "For scaling businesses.",
button: {
text: "Select",
href: "#contact",
},
featuresTitle: "Included",
features: [
"All Features",
"24/7 Support",
],
},
{ id: "p1", tag: "Starter", price: "$49", period: "mo", description: "Good for beginners.", button: { text: "Select", href: "#contact" }, featuresTitle: "Included", features: ["Feature A", "Feature B", "Feature C"] },
{ id: "p2", tag: "Pro", price: "$149", period: "mo", description: "Best for growth.", button: { text: "Select", href: "#contact" }, featuresTitle: "Included", features: ["Feature A", "Feature B", "Feature C", "Feature D"] },
{ id: "p3", tag: "Elite", price: "$299", period: "mo", description: "For scaling businesses.", button: { text: "Select", href: "#contact" }, featuresTitle: "Included", features: ["All Features", "24/7 Support"] }
]}
title="Simple Pricing"
description="Select the plan that works best for you."
@@ -275,31 +128,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
},
{
id: "2",
name: "Bob Smith",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg",
},
{
id: "3",
name: "Charlie Davis",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
},
{
id: "4",
name: "Diana Ross",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg",
},
{
id: "5",
name: "Edward Norton",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-showing-winning-gesture_1262-4730.jpg",
},
{ id: "1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg" },
{ id: "2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg" },
{ id: "3", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" },
{ id: "4", name: "Diana Ross", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg" },
{ id: "5", name: "Edward Norton", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-showing-winning-gesture_1262-4730.jpg" }
]}
cardTitle="Client Voices"
cardTag="Testimonials"
@@ -310,9 +143,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Get In Touch"
description="Questions? Reach out and we will respond shortly."
@@ -322,32 +153,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
bottomLeftText="© 2024 ProBiz. All rights reserved."
bottomRightText="Built with quality."
@@ -356,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}