Merge version_15_1779897386848 into main
Merge version_15_1779897386848 into main
This commit was merged in pull request #14.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
|
||||
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FeaturesBento from '@/components/sections/features/FeaturesBento';
|
||||
@@ -213,6 +214,57 @@ export default function HomePage() {
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingHighlightedCards
|
||||
tag="Our Plans"
|
||||
title="Flexible Pricing for Every Vision"
|
||||
description="Choose the perfect plan to bring your architectural dreams to life."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter",
|
||||
price: "$29",
|
||||
description: "Ideal for small projects and initial consultations.",
|
||||
features: [
|
||||
"Initial Design Consultation",
|
||||
"Basic Concept Sketches",
|
||||
"Material Selection Guidance",
|
||||
"Email Support"
|
||||
],
|
||||
primaryButton: { text: "Get Started", href: "#contact" },
|
||||
},
|
||||
{
|
||||
tag: "Pro",
|
||||
price: "$89",
|
||||
description: "Comprehensive design for residential and commercial projects.",
|
||||
features: [
|
||||
"Advanced Design Development",
|
||||
"3D Renderings & Visualizations",
|
||||
"Detailed Blueprints",
|
||||
"Project Management Support",
|
||||
"Priority Email & Phone Support"
|
||||
],
|
||||
highlight: "Most Popular",
|
||||
primaryButton: { text: "Choose Pro", href: "#contact" },
|
||||
},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
price: "Contact Us",
|
||||
description: "Tailored solutions for large-scale and complex architectural endeavors.",
|
||||
features: [
|
||||
"Customized Project Scope",
|
||||
"Dedicated Project Team",
|
||||
"On-site Consultations",
|
||||
"Advanced Sustainability Integration",
|
||||
"24/7 Premium Support"
|
||||
],
|
||||
primaryButton: { text: "Contact Sales", href: "#contact" },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
|
||||
Reference in New Issue
Block a user