2 Commits

Author SHA1 Message Date
ffa50faec8 Merge version_2_1781441669997 into main
Merge version_2_1781441669997 into main
2026-06-14 12:58:38 +00:00
kudinDmitriyUp
74e8f93f5b Bob AI: Update global styles to deep space futuristic palette 2026-06-14 12:58:35 +00:00
10 changed files with 461 additions and 279 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #050505;
--card: #0f0f0f;
--foreground: #f0f0f0;
--primary-cta: #8b5cf6;
--primary-cta-text: #ffffff;
--secondary-cta: #22d3ee;
--secondary-cta-text: #000000;
--accent: #06b6d4;
--background-accent: #1e1b4b;
/* @layout/border-radius/rounded */
--radius: 1.5rem;

View File

@@ -1,282 +1,36 @@
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid';
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { Shield, Sparkles, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly. Non-block content (wrappers, non-inlinable sections) is
// preserved inline; extracted section blocks become <XSection/> refs.
export default function HomePage() {
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import AboutSection from './HomePage/sections/About';
import FeaturesSection from './HomePage/sections/Features';
import AutomationSection from './HomePage/sections/Automation';
import MetricsSection from './HomePage/sections/Metrics';
import TestimonialsSection from './HomePage/sections/Testimonials';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
export default function HomePage(): React.JSX.Element {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroTiltedCards
tag="DFW Luxury Real Estate Innovation"
title="Redefining Luxury Through Digital Intelligence"
description="Adil Ali brings next-gen technology and concierge-level service to Dallas-Fort Worth. Experience the intersection of real estate mastery and AI-driven precision."
primaryButton={{
text: "Explore Properties",
href: "#",
}}
secondaryButton={{
text: "Talk to Adil",
href: "#contact",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912543.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248348.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248494.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248424.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="About Adil Ali"
title="The New Standard of Service"
description="With a 5.0-star rating across 26 verified client experiences, I deliver more than just transactions—I deliver outcomes. Combining hyper-local market intelligence with world-class tech-stack infrastructure."
items={[
{
icon: Sparkles,
title: "Precision Market Data",
description: "AI-backed insights ensuring optimal pricing strategies.",
},
{
icon: Zap,
title: "Concierge Tech Stack",
description: "Automation for seamless communication and lead follow-up.",
},
{
icon: Shield,
title: "Proven Trust",
description: "Every client relationship built on transparent, high-level advocacy.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215097.jpg"
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGrid
tag="Market Dominance"
title="Advanced Real Estate Bento Architecture"
description="Strategic solutions designed for the luxury DFW market landscape."
features={[
{
title: "Curated Listings",
description: "High-visibility property placement for rapid market exposure.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-investment-concept_53876-133709.jpg",
},
{
title: "Investment Analysis",
description: "ROI-focused market analytics for the modern investor.",
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg",
},
{
title: "Executive Negotiation",
description: "Elite advocacy backed by years of high-volume transaction data.",
imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900827.jpg",
},
{
title: "Dynamic Smart Tech",
description: "Innovative property tech integration for maximum efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<FeaturesSection />
<div id="automation" data-section="automation">
<SectionErrorBoundary name="automation">
<FeaturesRevealCardsBento
tag="AI Automation"
title="Free AI Receptionist Included"
description="Never miss a lead. Your own 24/7 digital concierge qualifying prospects instantly."
items={[
{
title: "24/7 Intelligent Response",
description: "Instant conversational AI for every incoming inquiry.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/business-it-expert-employs-vr-glasses-artificial-intelligence-brain_482257-126600.jpg",
},
{
title: "Buyer Qualification",
description: "Automated discovery of intent and timeline.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-uses-virtual-reality-gadget-neural-network-system_482257-126216.jpg",
},
{
title: "Seller Lead Capture",
description: "Direct CRM routing for high-intent homeowner leads.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-composition_23-2149035681.jpg",
},
{
title: "Appointment Automation",
description: "Syncs calendars and schedules viewings automatically.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-with-paper-rockets-white-background_23-2148476786.jpg",
},
{
title: "SMS Follow-up Engine",
description: "Drip campaigns that convert leads into scheduled meetings.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035777.jpg",
},
{
title: "Lead CRM Integration",
description: "Seamless data flow into your core business systems.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-interacting-with-digital-ai-brain-symbolizing-platforms_482257-126296.jpg",
},
{
title: "Real-time Notifications",
description: "Alerts you instantly when a qualified lead is ready.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/robot-showing-good-progress-graph_1048-3512.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<AutomationSection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Performance Stats"
title="Impact by the Numbers"
description="Reliable results built over 26+ successful client journeys."
metrics={[
{
value: "5.0",
description: "Client Star Rating",
},
{
value: "26+",
description: "Successful Closings",
},
{
value: "24/7",
description: "AI Receptionist Active",
},
{
value: "100%",
description: "Commitment to Results",
},
]}
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
tag="Client Trust"
title="The Adil Ali Experience"
description="See why clients choose my futuristic approach to local DFW real estate."
testimonials={[
{
name: "Sarah Miller",
role: "Tech Founder",
company: "Dallas Innovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
},
{
name: "David Chen",
role: "Real Estate Investor",
company: "Chen Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204367.jpg",
},
{
name: "Elena Rodriguez",
role: "Architect",
company: "Design Studio TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/office-executive-holding-clipboard-discussing-with-company-manager-staircase-business-building-analysing-reports-group-professional-businesspeople-working-modern-financial-workplace_482257-13826.jpg",
},
{
name: "Marcus Thorne",
role: "Investment Banker",
company: "Thorne Wealth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
{
name: "Jordan P.",
role: "Homeowner",
company: "Local DFW",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="Frequently Asked Questions"
title="Clear Answers for Future Success"
description="Demystifying the luxury real estate and automation journey."
items={[
{
question: "What areas do you serve?",
answer: "I specialize in the prime Dallas-Fort Worth metroplex, including Highland Park, Preston Hollow, and surrounding luxury enclaves.",
},
{
question: "Is the AI Receptionist included in my fee?",
answer: "Yes, I offer a complimentary AI concierge for all my exclusive clients to ensure every single inquiry is handled perfectly.",
},
{
question: "How do you leverage technology?",
answer: "From AI scheduling to data-driven marketing, I utilize a custom suite of tools to give my properties an unfair advantage in the market.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg"
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to redefine your real estate experience? Let's connect."
primaryButton={{
text: "Schedule Discovery",
href: "tel:469-407-0593",
}}
secondaryButton={{
text: "Send a Message",
href: "mailto:adil@realestate.com",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View File

@@ -0,0 +1,39 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import { Shield, Sparkles, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="About Adil Ali"
title="The New Standard of Service"
description="With a 5.0-star rating across 26 verified client experiences, I deliver more than just transactions—I deliver outcomes. Combining hyper-local market intelligence with world-class tech-stack infrastructure."
items={[
{
icon: Sparkles,
title: "Precision Market Data",
description: "AI-backed insights ensuring optimal pricing strategies.",
},
{
icon: Zap,
title: "Concierge Tech Stack",
description: "Automation for seamless communication and lead follow-up.",
},
{
icon: Shield,
title: "Proven Trust",
description: "Every client relationship built on transparent, high-level advocacy.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215097.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,64 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "automation" section.
import React from 'react';
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AutomationSection(): React.JSX.Element {
return (
<div id="automation" data-section="automation">
<SectionErrorBoundary name="automation">
<FeaturesRevealCardsBento
tag="AI Automation"
title="Free AI Receptionist Included"
description="Never miss a lead. Your own 24/7 digital concierge qualifying prospects instantly."
items={[
{
title: "24/7 Intelligent Response",
description: "Instant conversational AI for every incoming inquiry.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/business-it-expert-employs-vr-glasses-artificial-intelligence-brain_482257-126600.jpg",
},
{
title: "Buyer Qualification",
description: "Automated discovery of intent and timeline.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-uses-virtual-reality-gadget-neural-network-system_482257-126216.jpg",
},
{
title: "Seller Lead Capture",
description: "Direct CRM routing for high-intent homeowner leads.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-composition_23-2149035681.jpg",
},
{
title: "Appointment Automation",
description: "Syncs calendars and schedules viewings automatically.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-with-paper-rockets-white-background_23-2148476786.jpg",
},
{
title: "SMS Follow-up Engine",
description: "Drip campaigns that convert leads into scheduled meetings.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035777.jpg",
},
{
title: "Lead CRM Integration",
description: "Seamless data flow into your core business systems.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-interacting-with-digital-ai-brain-symbolizing-platforms_482257-126296.jpg",
},
{
title: "Real-time Notifications",
description: "Alerts you instantly when a qualified lead is ready.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/robot-showing-good-progress-graph_1048-3512.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,27 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "contact" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to redefine your real estate experience? Let's connect."
primaryButton={{
text: "Schedule Discovery",
href: "tel:469-407-0593",
}}
secondaryButton={{
text: "Send a Message",
href: "mailto:adil@realestate.com",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,35 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "faq" section.
import React from 'react';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FaqSection(): React.JSX.Element {
return (
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="Frequently Asked Questions"
title="Clear Answers for Future Success"
description="Demystifying the luxury real estate and automation journey."
items={[
{
question: "What areas do you serve?",
answer: "I specialize in the prime Dallas-Fort Worth metroplex, including Highland Park, Preston Hollow, and surrounding luxury enclaves.",
},
{
question: "Is the AI Receptionist included in my fee?",
answer: "Yes, I offer a complimentary AI concierge for all my exclusive clients to ensure every single inquiry is handled perfectly.",
},
{
question: "How do you leverage technology?",
answer: "From AI scheduling to data-driven marketing, I utilize a custom suite of tools to give my properties an unfair advantage in the market.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,42 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGrid
tag="Market Dominance"
title="Advanced Real Estate Bento Architecture"
description="Strategic solutions designed for the luxury DFW market landscape."
features={[
{
title: "Curated Listings",
description: "High-visibility property placement for rapid market exposure.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-investment-concept_53876-133709.jpg",
},
{
title: "Investment Analysis",
description: "ROI-focused market analytics for the modern investor.",
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg",
},
{
title: "Executive Negotiation",
description: "Elite advocacy backed by years of high-volume transaction data.",
imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900827.jpg",
},
{
title: "Dynamic Smart Tech",
description: "Innovative property tech integration for maximum efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,126 @@
/* eslint-disable */
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
import AuroraBackground from "@/components/ui/AuroraBackground";
import Button from "@/components/ui/Button";
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import ScrollReveal from "@/components/ui/ScrollReveal";
import { cls } from "@/lib/utils";
const primaryButton = {
text: "Explore Properties",
href: "#"
};
const secondaryButton = {
text: "Talk to Adil",
href: "#contact"
};
const items = [
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912543.jpg"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248348.jpg"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248494.jpg"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248424.jpg"
}
];
type MediaItem = { imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never };
interface HeroTiltedCardsProps {
tag: string;
title: string;
description: string;
primaryButton: { text: string; href: string };
secondaryButton: { text: string; href: string };
items: [MediaItem, MediaItem, MediaItem, MediaItem, MediaItem];
}
const HeroInline = () => {
const marqueeItems = [...items, ...items];
const galleryStyles = [
"-rotate-6 z-10 -translate-y-5",
"rotate-6 z-20 translate-y-5 -ml-15",
"-rotate-6 z-30 -translate-y-5 -ml-15",
"rotate-6 z-40 translate-y-5 -ml-15",
"-rotate-6 z-50 -translate-y-5 -ml-15",
];
return (
<section aria-label="Hero section" className="relative h-svh md:h-auto pt-25 pb-20 md:pt-30">
<AuroraBackground position="absolute" />
<HeroBackgroundSlot />
<div className="flex flex-col items-center gap-12 md:gap-15 w-full md:w-content-width mx-auto">
<div className="flex flex-col items-center gap-3 w-content-width mx-auto text-center">
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
<p>{"DFW Luxury Real Estate Innovation"}</p>
</div>
<TextAnimation
text={"Redefining Luxury Through Digital Intelligence"}
variant="slide-up"
gradientText={true}
tag="h1"
className="md:max-w-8/10 text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-center text-balance"
/>
<TextAnimation
text={"Adil Ali brings next-gen technology and concierge-level service to Dallas-Fort Worth. Experience the intersection of real estate mastery and AI-driven precision."}
variant="slide-up"
gradientText={false}
tag="p"
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-balance"
/>
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>
</div>
<ScrollReveal variant="fade-blur" delay={0.2} className="block md:hidden w-full overflow-hidden mask-padding-x">
<div className="flex w-max animate-marquee-horizontal">
{marqueeItems.map((item, index) => (
<div key={index} className="shrink-0 w-[50vw] mr-5 aspect-4/5 p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden">
<ImageOrVideo imageSrc={item.imageSrc} videoSrc={item.videoSrc} />
</div>
))}
</div>
</ScrollReveal>
<ScrollReveal variant="fade-blur" delay={0.2} className="hidden md:flex justify-center items-center w-full">
<div className="flex items-center justify-center">
{items.map((item, index) => (
<div
key={index}
className={cls(
"relative w-[23%] aspect-4/5 p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden shadow-lg transition-transform duration-500 ease-out hover:scale-110",
galleryStyles[index]
)}
>
<ImageOrVideo imageSrc={item.imageSrc} videoSrc={item.videoSrc} />
</div>
))}
</div>
</ScrollReveal>
</div>
</section>
);
};
export default function HeroSection() {
return (
<div data-webild-section="hero" id="hero">
<HeroInline />
</div>
);
}

View File

@@ -0,0 +1,38 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Performance Stats"
title="Impact by the Numbers"
description="Reliable results built over 26+ successful client journeys."
metrics={[
{
value: "5.0",
description: "Client Star Rating",
},
{
value: "26+",
description: "Successful Closings",
},
{
value: "24/7",
description: "AI Receptionist Active",
},
{
value: "100%",
description: "Commitment to Results",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,57 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonials" section.
import React from 'react';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
tag="Client Trust"
title="The Adil Ali Experience"
description="See why clients choose my futuristic approach to local DFW real estate."
testimonials={[
{
name: "Sarah Miller",
role: "Tech Founder",
company: "Dallas Innovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
},
{
name: "David Chen",
role: "Real Estate Investor",
company: "Chen Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204367.jpg",
},
{
name: "Elena Rodriguez",
role: "Architect",
company: "Design Studio TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/office-executive-holding-clipboard-discussing-with-company-manager-staircase-business-building-analysing-reports-group-professional-businesspeople-working-modern-financial-workplace_482257-13826.jpg",
},
{
name: "Marcus Thorne",
role: "Investment Banker",
company: "Thorne Wealth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
{
name: "Jordan P.",
role: "Homeowner",
company: "Local DFW",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}