diff --git a/src/app/page.tsx b/src/app/page.tsx
index f464517..74c4b4d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,39 +42,14 @@ export default function LandingPage() {
@@ -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() {