7 Commits

Author SHA1 Message Date
da26438c1e Update src/app/page.tsx 2026-03-08 17:34:07 +00:00
d62cd1790f Update src/app/page.tsx 2026-03-07 00:09:26 +00:00
6db75adeea Update src/app/pricing/page.tsx 2026-03-07 00:06:01 +00:00
1f72e6b6d6 Merge version_2 into main
Merge version_2 into main
2026-03-07 00:05:18 +00:00
acd5edfa08 Merge version_2 into main
Merge version_2 into main
2026-03-07 00:05:03 +00:00
4bcbbc8db4 Merge version_2 into main
Merge version_2 into main
2026-03-07 00:04:37 +00:00
7c6e21ff85 Merge version_2 into main
Merge version_2 into main
2026-03-06 23:46:26 +00:00
2 changed files with 3 additions and 11 deletions

View File

@@ -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",
}, },
]} ]}

View File

@@ -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>