Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,9 +49,9 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team-with-laptop_1098-1748.jpg", imageAlt: "Modern business office workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/investors-office-reviewing-solar-technology-reports-videocall-meeting_482257-119661.jpg", imageAlt: "Digital technology business solution" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg", imageAlt: "Business success and achievement" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team-with-laptop_1098-1748.jpg?_wi=1", imageAlt: "Modern business office workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/investors-office-reviewing-solar-technology-reports-videocall-meeting_482257-119661.jpg?_wi=1", imageAlt: "Digital technology business solution" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg?_wi=1", imageAlt: "Business success and achievement" }
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -116,15 +116,15 @@ export default function LandingPage() {
|
||||
description="Choose the perfect plan for your business needs. Flexible options designed to scale with your growth."
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Starter", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team-with-laptop_1098-1748.jpg", imageAlt: "Starter plan", button: { text: "Get Started", href: "contact" },
|
||||
id: "starter", title: "Starter", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-as-team-with-laptop_1098-1748.jpg?_wi=2", imageAlt: "Starter plan", button: { text: "Get Started", href: "contact" },
|
||||
features: ["Up to 5 team members", "Basic analytics dashboard", "Email support", "Core features access", "Monthly updates"]
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "$799", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investors-office-reviewing-solar-technology-reports-videocall-meeting_482257-119661.jpg", imageAlt: "Professional plan", button: { text: "Choose Plan", href: "contact" },
|
||||
id: "professional", title: "Professional", price: "$799", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investors-office-reviewing-solar-technology-reports-videocall-meeting_482257-119661.jpg?_wi=2", imageAlt: "Professional plan", button: { text: "Choose Plan", href: "contact" },
|
||||
features: ["Up to 25 team members", "Advanced analytics", "Priority email & chat support", "All Starter features", "Custom integrations", "Weekly strategy sessions"]
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg", imageAlt: "Enterprise plan", button: { text: "Contact Sales", href: "contact" },
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg?_wi=2", imageAlt: "Enterprise plan", button: { text: "Contact Sales", href: "contact" },
|
||||
features: ["Unlimited team members", "Custom analytics & reporting", "24/7 dedicated support", "All Professional features", "White-label solutions", "Dedicated account manager"]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user