2 Commits

Author SHA1 Message Date
bf75fb091e Update src/app/page.tsx 2026-05-13 11:06:34 +00:00
3c7160941f Merge version_1 into main
Merge version_1 into main
2026-05-13 11:00:39 +00:00

View File

@@ -39,6 +39,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Rajesh Properties" brandName="Rajesh Properties"
logoSrc="https://img.b2bpic.net/free-photo/rp-logo-placeholder.png"
button={{ text: "Contact Us", href: "#contact" }} button={{ text: "Contact Us", href: "#contact" }}
/> />
</div> </div>
@@ -176,6 +177,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline_649448-1650.jpg" imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline_649448-1650.jpg"
logoSrc="https://img.b2bpic.net/free-photo/rp-logo-placeholder.png"
logoText="Rajesh Properties" logoText="Rajesh Properties"
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },