>>{
"type": "hero",
"data": {
"headline": "Find your Dream Home in Cebu City",
"subheadline": "Expert guidance for buyers and sellers in Cebu",
"backgroundImage": {
"url": "",
"alt": "Panoramic view of a modern home in Cebu"
},
"cta": {
"label": "View Featured Listings",
"link": "#featuredListings",
"style": "primary"
}
}
}
>>{
"type": "testimonials",
"data": {
"heading": "Trusted by Families Across the City",
"subheading": "Don't just take my word for it.",
"reviews": [
{
"id": 1,
"author": "Maria Santos",
"role": "First-time Buyer",
"quote": "The process was incredibly smooth. We found our home in two weeks!",
"avatarUrl": "/images/avatars/maria.jpg"
},
{
"id": 2,
"author": "James & Sarah Lee",
"role": "Property Investors",
"quote": "Highly professional and knowledgeable about the local market trends.",
"avatarUrl": "/images/avatars/lee-family.jpg"
}
]
}
}
>>{
"type": "services",
"data": {
"heading": "How I Can Help You",
"services": [
{
"title": "Buying a Home",
"description": "Curated property lists matching your lifestyle and budget.",
"icon": "home-search-outline"
},
{
"title": "Selling Your Property",
"description": "Strategic marketing to get your property sold at the best price.",
"icon": "chart-line-up"
},
{
"title": "Market Consultation",
"description": "Free valuation and investment advice for the Cebu market.",
"icon": "chat-bubble-outline"
}
]
}
}
>>{
"type": "featuredListings",
"data": {
"heading": "Exclusive Properties",
"viewAllLink": "/properties",
"listings": [
{
"id": "prop_001",
"title": "Modern Condo in IT Park",
"price": "₱8,500,000",
"specs": {
"beds": 2,
"baths": 2,
"sqm": 85
},
"status": "For Sale",
"thumbnail": "/images/props/condo-01.jpg"
},
{
"id": "prop_002",
"title": "Family Home in Banilad",
"price": "₱25,000,000",
"specs": {
"beds": 4,
"baths": 3,
"sqm": 250
},
"status": "Under Offer",
"thumbnail": "/images/props/house-02.jpg"
}
]
}
}
>>{
"type": "marketStats",
"data": {
"heading": "Local Market Expertise",
"description": "Data-driven insights to help you make the right move.",
"stats": [
{
"value": "12+",
"label": "Years Experience"
},
{
"value": "₱500M+",
"label": "Total Sales Volume"
},
{
"value": "98%",
"label": "List-to-Sale Price Ratio"
}
]
}
}
>>{
"type": "about",
"data": {
"heading": "Meet Your Agent",
"agentName": "Christopher Ivan Flores",
"bio": "I believe real estate is about people, not just property. With over a decade of experience in Cebu...",
"profileImage": "/images/agent-ivan-portrait.jpg",
"credentials": [
"/images/logos/realtor-certified.png",
"/images/logos/brokerage-logo.png"
]
}
}
>>{
"type": "leadCapture",
"data": {
"headline": "Ready to Make Your Move?",
"subheadline": "Schedule a free 15-minute consultation today.",
"formConfig": {
"fields": [
{
"name": "fullName",
"type": "text",
"placeholder": "Your Name"
},
{
"name": "email",
"type": "email",
"placeholder": "Email Address"
},
{
"name": "interest",
"type": "select",
"options": [
"Buying",
"Selling"
]
}
],
"submitText": "Book Consultation",
"disclaimer": "We respect your privacy. No spam."
}
}
}