chore: move images to public/images and update imports

This commit is contained in:
2025-08-20 12:35:28 +02:00
parent d602341caf
commit b7004026c0
162 changed files with 43 additions and 392 deletions

View File

@@ -2,7 +2,6 @@ import Image from 'next/image'
import React from 'react';
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action.jpg'
import '@/styles/tailwind.css'
const ThirdFeatures = () => {
@@ -58,4 +57,4 @@ const ThirdFeatures = () => {
}
export default ThirdFeatures;
export default ThirdFeatures;