Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 13:30:12 +00:00

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
description="Inspired Brew is more than a real estate company—we're your trusted partner in every property decision. Founded on principles of honesty and client-first service, we've built lasting relationships by delivering transparent guidance and professional expertise."
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg?_wi=1"
imageAlt="Inspired Brew professional office"
imagePosition="right"
mediaAnimation="slide-up"
@@ -112,19 +112,19 @@ export default function LandingPage() {
features={[
{
id: "sales", title: "Property Sales", descriptions: ["Expert guidance through residential and commercial property transactions", "Comprehensive market analysis and property valuation", "Seamless negotiation and closing support"],
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg", imageAlt: "Property Sales Service"
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=1", imageAlt: "Property Sales Service"
},
{
id: "consulting", title: "Real Estate Consulting", descriptions: ["Strategic market insights for informed investment decisions", "Portfolio analysis and property recommendations", "Professional guidance tailored to your goals"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg", imageAlt: "Real Estate Consulting"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg?_wi=1", imageAlt: "Real Estate Consulting"
},
{
id: "investment", title: "Investment Opportunities", descriptions: ["Curated investment properties with strong return potential", "Detailed investment analysis and risk assessment", "Long-term wealth building strategies"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg", imageAlt: "Investment Opportunities"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg?_wi=1", imageAlt: "Investment Opportunities"
},
{
id: "management", title: "Property Management", descriptions: ["Full-service property management for residential and commercial", "Tenant relations and maintenance coordination", "Financial reporting and performance optimization"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg", imageAlt: "Property Management"
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg?_wi=2", imageAlt: "Property Management"
}
]}
/>
@@ -141,13 +141,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Luxury Downtown Penthouse", price: "$2,450,000", imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg", imageAlt: "Luxury Downtown Penthouse"
id: "1", name: "Luxury Downtown Penthouse", price: "$2,450,000", imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=2", imageAlt: "Luxury Downtown Penthouse"
},
{
id: "2", name: "Modern Urban Loft", price: "$1,875,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg", imageAlt: "Modern Urban Loft"
id: "2", name: "Modern Urban Loft", price: "$1,875,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg?_wi=2", imageAlt: "Modern Urban Loft"
},
{
id: "3", name: "Premium Waterfront Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg", imageAlt: "Premium Waterfront Estate"
id: "3", name: "Premium Waterfront Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg?_wi=2", imageAlt: "Premium Waterfront Estate"
}
]}
/>