Update src/app/page.tsx
This commit is contained in:
@@ -140,6 +140,9 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
title="Our Track Record"
|
||||
@@ -174,7 +177,6 @@ export default function LandingPage() {
|
||||
cardTitleClassName="text-xl font-bold mb-3"
|
||||
cardDescriptionClassName="text-base opacity-75 leading-relaxed"
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -227,7 +229,6 @@ export default function LandingPage() {
|
||||
companyClassName="text-sm font-medium text-blue-600 mt-1"
|
||||
ratingClassName="text-yellow-400 mt-3"
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -272,7 +273,6 @@ export default function LandingPage() {
|
||||
accordionTitleClassName="font-semibold text-lg cursor-pointer"
|
||||
accordionContentClassName="text-base opacity-80 leading-relaxed"
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user