diff --git a/package.json b/package.json index e981772..23a291e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Alexy-OS", "repository": "https://github.com/alexy-os/vue-shadcn-starter", "license": "MIT", - "version": "0.2.1", + "version": "0.2.3", "private": true, "scripts": { "dev": "vite", diff --git a/src/components/sections/hero/variants.ts b/src/components/sections/hero/variants.ts index 4d7eb93..6782f97 100644 --- a/src/components/sections/hero/variants.ts +++ b/src/components/sections/hero/variants.ts @@ -12,7 +12,7 @@ export const heroVariants = cva( layout: { default: '', split: 'grid grid-cols-1 md:grid-cols-2 gap-0 items-center', - splitBox: 'container mx-auto grid grid-cols-1 md:grid-cols-2 gap-0 items-center', + splitBox: 'grid grid-cols-1 md:grid-cols-2 gap-0 items-center', centered: 'flex min-h-[inherit] items-center justify-center', asymmetric: 'grid grid-cols-1 md:grid-cols-[2fr_3fr] gap-8 items-center' }, diff --git a/src/pages/Media.vue b/src/pages/Media.vue index 6dfa086..f2e147b 100644 --- a/src/pages/Media.vue +++ b/src/pages/Media.vue @@ -99,23 +99,25 @@ const placeholderDark = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlna - + - - Designed for Modern Teams - - Built with the latest technology stack to ensure maximum performance and scalability. - - - Learn More - - - - - - + + + Designed for Modern Teams + + Built with the latest technology stack to ensure maximum performance and scalability. + + + Learn More + + + + + + + \ No newline at end of file diff --git a/src/pages/Split.vue b/src/pages/Split.vue index 6718166..84616dd 100644 --- a/src/pages/Split.vue +++ b/src/pages/Split.vue @@ -102,13 +102,13 @@ const placeholderDark = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlna - + - - + + Premium Enterprise Solutions @@ -127,20 +127,20 @@ const placeholderDark = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlna Contact Sales - - - - - - - + + + + + + + \ No newline at end of file