Skip to content

Commit

Permalink
get involve section & faq section implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chendjou237 committed Oct 3, 2024
1 parent ed27934 commit 3f79162
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
70 changes: 37 additions & 33 deletions content/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,56 +108,60 @@ features:
# icon: i-heroicons-globe

pricing:
headline: Pricing
title: A plan for every need
description: Pariatur laborum dolor ea commodo sit aute aliquip qui et cillum excepteur.
headline: Get Involved
title: Help us make a difference
description: Become part of the Anora community and help us make a difference in the fight against breast cancer.
plans:
- title: Basic
description: A basic plan for individuals.
price: $9.99
- title: Volunteer Opportunities
description: interested in community outreach, patient support, or helping with research? we have opportunities for you to get involved.
price: $0
align: top
button:
label: Get Started
color: gray
to: /donate
features:
- 1 GB Storage
- 1 Email Account
- 1 Domain
- 1 Website
- 1 Database
- 1 SSL Certificate
- 1 Support Ticket
- title: Standard
description: A standard plan for small teams.
price: $19.99
- Join a Volunteer Team
- Become an Ambassador
- Stay Informed and Inspired
# - 1 Website
# - 1 Database
# - 1 SSL Certificate
# - 1 Support Ticket
- title: Donate
description: Every contribution, no matter the size, helps us move closer to a world without breast cancer.
price: $x
highlight: true
scale: true
align: top
button:
label: Get Started
to: /donate

features:
- 10 GB Storage
- 10 Email Accounts
- 10 Domains
- 10 Websites
- 10 Databases
- 10 SSL Certificates
- 10 Support Tickets
- title: Premium
description: A premium plan for large teams.
price: $29.99
- One-Time Donation
- Monthly Giving
# - 10 Domains
# - 10 Websites
# - 10 Databases
# - 10 SSL Certificates
# - 10 Support Tickets
- title: Join Our Fundraising
description: Attend or host fundraising events to support the Anora Foundation. From charity runs to gala dinners.
price: $y
align: top
button:
label: Get Started
color: gray
to: /donate
features:
- 100 GB Storage
- 100 Email Accounts
- 100 Domains
- 100 Websites
- 100 Databases
- 100 SSL Certificates
- 100 Support Tickets
- Get Active for a Cause
- Host Your Own Event
- Exclusive Gala Dinners
# - 100 Websites
# - 100 Databases
# - 100 SSL Certificates
# - 100 Support Tickets


testimonials:
Expand Down
15 changes: 6 additions & 9 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ useSeoMeta({
/>
</UBadge>
</template>

<!-- <Placeholder /> -->
<img
:src="page.hero.image.src" alt="Hero image"
Expand Down Expand Up @@ -66,18 +66,14 @@ useSeoMeta({
>
</ULandingSection>

<ULandingSection
:headline="page.mission.headline"
:title="page.mission.title"
:description="page.mission.description" :links="page.mission.links"
/>

<!--

<ULandingSection :title="page.pricing.title" :description="page.pricing.description" :headline="page.pricing.headline">
<UPricingGrid id="pricing" compact class="scroll-mt-[calc(var(--header-height)+140px+128px+96px)]">
<UPricingCard v-for="(plan, index) in page.pricing.plans" :key="index" v-bind="plan" />
</UPricingGrid>
</ULandingSection>
<!--
<ULandingSection
:title="page.pricing.title" :description="page.pricing.description"
:headline="page.pricing.headline"
Expand Down Expand Up @@ -120,6 +116,7 @@ useSeoMeta({
<ULandingCTA v-bind="page.cta" :card="false" />
</ULandingSection>
-->
<ULandingSection
id="faq" :title="page.faq.title" :description="page.faq.description"
class="scroll-mt-[var(--header-height)]"
Expand All @@ -134,6 +131,6 @@ useSeoMeta({
}
}" class="max-w-4xl mx-auto"
/>
</ULandingSection> -->
</ULandingSection>
</div>
</template>

0 comments on commit 3f79162

Please sign in to comment.