From c450fbdd2fda0f3f97ea87bccddd85ecb1179c94 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:37:03 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 211 +++++++++++++++++++---------------------- 1 file changed, 98 insertions(+), 113 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3cf2c44..d67596a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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 ( <> -
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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+" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }} + /> +
+
); -} +} \ No newline at end of file