Merge version_1 into main #2
304
src/app/page.tsx
304
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "products",
|
||||
},
|
||||
name: "Solutions", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="B2Bidding, SL"
|
||||
/>
|
||||
@@ -57,106 +49,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Redefining B2B Procurement Efficiency"
|
||||
description="Unlock seamless, intelligent bidding processes with B2Bidding, SL. Empowering enterprises with next-generation analytics and automated sourcing solutions."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivers",
|
||||
handle: "@alexrivers",
|
||||
testimonial: "B2Bidding completely transformed how we source our enterprise hardware.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=1",
|
||||
imageAlt: "b2b software interface",
|
||||
},
|
||||
name: "Alex Rivers", handle: "@alexrivers", testimonial: "B2Bidding completely transformed how we source our enterprise hardware.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg", imageAlt: "b2b software interface"},
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariag",
|
||||
testimonial: "Intuitive, powerful, and truly game-changing for our team's procurement cycle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg?_wi=1",
|
||||
imageAlt: "b2b software interface",
|
||||
},
|
||||
name: "Maria Garcia", handle: "@mariag", testimonial: "Intuitive, powerful, and truly game-changing for our team's procurement cycle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg", imageAlt: "b2b software interface"},
|
||||
{
|
||||
name: "James Chen",
|
||||
handle: "@jchen_co",
|
||||
testimonial: "The best bidding platform we've integrated. Flawless reporting capabilities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg?_wi=1",
|
||||
imageAlt: "b2b software interface",
|
||||
},
|
||||
name: "James Chen", handle: "@jchen_co", testimonial: "The best bidding platform we've integrated. Flawless reporting capabilities.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg", imageAlt: "b2b software interface"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Substantial cost savings within the first quarter of adoption. Exceptional platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg?_wi=1",
|
||||
imageAlt: "b2b software interface",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@smiller", testimonial: "Substantial cost savings within the first quarter of adoption. Exceptional platform.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg", imageAlt: "b2b software interface"},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@dthorne",
|
||||
testimonial: "Reliable, transparent, and scalable. B2Bidding is our new standard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg?_wi=1",
|
||||
imageAlt: "b2b software interface",
|
||||
},
|
||||
name: "David Thorne", handle: "@dthorne", testimonial: "Reliable, transparent, and scalable. B2Bidding is our new standard.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg", imageAlt: "b2b software interface"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg",
|
||||
alt: "Executive Professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg", alt: "Executive Professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
|
||||
alt: "Senior Analyst",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", alt: "Senior Analyst"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169844.jpg",
|
||||
alt: "Tech Lead",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169844.jpg", alt: "Tech Lead"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg",
|
||||
alt: "Procurement Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg", alt: "Procurement Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg",
|
||||
alt: "Strategy Lead",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", alt: "Strategy Lead"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Procurement",
|
||||
},
|
||||
type: "text", text: "Global Procurement"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enterprise Bidding",
|
||||
},
|
||||
type: "text", text: "Enterprise Bidding"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Analytics",
|
||||
},
|
||||
type: "text", text: "Predictive Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Sourcing",
|
||||
},
|
||||
type: "text", text: "Automated Sourcing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Security",
|
||||
},
|
||||
type: "text", text: "Data Security"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,18 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
type: "text", content: "Our Mission"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg",
|
||||
alt: "About B2Bidding",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg", alt: "About B2Bidding"},
|
||||
{
|
||||
type: "text",
|
||||
content: "To deliver enterprise-grade bidding software that simplifies complex global procurement processes.",
|
||||
},
|
||||
type: "text", content: "To deliver enterprise-grade bidding software that simplifies complex global procurement processes."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,49 +124,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Sourcing",
|
||||
description: "Speed up procurement cycles with intelligent automation.",
|
||||
icon: Zap,
|
||||
title: "Automated Sourcing", description: "Speed up procurement cycles with intelligent automation.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=3",
|
||||
imageAlt: "digital connectivity abstract",
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics",
|
||||
description: "Forecast market trends with AI-driven bidding insights.",
|
||||
icon: TrendingUp,
|
||||
title: "Predictive Analytics", description: "Forecast market trends with AI-driven bidding insights.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fine-arts-25-blue-color-icon-pack-including-graphic-color-art-circle-paper_1142-22478.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-geo-graphy-blue-icon-pack_1142-22776.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-geo-graphy-blue-icon-pack_1142-22776.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organized-startup-office-with-no-people_482257-115338.jpg?_wi=2",
|
||||
imageAlt: "digital connectivity abstract",
|
||||
},
|
||||
{
|
||||
title: "Secure Bidding",
|
||||
description: "Bank-grade security protocols for every transaction.",
|
||||
icon: Shield,
|
||||
title: "Secure Bidding", description: "Bank-grade security protocols for every transaction.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cloud-network-security-symbols_53876-65657.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637760.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637760.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg",
|
||||
imageAlt: "digital connectivity abstract",
|
||||
},
|
||||
]}
|
||||
title="Platform Capabilities"
|
||||
@@ -246,20 +163,11 @@ export default function LandingPage() {
|
||||
tag="Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
description: "Efficiency Gain",
|
||||
},
|
||||
id: "m1", value: "40%", description: "Efficiency Gain"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$1.2B",
|
||||
description: "Managed Volume",
|
||||
},
|
||||
id: "m2", value: "$1.2B", description: "Managed Volume"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "150+",
|
||||
description: "Enterprise Users",
|
||||
},
|
||||
id: "m3", value: "150+", description: "Enterprise Users"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -273,47 +181,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Procurement Central",
|
||||
price: "Custom",
|
||||
variant: "Enterprise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg",
|
||||
},
|
||||
id: "p1", name: "Procurement Central", price: "Custom", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Logistics Hub",
|
||||
price: "Custom",
|
||||
variant: "Logistics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg",
|
||||
},
|
||||
id: "p2", name: "Logistics Hub", price: "Custom", variant: "Logistics", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cloud Storage Portal",
|
||||
price: "Custom",
|
||||
variant: "IT Ops",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg",
|
||||
},
|
||||
id: "p3", name: "Cloud Storage Portal", price: "Custom", variant: "IT Ops", imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "AI Predictor Pro",
|
||||
price: "Custom",
|
||||
variant: "Analytics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828182.jpg",
|
||||
},
|
||||
id: "p4", name: "AI Predictor Pro", price: "Custom", variant: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828182.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vendor Control Center",
|
||||
price: "Custom",
|
||||
variant: "Ops",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
},
|
||||
id: "p5", name: "Vendor Control Center", price: "Custom", variant: "Ops", imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Financial Analytics",
|
||||
price: "Custom",
|
||||
variant: "Finance",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg",
|
||||
},
|
||||
id: "p6", name: "Financial Analytics", price: "Custom", variant: "Finance", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg"},
|
||||
]}
|
||||
title="Our Solutions"
|
||||
description="Tailored bidding environments for any industry sector."
|
||||
@@ -325,14 +203,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Tech Solutions",
|
||||
"LogiGlobal",
|
||||
"Future Finance",
|
||||
"Cloud Net",
|
||||
"Secure Source",
|
||||
"Nexus Bidding",
|
||||
]}
|
||||
"Alpha Corp", "Tech Solutions", "LogiGlobal", "Future Finance", "Cloud Net", "Secure Source", "Nexus Bidding"]}
|
||||
title="Trusted Partners"
|
||||
description="Empowering industry leaders globally."
|
||||
/>
|
||||
@@ -345,45 +216,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mark_s",
|
||||
testimonial: "Exceptional transparency and speed in every bid cycle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark Stevens", handle: "@mark_s", testimonial: "Exceptional transparency and speed in every bid cycle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elise Chen",
|
||||
handle: "@elise_chen",
|
||||
testimonial: "B2Bidding transformed our supply chain logistics completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg",
|
||||
},
|
||||
id: "t2", name: "Elise Chen", handle: "@elise_chen", testimonial: "B2Bidding transformed our supply chain logistics completely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Paul Henderson",
|
||||
handle: "@paul_h",
|
||||
testimonial: "Robust platform, fantastic support, reliable results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businesswoman-posing_1262-21160.jpg",
|
||||
},
|
||||
id: "t3", name: "Paul Henderson", handle: "@paul_h", testimonial: "Robust platform, fantastic support, reliable results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businesswoman-posing_1262-21160.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sandra Lee",
|
||||
handle: "@slee_tech",
|
||||
testimonial: "The best user experience I've had in corporate software.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-digital-nomad-standing-office-with-laptop-smiling-working-her_1258-195350.jpg",
|
||||
},
|
||||
id: "t4", name: "Sandra Lee", handle: "@slee_tech", testimonial: "The best user experience I've had in corporate software.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-digital-nomad-standing-office-with-laptop-smiling-working-her_1258-195350.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Thomas Wright",
|
||||
handle: "@twright",
|
||||
testimonial: "Unparalleled visibility into our procurement spend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg",
|
||||
},
|
||||
id: "t5", name: "Thomas Wright", handle: "@twright", testimonial: "Unparalleled visibility into our procurement spend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success"
|
||||
@@ -397,20 +243,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How is my data protected?",
|
||||
content: "We utilize military-grade encryption for all transaction data.",
|
||||
},
|
||||
id: "q1", title: "How is my data protected?", content: "We utilize military-grade encryption for all transaction data."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I integrate with my ERP?",
|
||||
content: "Yes, our API supports seamless integration with SAP, Oracle, and others.",
|
||||
},
|
||||
id: "q2", title: "Can I integrate with my ERP?", content: "Yes, our API supports seamless integration with SAP, Oracle, and others."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What industry sectors do you support?",
|
||||
content: "We support IT, manufacturing, healthcare, and retail sectors.",
|
||||
},
|
||||
id: "q3", title: "What industry sectors do you support?", content: "We support IT, manufacturing, healthcare, and retail sectors."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our services."
|
||||
@@ -422,16 +259,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Sourcing?"
|
||||
description="Get in touch with our team for a personalized demo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Demo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -440,13 +274,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="B2Bidding, SL"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user