diff --git a/src/app/pages/Houses/Houses.jsx b/src/app/pages/Houses/Houses.jsx index 3df4653a..cdf39518 100644 --- a/src/app/pages/Houses/Houses.jsx +++ b/src/app/pages/Houses/Houses.jsx @@ -22,31 +22,29 @@ import House3 from "./assets/Group3.png"; import House4 from "./assets/Group4.png"; import FAQ_QUESTIONS from "./assets/FAQ.json"; +const PUBLIC_POINTS_SPREADSHEET = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQ6BbuyZ3vqmItkfe48YYgeqdiK8cN8OogbcKvQrc3W4Y5705HWqGNEEseWb-V5rZC3-Rmd21lCaVVJ/pubhtml"; + export const Houses = memo(() => { const HOUSES = [ { name: "Water Tribe", icon: House1, description: "peaceful and resilient, this group presents calm and flow", - link: "https://docs.google.com/spreadsheets/d/1bEw6QacTrd6lTbqqx3D1CfJ068MuCs8cQRncch7Z_00/edit?usp=sharing", }, { name: "Earth Kingdom", icon: House2, description: "A diverse and resourceful nation known for its resolve", - link: "https://docs.google.com/spreadsheets/d/1GYwUszVwXia8AHADNwLRsiOQJvziCoSoblxnd1hR5AU/edit?usp=sharing", }, { name: "Fire Nation", icon: House3, description: "A powerful and ambitious empire ruled by determination", - link: "https://docs.google.com/spreadsheets/d/1ELynayIT6gn9DgyMRca5MmKwklLmVLqlM1-ofZdOx10/edit?usp=sharing", }, { name: "Air Nomads", icon: House4, description: "A nomadic society driven by a drive for peace", - link: "https://docs.google.com/spreadsheets/d/1ZOgMm07NGX_-DrO8enfEvCBsmawohOqziiyjTZSEn40/edit?usp=sharing", }, ]; @@ -155,34 +153,26 @@ export const Houses = memo(() => { The Houses