Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da26438c1e | |||
| d62cd1790f | |||
| 6db75adeea | |||
| 1f72e6b6d6 | |||
| acd5edfa08 | |||
| 4bcbbc8db4 | |||
| 7c6e21ff85 |
@@ -79,7 +79,7 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stair-pool_1203-2781.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanP4tq0gi26KyP6ID7LVKsvKY/uploaded-1772907690471-fpgwof8v.jpg",
|
||||||
imageAlt: "Belle maison côtière Vendéenne",
|
imageAlt: "Belle maison côtière Vendéenne",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Fabrice Chatelier",
|
name: "Fabrice Chatelier",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-can-solve-problem_329181-10291.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AanP4tq0gi26KyP6ID7LVKsvKY/uploaded-1772842156474-a6oliyzl.jpg",
|
||||||
imageAlt: "Fabrice Chatelier, Gérant de Montois Multi Services",
|
imageAlt: "Fabrice Chatelier, Gérant de Montois Multi Services",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -143,14 +143,6 @@ export default function PricingPage() {
|
|||||||
7,50 €/visite
|
7,50 €/visite
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr className="hover:bg-card/50 transition-colors">
|
|
||||||
<td className="py-4 px-6 text-foreground">
|
|
||||||
Mise en route du chauffe-eau et/ou du chauffage
|
|
||||||
</td>
|
|
||||||
<td className="text-right py-4 px-6 text-foreground font-semibold">
|
|
||||||
15 €
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -232,4 +224,4 @@ export default function PricingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user