Update src/app/page.tsx

This commit is contained in:
2026-04-10 07:27:43 +00:00
parent cb8f1013d6
commit 102f28ce47

View File

@@ -44,12 +44,12 @@ export default function LandingPage() {
description="Building Dreams Into Reality. Luxury construction & premium real estate solutions in Uganda."
buttons={[{ text: "Get Started", href: "#contact" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Construction site project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Luxury home interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Modern skyscraper architecture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Real estate investment property" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Construction project team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "Luxury villa architecture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=1", imageAlt: "Construction site project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=2", imageAlt: "Luxury home interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=3", imageAlt: "Modern skyscraper architecture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=4", imageAlt: "Real estate investment property" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=5", imageAlt: "Construction project team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=6", imageAlt: "Luxury villa architecture" },
]}
/>
</div>
@@ -60,10 +60,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "s1", title: "Construction", description: "High-quality residential & commercial construction services delivered with excellence.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg", imageAlt: "luxury construction building exterior" },
{ id: "s2", title: "Real Estate", description: "Comprehensive property sales, rentals, and investment advisory for your future.", tag: "Property", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "professional client portrait business" },
{ id: "s3", title: "Architecture", description: "Modern designs with 3D visualization to bring your vision to life.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "successful real estate client portrait" },
{ id: "s4", title: "Consultancy", description: "Professional project management, site assessments, and advisory.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "confident investor portrait" },
{ id: "s1", title: "Construction", description: "High-quality residential & commercial construction services delivered with excellence.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=7", imageAlt: "luxury construction building exterior" },
{ id: "s2", title: "Real Estate", description: "Comprehensive property sales, rentals, and investment advisory for your future.", tag: "Property", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1", imageAlt: "professional client portrait business" },
{ id: "s3", title: "Architecture", description: "Modern designs with 3D visualization to bring your vision to life.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "successful real estate client portrait" },
{ id: "s4", title: "Consultancy", description: "Professional project management, site assessments, and advisory.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1", imageAlt: "confident investor portrait" },
]}
title="Our Services"
description="Expert construction, real estate development, and architectural design solutions."
@@ -76,9 +76,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "Property Investor", testimonial: "Outstanding service and attention to detail throughout the entire build process.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" },
{ id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "Professional, reliable and delivered beyond expectations. Highly recommended firm.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Architect", testimonial: "Best construction company experience we've had in Uganda, truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" },
{ id: "1", name: "Sarah Johnson", role: "Property Investor", testimonial: "Outstanding service and attention to detail throughout the entire build process.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2" },
{ id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "Professional, reliable and delivered beyond expectations. Highly recommended firm.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2" },
{ id: "3", name: "Emily Rodriguez", role: "Architect", testimonial: "Best construction company experience we've had in Uganda, truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2" },
{ id: "4", name: "David Kim", role: "Investor", testimonial: "Quality workmanship and timely delivery on every phase of our commercial project.", imageSrc: "http://img.b2bpic.net/free-photo/construction-architect-team-working-desk-office-blueprint_482257-4620.jpg" },
{ id: "5", name: "Jane Smith", role: "Developer", testimonial: "Exceptional architectural planning and very clear communication at every stage.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-old-man-with-white-helmet_23-2148269398.jpg" },
]}
@@ -94,12 +94,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Grand Villa", price: "Custom", variant: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p2", name: "Modern Heights", price: "Custom", variant: "Apartment Complex", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p3", name: "Corporate Center", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p4", name: "The Plaza", price: "Custom", variant: "Retail/Office", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p5", name: "Skyline Suites", price: "Custom", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p6", name: "Eco Haven", price: "Custom", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg" },
{ id: "p1", name: "Grand Villa", price: "Custom", variant: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=8" },
{ id: "p2", name: "Modern Heights", price: "Custom", variant: "Apartment Complex", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=9" },
{ id: "p3", name: "Corporate Center", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=10" },
{ id: "p4", name: "The Plaza", price: "Custom", variant: "Retail/Office", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=11" },
{ id: "p5", name: "Skyline Suites", price: "Custom", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=12" },
{ id: "p6", name: "Eco Haven", price: "Custom", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg?_wi=13" },
]}
title="Featured Projects"
description="Showcasing modern homes, luxury apartments, and commercial excellence."