Edit admin page

Edit home image
Added properties page
This commit is contained in:
Rahaf
2026-02-15 01:53:37 +03:00
parent 61c16f6cec
commit 6d81ff56a8
19 changed files with 4200 additions and 828 deletions

View File

@ -61,7 +61,7 @@ export default function HomePage() {
<motion.div
className="absolute inset-0 bg-cover bg-center bg-no-repeat"
style={{
backgroundImage: 'url(/hero.jpg)',
backgroundImage: 'url(/Home.jpg)',
}}
initial={{ scale: 1.1 }}
animate={{ scale: 1 }}
@ -176,7 +176,7 @@ export default function HomePage() {
<option value="house">{t("house")}</option>
<option value="villa">{t("villa")}</option>
<option value="studio">{t("studio")}</option>
<option value="penthouse">{t("penthouse")}</option>
{/* <option value="penthouse">{t("penthouse")}</option> */}
</select>
<div className="absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none">
<svg className="h-5 w-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">