Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-18 07:37:03 +00:00
parent a3d8771fb8
commit c450fbdd2f

View File

@@ -5,136 +5,121 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { Award, CheckCircle, Clock, Shield } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Expert Legal & Business Advisory"
title="Strategic Legal Advice. Practical Business Solutions."
description="Atrium Legal & Consulting helps businesses and individuals navigate legal challenges, manage risk, and achieve commercial success with confidence."
primaryButton={{
text: "Book a Consultation", href: "#contact"}}
secondaryButton={{
text: "Call Now", href: "tel:+61200000000"}}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-lights-buildings-skyscrapers-captured-night_181624-43417.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-buildings-riverbank_1127-3107.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3783.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset_649448-1340.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/curtain-wall-building_400718-1.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boston-downtown-panorama-dusk_649448-1354.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
tag="Expert Legal & Business Advisory"
title="Strategic Legal Advice. Practical Business Solutions."
description="Atrium Legal & Consulting helps businesses and individuals navigate legal challenges, manage risk, and achieve commercial success with confidence."
primaryButton={{ text: "Book a Consultation", href: "#contact" }}
secondaryButton={{ text: "Call Now", href: "tel:+61200000000" }}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-lights-buildings-skyscrapers-captured-night_181624-43417.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-buildings-riverbank_1127-3107.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/montreal-sunrise_649448-3783.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset_649448-1340.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/curtain-wall-building_400718-1.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boston-downtown-panorama-dusk_649448-1354.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTestimonial
tag="Our Philosophy"
quote="Atrium Legal & Consulting combines deep legal expertise with a sharp commercial mindset, ensuring our clients achieve sustainable success."
author="The Atrium Team"
role="Advisory Excellence"
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-woman-with-studies-n-cafeteria_23-2147778672.jpg"
/>
</SectionErrorBoundary>
</div>
tag="Our Philosophy"
quote="Atrium Legal & Consulting combines deep legal expertise with a sharp commercial mindset, ensuring our clients achieve sustainable success."
author="The Atrium Team"
role="Advisory Excellence"
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-woman-with-studies-n-cafeteria_23-2147778672.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesImageBento
tag="Expertise"
title="Comprehensive Legal Services"
description="Sophisticated advice tailored to the evolving needs of entrepreneurs and established businesses."
items={[
{ title: "Commercial Law", description: "Contracts, agreements, and transactions.", imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg" },
{ title: "Property & Real Estate", description: "Leasing and development matters.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-563.jpg" },
{ title: "Corporate Advisory", description: "Governance and risk mitigation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-with-windows_23-2148836744.jpg" },
{ title: "Dispute Resolution", description: "Negotiation and mediation support.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-moscow-city-international-business-centre_158538-26096.jpg" },
{ title: "Business Consulting", description: "Growth strategy and operational planning.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-skyscrapers-streets-new-york-city_181624-6571.jpg" },
{ title: "General Legal", description: "Ongoing support for your business.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-interesting-building-design_23-2148252802.jpg" },
{ title: "Regulatory Guidance", description: "Staying compliant and secure.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-999.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
tag="Expertise"
title="Comprehensive Legal Services"
description="Sophisticated advice tailored to the evolving needs of entrepreneurs and established businesses."
items={[
{ title: "Commercial Law", description: "Contracts, agreements, and transactions.", imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg" },
{ title: "Property & Real Estate", description: "Leasing and development matters.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-563.jpg" },
{ title: "Corporate Advisory", description: "Governance and risk mitigation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-with-windows_23-2148836744.jpg" },
{ title: "Dispute Resolution", description: "Negotiation and mediation support.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-moscow-city-international-business-centre_158538-26096.jpg" },
{ title: "Business Consulting", description: "Growth strategy and operational planning.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-skyscrapers-streets-new-york-city_181624-6571.jpg" },
{ title: "General Legal", description: "Ongoing support for your business.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-interesting-building-design_23-2148252802.jpg" },
{ title: "Regulatory Guidance", description: "Staying compliant and secure.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-999.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsIconCards
tag="Results Driven"
title="Why Choose Atrium"
description="Proven experience delivering commercial results across New South Wales."
metrics={[
{ icon: "Award", title: "Clients Assisted", value: "100+" },
{ icon: "CheckCircle", title: "Client Satisfaction", value: "95%" },
{ icon: "Clock", title: "Years Experience", value: "10+" },
{ icon: "Shield", title: "Trust Rating", value: "A+" },
]}
/>
</SectionErrorBoundary>
</div>
tag="Results Driven"
title="Why Choose Atrium"
description="Proven experience delivering commercial results across New South Wales."
metrics={[
{ icon: "Award", title: "Clients Assisted", value: "100+" },
{ icon: "CheckCircle", title: "Client Satisfaction", value: "95%" },
{ icon: "Clock", title: "Years Experience", value: "10+" },
{ icon: "Shield", title: "Trust Rating", value: "A+" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="process" data-section="process">
<SectionErrorBoundary name="process">
<div id="process" data-section="process">
<SectionErrorBoundary name="process">
<FeaturesBentoGrid
tag="Our Process"
title="Clear, Structured Advice"
description="Our four-step engagement model ensures transparency and results at every stage of the legal journey."
features={[
{ title: "Consultation", description: "We define your objectives and challenges.", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-skyscrapers-rooftop-urban-view_649448-4740.jpg" },
{ title: "Strategy", description: "Custom roadmap to your success.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283218.jpg" },
{ title: "Implementation", description: "Executing strategies with precision.", imageSrc: "http://img.b2bpic.net/free-photo/landmarks-shanghai_1359-1099.jpg" },
{ title: "Ongoing Support", description: "Guiding you through every evolution.", imageSrc: "http://img.b2bpic.net/free-photo/building-dreamy-setting_23-2151835388.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Process"
title="Clear, Structured Advice"
description="Our four-step engagement model ensures transparency and results at every stage of the legal journey."
features={[
{ title: "Consultation", description: "We define your objectives and challenges.", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-skyscrapers-rooftop-urban-view_649448-4740.jpg" },
{ title: "Strategy", description: "Custom roadmap to your success.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283218.jpg" },
{ title: "Implementation", description: "Executing strategies with precision.", imageSrc: "http://img.b2bpic.net/free-photo/landmarks-shanghai_1359-1099.jpg" },
{ title: "Ongoing Support", description: "Guiding you through every evolution.", imageSrc: "http://img.b2bpic.net/free-photo/building-dreamy-setting_23-2151835388.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
tag="Client Stories"
title="Trusted by Leaders"
description="Read what our clients say about our commercially-focused legal advice."
testimonials={[
{
name: "Sarah Jenkins", role: "CEO", company: "Growth Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
{
name: "Michael Chen", role: "Director", company: "Innovate Labs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"},
{
name: "Emily Rodriguez", role: "Founder", company: "Eco Tech", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg"},
{
name: "David Kim", role: "General Manager", company: "Real Estate Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
{
name: "Susan Clark", role: "Director", company: "Pacific Advisory", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
tag="Client Stories"
title="Trusted by Leaders"
description="Read what our clients say about our commercially-focused legal advice."
testimonials={[
{ name: "Sarah Jenkins", role: "CEO", company: "Growth Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ name: "Michael Chen", role: "Director", company: "Innovate Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" },
{ name: "Emily Rodriguez", role: "Founder", company: "Eco Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg" },
{ name: "David Kim", role: "General Manager", company: "Real Estate Partners", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ name: "Susan Clark", role: "Director", company: "Pacific Advisory", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Contact Us"
text="Ready to discuss your legal and business needs? Reach out to our team in Greenwich today."
primaryButton={{
text: "Call Now", href: "tel:+61200000000"}}
secondaryButton={{
text: "Email Inquiry", href: "mailto:info@atriumlegal.com.au"}}
/>
</SectionErrorBoundary>
</div>
tag="Contact Us"
text="Ready to discuss your legal and business needs? Reach out to our team in Greenwich today."
primaryButton={{ text: "Call Now", href: "tel:+61200000000" }}
secondaryButton={{ text: "Email Inquiry", href: "mailto:info@atriumlegal.com.au" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}