Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -96,22 +96,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Proven Results", description: "Average 12% above market price. Consistent track record across 200+ properties sold.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sales results chart" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Client testimonials" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Sales results chart" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Client testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Selective Approach", description: "We represent only 15 properties per year. Your sale gets undivided attention and premium positioning.", icon: Target,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Premium properties" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Curated selection" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Premium properties" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Curated selection" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Total Dedication", description: "Direct access to decision makers. No assistants. Personal guidance every step until closing.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Expert team" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Personalized service" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Expert team" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Personalized service" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -129,10 +129,10 @@ export default function LandingPage() {
|
||||
description="Value added at no extra cost."
|
||||
products={[
|
||||
{
|
||||
id: "bonus-1", name: "Home Staging Strategy", price: "Included", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Professional home staging guide"
|
||||
id: "bonus-1", name: "Home Staging Strategy", price: "Included", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Professional home staging guide"
|
||||
},
|
||||
{
|
||||
id: "bonus-2", name: "Market Analysis Report", price: "Included", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Detailed market analysis"
|
||||
id: "bonus-2", name: "Market Analysis Report", price: "Included", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Detailed market analysis"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user