diff --git a/public/house-icon-0.svg b/public/house-icon-0.svg index 657a48bb..f233d3e7 100644 --- a/public/house-icon-0.svg +++ b/public/house-icon-0.svg @@ -1,48 +1,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/house-icon-4.svg b/public/house-icon-4.svg new file mode 100644 index 00000000..c6055ce7 --- /dev/null +++ b/public/house-icon-4.svg @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/app/components/home/CardTiles.tsx b/src/app/components/home/CardTiles.tsx index 630e64e6..048853cc 100644 --- a/src/app/components/home/CardTiles.tsx +++ b/src/app/components/home/CardTiles.tsx @@ -19,7 +19,7 @@ export default function CardTiles({
{Portfolios.map((portfolio, index) => { - const image_idx = index % 4; + const image_idx = index % 5; return ( - + +
Add New
diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index 9840a5ba..f1b63990 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -36,7 +36,7 @@ const Home = async () => { { id: "d290f1ee-6c54-4b01-90e6-d701748f0857", title: "Portfolio 7", - budget: "£33k", + budget: "£233k", }, { id: "d290f1ee-6c54-4b01-90e6-d701748f0858", @@ -51,7 +51,7 @@ const Home = async () => { { id: "d290f1ee-6c54-4b01-90e6-d701748f0860", title: "Portfolio 10", - budget: "£93k", + budget: "93k", }, ]; diff --git a/src/app/portfolio/[slug]/page.tsx b/src/app/portfolio/[slug]/page.tsx index a42776ed..4e2d1541 100644 --- a/src/app/portfolio/[slug]/page.tsx +++ b/src/app/portfolio/[slug]/page.tsx @@ -143,35 +143,35 @@ export default async function Page({ { id: "d290f1ee-6c54-4b01-90e6-d701748f0855", title: "Portfolio 5", - budget: 35000, - cost: 35000, + budget: 250000, + cost: 250000, co2Reduction: 1.9, totalWorksHours: 15, - totalValueIncrease: 35000 * 1.2, - rentalYieldIncrease: 35000 * 0.002, - properties: generateProperties(35000, "5") as Property[], + totalValueIncrease: 250000 * 1.2, + rentalYieldIncrease: 250000 * 0.002, + properties: generateProperties(250000, "5") as Property[], }, { id: "d290f1ee-6c54-4b01-90e6-d701748f0856", title: "Portfolio 6", - budget: 30000, - cost: 30000, + budget: 410000, + cost: 410000, co2Reduction: 1.4, totalWorksHours: 10, - totalValueIncrease: 30000 * 1.2, - rentalYieldIncrease: 30000 * 0.002, - properties: generateProperties(10000, "6") as Property[], + totalValueIncrease: 410000 * 1.2, + rentalYieldIncrease: 410000 * 0.002, + properties: generateProperties(410000, "6") as Property[], }, { id: "d290f1ee-6c54-4b01-90e6-d701748f0857", title: "Portfolio 7", - budget: 33000, - cost: 33000, + budget: 233000, + cost: 233000, co2Reduction: 10.4, totalWorksHours: 25, - totalValueIncrease: 33000 * 1.2, - rentalYieldIncrease: 33000 * 0.002, - properties: generateProperties(33000, "7") as Property[], + totalValueIncrease: 233000 * 1.2, + rentalYieldIncrease: 233000 * 0.002, + properties: generateProperties(233000, "7") as Property[], }, { id: "d290f1ee-6c54-4b01-90e6-d701748f0858", @@ -257,8 +257,8 @@ export default async function Page({
-
-
+
+
- +
+ +
-
+
{properties.length === 0 ? ( ) : (