Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:06:34 +00:00
parent 3c7160941f
commit bf75fb091e

View File

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