Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-23 14:16:28 +00:00

View File

@@ -57,16 +57,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Jessica L.", handle: "@BrokerPro", testimonial: "Dealcore transformed how I connect with clients. Listings are simple, and the reward system is incredibly motivating!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-businesswoman_23-2147702111.jpg", imageAlt: "Jessica L. Testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-businesswoman_23-2147702111.jpg?_wi=1", imageAlt: "Jessica L. Testimonial"},
{
name: "Mark T.", handle: "@PropertyExpert", testimonial: "Finding qualified buyers for premium properties has never been easier. Dealcore is a game-changer for the industry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-lift-hands-up-does-fist-pump-celebrates-victory-wins-smth-achi_1258-116857.jpg", imageAlt: "Mark T. Testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-lift-hands-up-does-fist-pump-celebrates-victory-wins-smth-achi_1258-116857.jpg?_wi=1", imageAlt: "Mark T. Testimonial"},
{
name: "Sarah P.", handle: "@VehicleDeals", testimonial: "As a vehicle broker, Dealcore gave me access to a wider market and a straightforward process for closing sales.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageAlt: "Sarah P. Testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=1", imageAlt: "Sarah P. Testimonial"},
{
name: "David M.", handle: "@LandBroker", testimonial: "The platform's features are robust, and the support team is excellent. Highly recommend for any serious broker.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg", imageAlt: "David M. Testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg?_wi=1", imageAlt: "David M. Testimonial"},
]}
testimonialRotationInterval={6000}
tag="Your Dealflow Partner"
@@ -130,17 +130,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "home-1", name: "Luxury Family Home", price: "$1,200,000", variant: "Real Estate", imageSrc: "http://img.b2bpic.net/free-photo/miniature-model-house-real-estate-sale-against-blurred-backdrop_23-2148060146.jpg", imageAlt: "Luxury family home"},
id: "home-1", name: "Luxury Family Home", price: "$1,200,000", variant: "Real Estate", imageSrc: "http://img.b2bpic.net/free-photo/miniature-model-house-real-estate-sale-against-blurred-backdrop_23-2148060146.jpg?_wi=1", imageAlt: "Luxury family home"},
{
id: "land-1", name: "Prime Development Land", price: "$500,000", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/green-landscape-with-autumn-leafless-trees-cloudscape-background_181624-48415.jpg", imageAlt: "Open land plot"},
id: "land-1", name: "Prime Development Land", price: "$500,000", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/green-landscape-with-autumn-leafless-trees-cloudscape-background_181624-48415.jpg?_wi=1", imageAlt: "Open land plot"},
{
id: "vehicle-1", name: "Executive Sedan", price: "$45,000", variant: "Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/i-m-very-impressed-about-that-new-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16065.jpg", imageAlt: "Modern executive sedan"},
id: "vehicle-1", name: "Executive Sedan", price: "$45,000", variant: "Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/i-m-very-impressed-about-that-new-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16065.jpg?_wi=1", imageAlt: "Modern executive sedan"},
{
id: "home-2", name: "Cozy Suburban House", price: "$750,000", variant: "Real Estate", imageSrc: "http://img.b2bpic.net/free-photo/miniature-model-house-real-estate-sale-against-blurred-backdrop_23-2148060146.jpg", imageAlt: "Cozy suburban house"},
id: "home-2", name: "Cozy Suburban House", price: "$750,000", variant: "Real Estate", imageSrc: "http://img.b2bpic.net/free-photo/miniature-model-house-real-estate-sale-against-blurred-backdrop_23-2148060146.jpg?_wi=2", imageAlt: "Cozy suburban house"},
{
id: "land-2", name: "Agricultural Farmland", price: "$800,000", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/green-landscape-with-autumn-leafless-trees-cloudscape-background_181624-48415.jpg", imageAlt: "Agricultural farmland"},
id: "land-2", name: "Agricultural Farmland", price: "$800,000", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/green-landscape-with-autumn-leafless-trees-cloudscape-background_181624-48415.jpg?_wi=2", imageAlt: "Agricultural farmland"},
{
id: "vehicle-2", name: "Rugged SUV", price: "$60,000", variant: "Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/i-m-very-impressed-about-that-new-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16065.jpg", imageAlt: "Rugged SUV"},
id: "vehicle-2", name: "Rugged SUV", price: "$60,000", variant: "Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/i-m-very-impressed-about-that-new-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16065.jpg?_wi=2", imageAlt: "Rugged SUV"},
]}
title="Explore Diverse Property & Vehicle Listings"
description="From prime real estate to reliable vehicles, Dealcore connects you to a world of opportunities. Find or list the perfect asset with confidence."
@@ -174,16 +174,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Real Estate Broker", company: "Summit Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-businesswoman_23-2147702111.jpg", imageAlt: "Sarah Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-businesswoman_23-2147702111.jpg?_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "Vehicle Sales Specialist", company: "Velocity Motors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-lift-hands-up-does-fist-pump-celebrates-victory-wins-smth-achi_1258-116857.jpg", imageAlt: "Michael Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-lift-hands-up-does-fist-pump-celebrates-victory-wins-smth-achi_1258-116857.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", role: "Land Acquisition Agent", company: "Green Acres Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageAlt: "Emily Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", role: "Commercial Property Broker", company: "Urban Space Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg", imageAlt: "David Kim"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740311.jpg?_wi=2", imageAlt: "David Kim"},
{
id: "5", name: "Sophia Lee", role: "Luxury Vehicle Broker", company: "Elite Rides", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-successful-diverse-business-partners-having-business-meeting-modern-office_181624-28001.jpg", imageAlt: "Sophia Lee"},