Logo
Explore Help
Sign In
amer2004/SweetHome
2
0
Fork 1
You've already forked SweetHome
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9d3d02c88a099a35e132c6bd45b1512ec6e1559c
SweetHome/app/page.js

10 lines
323 B
JavaScript
Raw Normal View History

fixd larg lines in HomePage , add cookies rather than localStorage,make canvas background Login page
2026-08-04 12:51:47 +03:00
import HomeClient from "./components/home/HomeClient";
Add API client and wire up live data fetching - Created app/utils/api.js with functions for all OpenAPI endpoints - Updated main page to fetch RentProperties + SaleProperties from API - Updated properties listing page with API integration - Updated property detail page to fetch by ID from API - Added mapApiProperty() adapter to transform API responses to UI format - All pages gracefully fall back to dummy data if API is unavailable
2026-03-26 22:20:33 +00:00
fixd larg lines in HomePage , add cookies rather than localStorage,make canvas background Login page
2026-08-04 12:51:47 +03:00
export const metadata = {
title: "الصفحة الرئيسية | عقاراتك",
description: "ابحث عن العقارات والبيوت للإيجار والبيع بأسهل الطرق.",
};
Initial commit: Deploy SweetHome project
2026-01-29 19:34:28 +03:00
export default function HomePage() {
fixd larg lines in HomePage , add cookies rather than localStorage,make canvas background Login page
2026-08-04 12:51:47 +03:00
return <HomeClient />;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 54ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API