Merge version_1 into main #2
@@ -111,10 +111,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "service-1", name: "Strategic Consulting", price: "Tailored Insights", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292764.jpg", imageAlt: "Strategic Consulting"},
|
||||
@@ -155,7 +155,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "timeline", heading: "Your Path to Success", subheading: "Experience our streamlined, transparent workflow.", items: [
|
||||
bentoComponent: "timeline", title: "Your Path to Success", // Added missing title
|
||||
description: "Experience our streamlined, transparent workflow.", // Added missing description
|
||||
heading: "Your Path to Success", subheading: "Experience our streamlined, transparent workflow.", items: [
|
||||
{
|
||||
label: "Initial Consultation", detail: "We begin by understanding your unique challenges and objectives, defining a clear roadmap."},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user