diff --git a/src/components/Carousel.astro b/src/components/Carousel.astro new file mode 100644 index 0000000..927a63a --- /dev/null +++ b/src/components/Carousel.astro @@ -0,0 +1,115 @@ +--- +import Feature1 from '@components/features/Feature1.astro' +import Feature2 from '@components/features/Feature2.astro' +import Feature3 from '@components/features/Feature3.astro' +import Feature4 from '@components/features/Feature4.astro' +--- + +
+ + + + +
+ + + File Manager + Console + Multi-Admin + Much More + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/features/Feature1.astro b/src/components/features/Feature1.astro new file mode 100644 index 0000000..fdab8c9 --- /dev/null +++ b/src/components/features/Feature1.astro @@ -0,0 +1,49 @@ +--- +import Card from '@components/Card.astro' +import CardGrid from '@components/CardGrid.astro' + +import {Rocket} from '@iconoir/vue' +--- + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/features/Feature2.astro b/src/components/features/Feature2.astro new file mode 100644 index 0000000..e05fd39 --- /dev/null +++ b/src/components/features/Feature2.astro @@ -0,0 +1,50 @@ +--- +import Card from '@components/Card.astro' +import CardGrid from '@components/CardGrid.astro' + +import {Rocket} from '@iconoir/vue' +--- + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/features/Feature3.astro b/src/components/features/Feature3.astro new file mode 100644 index 0000000..ea486bb --- /dev/null +++ b/src/components/features/Feature3.astro @@ -0,0 +1,49 @@ +--- +import Card from '@components/Card.astro' +import CardGrid from '@components/CardGrid.astro' + +import {Rocket} from '@iconoir/vue' +--- + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/features/Feature4.astro b/src/components/features/Feature4.astro new file mode 100644 index 0000000..91e04c1 --- /dev/null +++ b/src/components/features/Feature4.astro @@ -0,0 +1,50 @@ +--- +import Card from '@components/Card.astro' +import CardGrid from '@components/CardGrid.astro' + +import {Rocket} from '@iconoir/vue' +--- + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file