@@ -15,7 +15,7 @@ import { CallToAction } from "@/ui/call-to-action"
1515 </TextEffect >
1616</SectionLayout >
1717
18- <Separator index = { 1 } >Installation</Separator >
18+ <Separator >Installation</Separator >
1919<SectionLayout >
2020
2121## Installation
@@ -32,7 +32,7 @@ pnpm add -D @halvaradop/tailwindcss-animations
3232
3333</SectionLayout >
3434
35- <Separator index = { 2 } >Configuration</Separator >
35+ <Separator >Configuration</Separator >
3636<SectionLayout >
3737
3838## Configuration
@@ -53,7 +53,7 @@ This setup ensures that the utility classes are available throughout your projec
5353
5454</SectionLayout >
5555
56- <Separator index = { 3 } >Usage</Separator >
56+ <Separator >Usage</Separator >
5757<SectionLayout >
5858
5959## Usage
@@ -77,7 +77,7 @@ This utility package offers a variety of class enhancements, such as:
7777
7878</SectionLayout >
7979
80- <Separator index = { 4 } >Customization</Separator >
80+ <Separator >Customization</Separator >
8181<SectionLayout >
8282 ### Custom Values
8383 Extend animation utilities using the ` @theme ` directive in your CSS:
@@ -94,7 +94,7 @@ This utility package offers a variety of class enhancements, such as:
9494 Use these variables to extend and customize your animation utilities.
9595</SectionLayout>
9696
97- <Separator index={5} > Key Features</Separator>
97+ <Separator> Key Features</Separator>
9898<SectionLayout>
9999
100100## Key Features
@@ -105,7 +105,7 @@ This utility package offers a variety of class enhancements, such as:
105105
106106</SectionLayout>
107107
108- <Separator index={6} > Breaking Changes</Separator>
108+ <Separator> Breaking Changes</Separator>
109109<SectionLayout>
110110
111111## Breaking Changes
@@ -118,7 +118,6 @@ As of the latest release:
118118</SectionLayout>
119119
120120<CallToAction
121- index={7}
122121 separator="Contribute"
123122 title="Get Involved"
124123 description="Have questions or ideas? Visit our community to connect, share, or contribute."
0 commit comments