Bob AI: [Block: metric-card-one|Metric Card One|/blocks/me...
This commit is contained in:
@@ -12,6 +12,7 @@ import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Award, Star, Users, Heart, TrendingUp, HelpCircle, Phone, CheckCircle } from "lucide-react";
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,6 +61,19 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric_card_one" data-section="metric_card_one">
|
||||
<MetricCardOne
|
||||
carouselMode="auto"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="none"
|
||||
title="World-Class Equestrian Training"
|
||||
description="Experience unparalleled training and development for both riders and horses."
|
||||
tag="Training"
|
||||
buttons={[{ label: "Learn More", href: "#" }, { label: "Enroll Now", href: "#" }]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Heritage"
|
||||
|
||||
Reference in New Issue
Block a user