diff --git a/src/app/page.tsx b/src/app/page.tsx index 28441ac..f1440e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,6 +109,14 @@ export default function LandingPage() { id: "standard", badge: "Standard", price: "3,000 / sq. ft.", subtitle: "Essential Build Package", features: [ "Foundation Work", "Structural Framing", "Core Plumbing/Electrical", "Modern Finish"], }, + { + id: "luxury", badge: "Luxury", price: "5,500 / sq. ft.", subtitle: "Bespoke Architectural Build", features: [ + "Everything in Standard", "Smart Home Automation", "Premium Marble Finishes", "Landscape Architecture"], + }, + { + id: "custom", badge: "Custom", price: "Call for Quote", subtitle: "Tailored Full-Project Management", features: [ + "End-to-End Consultations", "Custom Architectural Design", "Luxury Interior Procurement", "Concierge Service"], + }, ]} title="Transparent Pricing" description="Premium construction at a competitive rate per square foot." @@ -198,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file