diff --git a/src/app/page.tsx b/src/app/page.tsx
index 53e7765..15f27be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,43 +40,17 @@ export default function LandingPage() {
@@ -213,36 +118,19 @@ export default function LandingPage() {
description="Flexible architectural solutions for every project scale."
plans={[
{
- id: "basic",
- name: "Consultation",
- price: "$999",
- features: [
- "Site assessment",
- "Concept sketches",
- "Budget planning",
- ],
+ id: "basic", name: "Consultation", price: "$999", features: [
+ "Site assessment", "Concept sketches", "Budget planning"],
buttons: [
{
- text: "Get Started",
- href: "#",
- },
+ text: "Get Started", href: "#"},
],
},
{
- id: "pro",
- name: "Full Design",
- price: "$4,999",
- features: [
- "Detailed blueprints",
- "3D visualizations",
- "Material sourcing",
- "Vendor coordination",
- ],
+ id: "pro", name: "Full Design", price: "$4,999", features: [
+ "Detailed blueprints", "3D visualizations", "Material sourcing", "Vendor coordination"],
buttons: [
{
- text: "Get Started",
- href: "#",
- },
+ text: "Get Started", href: "#"},
],
},
]}
@@ -253,50 +141,23 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file