Update src/app/blog/page.tsx

This commit is contained in:
2026-05-01 23:57:40 +00:00
parent 1050cd539c
commit 7a104b4b5e

View File

@@ -25,29 +25,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "How It Works",
id: "/how-it-works",
},
name: "How It Works", id: "/how-it-works"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Resources",
id: "/blog",
},
name: "Resources", id: "/blog"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Palante STS"
/>
@@ -62,35 +50,11 @@ export default function LandingPage() {
description="Guides for Orange County and Southern California families."
blogs={[
{
id: "b1",
category: "Real Estate",
title: "Selling a Senior-Owned Home",
excerpt: "Tips for maximizing market value and reducing stress.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=7",
authorName: "Palante Expert",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
date: "Jan 2026",
},
id: "b1", category: "Real Estate", title: "Selling a Senior-Owned Home", excerpt: "Tips for maximizing market value and reducing stress.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=7", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
{
id: "b2",
category: "Senior Housing",
title: "Choosing Assisted Living",
excerpt: "How to evaluate a community for your loved one.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=7",
authorName: "Palante Expert",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
date: "Jan 2026",
},
id: "b2", category: "Senior Housing", title: "Choosing Assisted Living", excerpt: "How to evaluate a community for your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg?_wi=7", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
{
id: "b3",
category: "Family Guidance",
title: "Starting the Conversation",
excerpt: "Tips for talking to mom or dad about transitioning.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=9",
authorName: "Palante Expert",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
date: "Jan 2026",
},
id: "b3", category: "Family Guidance", title: "Starting the Conversation", excerpt: "Tips for talking to mom or dad about transitioning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=9", authorName: "Palante Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "Jan 2026"},
]}
/>
</div>
@@ -104,25 +68,9 @@ export default function LandingPage() {
description="Helpful articles."
blogs={[
{
id: "b1",
category: "General",
title: "Transitioning Guide",
excerpt: "Start here.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=10",
authorName: "Palante",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
date: "2026",
},
id: "b1", category: "General", title: "Transitioning Guide", excerpt: "Start here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg?_wi=10", authorName: "Palante", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "2026"},
{
id: "b2",
category: "Real Estate",
title: "Property Tips",
excerpt: "Sales info.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=8",
authorName: "Palante",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
date: "2026",
},
id: "b2", category: "Real Estate", title: "Property Tips", excerpt: "Sales info.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150599031.jpg?_wi=8", authorName: "Palante", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", date: "2026"},
]}
/>
</div>
@@ -132,58 +80,35 @@ export default function LandingPage() {
logoText="Palante STS"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "How It Works",
href: "/how-it-works",
},
label: "How It Works", href: "/how-it-works"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Schedule Consultation",
href: "/contact",
},
label: "Schedule Consultation", href: "/contact"},
{
label: "Email: hello@gopalante.com",
href: "mailto:hello@gopalante.com",
},
label: "Email: hello@gopalante.com", href: "mailto:hello@gopalante.com"},
{
label: "Text/Call: (555) 555-5555",
href: "tel:5555555555",
},
label: "Text/Call: (213) 706-0093", href: "tel:2137060093"},
],
},
{
title: "Service Areas",
items: [
title: "Service Areas", items: [
{
label: "Orange County",
href: "#",
},
label: "Orange County", href: "#"},
{
label: "Los Angeles",
href: "#",
},
label: "Los Angeles", href: "#"},
{
label: "Riverside",
href: "#",
},
label: "Riverside", href: "#"},
{
label: "San Bernardino",
href: "#",
},
label: "San Bernardino", href: "#"},
],
},
]}