chore: move images to public/images and update imports
This commit is contained in:
@@ -4,16 +4,12 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react';
|
||||
import clsx from 'clsx';
|
||||
|
||||
import { Container } from '@/components/Container';
|
||||
import veda1 from '@/images/dahabiyas/veda1.jpg';
|
||||
import veda2 from '@/images/dahabiyas/veda2.jpg';
|
||||
import veda3 from '@/images/dahabiyas/veda3.jpg';
|
||||
import veda4 from '@/images/dahabiyas/veda4.jpg';
|
||||
|
||||
const people = [
|
||||
{
|
||||
name: 'VEDA I',
|
||||
role: 'The ideal retreat for luxury and privacy, perfect for intimate gatherings.',
|
||||
image: veda1,
|
||||
image: '/images/dahabiyas/veda1.jpg',
|
||||
bio: [
|
||||
'6 rooms & 4 suites with balconies.',
|
||||
'Hosts up to 20 people.',
|
||||
@@ -25,7 +21,7 @@ const people = [
|
||||
{
|
||||
name: 'VEDA II',
|
||||
role: 'The perfect spacious space for larger groups seeking comfort',
|
||||
image: veda2,
|
||||
image: '/images/dahabiyas/veda2.jpg',
|
||||
bio: [
|
||||
'8 rooms & 2 suites with balconies.',
|
||||
'Hosts up to 20 people.',
|
||||
@@ -37,7 +33,7 @@ const people = [
|
||||
{
|
||||
name: 'VEDA III',
|
||||
role: 'Senior Developer',
|
||||
image: veda3,
|
||||
image: '/images/dahabiyas/veda3.jpg',
|
||||
bio: [
|
||||
'5 rooms with balconies.',
|
||||
'Hosts up to 10 people.',
|
||||
@@ -49,7 +45,7 @@ const people = [
|
||||
{
|
||||
name: 'VEDA IV',
|
||||
role: 'Senior Developer',
|
||||
image: veda4,
|
||||
image: '/images/dahabiyas/veda4.jpg',
|
||||
bio: [
|
||||
'10 rooms & 4 suites with balconies.',
|
||||
'Hosts up to 28 people.',
|
||||
|
Reference in New Issue
Block a user