RECENT SALES

Claim your dream home and enjoy a seamless buying experience on your timeline!

const teamMembers = [ { name: "Emily Kim", role: "Founder" }, { name: "Michael Steward", role: "Creative Director" }, { name: "Emma Rodriguez", role: "Lead Developer" }, { name: "Julia Gimmel", role: "UX Designer" }, { name: "Lisa Anderson", role: "Marketing Manager" }, { name: "James Wilson", role: "Product Manager" } ]; const cards = document.querySelectorAll(".card"); const dots = document.querySelectorAll(".dot"); const memberName = document.querySelector(".member-name"); const memberRole = document.querySelector(".member-role"); const leftArrow = document.querySelector(".nav-arrow.left"); const rightArrow = document.querySelector(".nav-arrow.right"); let currentIndex = 0; let isAnimating = false; function updateCarousel(newIndex) { if (isAnimating) return; isAnimating = true; currentIndex = (newIndex + cards.length) % cards.length; cards.forEach((card, i) => { const offset = (i - currentIndex + cards.length) % cards.length; card.classList.remove( "center", "left-1", "left-2", "right-1", "right-2", "hidden" ); if (offset === 0) { card.classList.add("center"); } else if (offset === 1) { card.classList.add("right-1"); } else if (offset === 2) { card.classList.add("right-2"); } else if (offset === cards.length - 1) { card.classList.add("left-1"); } else if (offset === cards.length - 2) { card.classList.add("left-2"); } else { card.classList.add("hidden"); } }); dots.forEach((dot, i) => { dot.classList.toggle("active", i === currentIndex); }); memberName.style.opacity = "0"; memberRole.style.opacity = "0"; setTimeout(() => { memberName.textContent = teamMembers[currentIndex].name; memberRole.textContent = teamMembers[currentIndex].role; memberName.style.opacity = "1"; memberRole.style.opacity = "1"; }, 300); setTimeout(() => { isAnimating = false; }, 800); } leftArrow.addEventListener("click", () => { updateCarousel(currentIndex - 1); }); rightArrow.addEventListener("click", () => { updateCarousel(currentIndex + 1); }); dots.forEach((dot, i) => { dot.addEventListener("click", () => { updateCarousel(i); }); }); cards.forEach((card, i) => { card.addEventListener("click", () => { updateCarousel(i); }); }); document.addEventListener("keydown", (e) => { if (e.key === "ArrowLeft") { updateCarousel(currentIndex - 1); } else if (e.key === "ArrowRight") { updateCarousel(currentIndex + 1); } }); let touchStartX = 0; let touchEndX = 0; document.addEventListener("touchstart", (e) => { touchStartX = e.changedTouches[0].screenX; }); document.addEventListener("touchend", (e) => { touchEndX = e.changedTouches[0].screenX; handleSwipe(); }); function handleSwipe() { const swipeThreshold = 50; const diff = touchStartX - touchEndX; if (Math.abs(diff) > swipeThreshold) { if (diff > 0) { updateCarousel(currentIndex + 1); } else { updateCarousel(currentIndex - 1); } } } updateCarousel(0);

6000 Canterbury Dr Unit D302

Culver City, CA 90230

$539,000

1 Bed | 1 Bath | 800 Sqft

6909 Knowlton Pl APT 206

Los Angeles, CA 90045

$690,000

2 Beds | 2 Baths | 1,057 Sqft

3101 W 60th St

Los Angeles, CA 90043

$670,000

3 Beds, 2 Baths, 1,005 Sqft

1411 N Detroit St Unit 401

Los Angeles, CA 90046

$1,098,000

2 Beds | 3 Baths | 1,680 Sqft

1665 Federal Ave Unit 102

Los Angeles, CA 90025

$980,000

2 Beds | 2 Baths | 1,768 Sqft

901 Hanley Ave

Los Angeles, CA 90049

$2,350,000

3 Beds, 3 Baths, 2,109 Sqft

Excellence in Numbers

Discover the impact of our service through key numbers in Los Angeles, California. From first-time buyers to seasoned homeowners, and from leads to savvy investors, we are committed to delivering unwavering support at every stage of the real estate journey.

#1

BROKERAGE
IN LOS ANGELES

3000+

Families Served

778

FAMILIES SERVED 2024

$3 BILLION

PROPERTIES SOLD
ALL TIME

RESOURCES

ADDRESS

FOLLOW US

© 2025. Abode Realty Group. All Rights Reserved.