diff --git a/src/demo/Backgrounds/GridMotionDemo.vue b/src/demo/Backgrounds/GridMotionDemo.vue index 6cfd63b..4ba14d7 100644 --- a/src/demo/Backgrounds/GridMotionDemo.vue +++ b/src/demo/Backgrounds/GridMotionDemo.vue @@ -59,27 +59,27 @@ const images = Array.from({ length: numberOfImages }, () => imageUrl); const items = [ 'Item 1', - `
Custom Content
`, + `
Custom Content
`, 'https://images.unsplash.com/photo-1723403804231-f4e9b515fe9d?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', 'Item 2', - `
Custom Content
`, + `
Custom Content
`, 'Item 4', - `
Custom Content
`, + `
Custom Content
`, 'https://images.unsplash.com/photo-1723403804231-f4e9b515fe9d?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', 'Item 5', - `
Custom Content
`, + `
Custom Content
`, 'Item 7', - `
Custom Content
`, + `
Custom Content
`, 'https://images.unsplash.com/photo-1723403804231-f4e9b515fe9d?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', 'Item 8', - `
Custom Content
`, + `
Custom Content
`, 'Item 10', - `
Custom Content
`, + `
Custom Content
`, 'https://images.unsplash.com/photo-1723403804231-f4e9b515fe9d?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', 'Item 11', - `
Custom Content
`, + `
Custom Content
`, 'Item 13', - `
Custom Content
`, + `
Custom Content
`, 'https://images.unsplash.com/photo-1723403804231-f4e9b515fe9d?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', 'Item 14' ];