diff --git a/.gitignore b/.gitignore
index 20fccdd4b84d99e50c632b9deb5d3eae964bef51..eb8dbc5409fb4c3078f6f8231fe9accb0aecae15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ yarn-error.log*
 .env.development.local
 .env.test.local
 .env.production.local
+
+.vercel
diff --git a/pages/StartPage.js b/components/StartPage.js
similarity index 100%
rename from pages/StartPage.js
rename to components/StartPage.js
diff --git a/components/data.js b/components/data.js
new file mode 100644
index 0000000000000000000000000000000000000000..469a1169dc8944bfb48a0479c03a1859aa2fef28
--- /dev/null
+++ b/components/data.js
@@ -0,0 +1,74 @@
+export const sculptureList = [{
+    name: 'Number One',
+    artist: 'Marta Colvin Andrade',
+    description: 'Number one, also known as the lonliest Number',
+    url: 'https://i.etsystatic.com/36351699/r/il/f2abd8/4058257118/il_570xN.4058257118_jqrj.jpg',
+    alt: 'Number one, also known as the loniest Number'  
+  }, {
+    name: 'Number Two',
+    artist: 'Eduardo Catalano',
+    description: 'Number Two, the Number that always has a Companion',
+    url: 'https://image.spreadshirtmedia.net/image-server/v1/products/T1459A839PA4459PT28D191008873W6840H10000/views/1,width=800,height=800,appearanceId=839,backgroundColor=F2F2F2/nummer-2-football-team-baseball-universitaetsbasketball-sticker.jpg',
+    alt: 'A gigantic metallic flower sculpture with reflective mirror-like petals and strong stamens.'
+  }, {
+    name: 'Number Three',
+    artist: 'John Woodrow Wilson',
+    description: 'all good things come in threes',
+    url: 'https://media.istockphoto.com/id/182804498/de/foto/die-zahl-3.jpg?s=612x612&w=0&k=20&c=spUqfmg_ECLEgh-yA54PT4IxVqPjo-IG-VcmsvozGb0=',
+    alt: 'The sculpture depicting a human head seems ever-present and solemn. It radiates calm and serenity.'
+  }, {
+    name: 'Number Four',
+    artist: 'Unknown Artist',
+    description: 'Four in Japanese is Pronounced the same as Death/Die',
+    url: 'https://e7.pngegg.com/pngimages/231/185/png-clipart-logo-black-and-white-brand-number-4-angle-white.png',
+    alt: 'Three monumental stone busts with the heads that are disproportionately large with somber faces.'
+  }, {
+    name: 'Number Five',
+    artist: 'Niki de Saint Phalle',
+    description: 'We have Five Fingers on each hand',
+    url: 'https://img.freepik.com/premium-psd/number-5_636958-6.jpg',
+    alt: 'A large mosaic sculpture of a whimsical dancing female figure in a colorful costume emanating joy.'
+  }, {
+    name: 'Number Six',
+    artist: 'Barbara Hepworth',
+    description: 'Six like the number of chambers in a Revolver',
+    url: 'https://roflmagnets.com/312-large_default/nummer-6.jpg',
+    alt: 'A tall sculpture made of three elements stacked on each other reminding of a human figure.'
+  }, {
+    name: 'Number Seven',
+    artist: 'Lamidi Olonade Fakeye',
+    description: "The Lucky Number",
+    url: 'https://ih1.redbubble.net/image.3277051601.5070/st,small,507x507-pad,600x600,f8f8f8.jpg',
+    alt: 'An intricate wood sculpture of a warrior with a focused face on a horse adorned with patterns.'
+  }, {
+    name: 'Number Eight',
+    artist: 'Alina Szapocznikow',
+    description: "an indefenitly drawable number",
+    url: 'https://cdn-icons-png.flaticon.com/512/10232/10232557.png',
+    alt: 'The sculpture reminds a cascade of folds, quite different from bellies in classical sculptures.'
+  }, {
+    name: 'Number Nine',
+    artist: 'Unknown Artist',
+    description: 'Number of Planets, before Pluto got downgraded',
+    url: 'https://e7.pngegg.com/pngimages/150/753/png-clipart-9-9.png',
+    alt: '12 terracotta sculptures of solemn warriors, each with a unique facial expression and armor.'
+  }, {
+    name: 'Number Ten',
+    artist: 'Louise Nevelson',
+    description: 'Total Number of our Fingers',
+    url: 'https://banner2.cleanpng.com/20180810/osr/5e408d799767ef0433fb1285edb13f6f.webp',
+    alt: 'A black matte sculpture where the individual elements are initially indistinguishable.'
+  }, {
+    name: 'Number Eleven',
+    artist: 'Ranjani Shettar',
+    description: 'The most Oscar awards won by any film is Eleven (The Lord of the Rings: The Return of the King)',
+    url: 'https://image.spreadshirtmedia.net/image-server/v1/products/T1459A839PA4459PT28D15213525W9094H10000/views/1,width=800,height=800,appearanceId=839,backgroundColor=F2F2F2/number-11-sticker.jpg',
+    alt: 'A pale wire-like sculpture mounted on concrete wall and descending on the floor. It appears light.'
+  }, {
+    name: 'Number Twelve',
+    artist: 'Taipei Zoo',
+    description: 'There are Twelve months in a year',
+    url: 'https://t4.ftcdn.net/jpg/00/89/85/09/360_F_89850913_ttgLJASgMujZ1kpdOKIfVBCm16XH8Zmr.jpg',
+    alt: 'A group of bronze hippo sculptures emerging from the sett sidewalk as if they were swimming.'
+  }];
+  
\ No newline at end of file
diff --git a/pages/indexBackUp2.js b/components/indexBackUp2.js
similarity index 95%
rename from pages/indexBackUp2.js
rename to components/indexBackUp2.js
index aeaa7ba06b80fe99e660f258c045438ed1cb92e2..ed40f3dc4fd9ca3921ebf4db8e8a82ebf573b69c 100644
--- a/pages/indexBackUp2.js
+++ b/components/indexBackUp2.js
@@ -1,4 +1,4 @@
-import { useState } from 'react';
+/*import { useState } from 'react';
 import { sculptureList } from './data.js';
 
 export default function Gallery() {
@@ -47,5 +47,5 @@ export default function Gallery() {
       </p>
     </>
   );
-}
+}*/
 //by {sculpture.artist}