6 Commits

Author SHA1 Message Date
7be5433011 Update src/app/page.tsx 2026-04-09 06:42:24 +00:00
8bd79ede00 Update src/app/page.tsx 2026-04-09 06:41:55 +00:00
3dc8dc21e8 Merge version_1 into main
Merge version_1 into main
2026-04-09 06:40:54 +00:00
88ab188807 Merge version_1 into main
Merge version_1 into main
2026-04-09 06:40:31 +00:00
1c8051b664 Merge version_1 into main
Merge version_1 into main
2026-04-09 06:39:56 +00:00
f9c91afc9c Merge version_1 into main
Merge version_1 into main
2026-04-09 06:39:27 +00:00

View File

@@ -2,12 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -25,100 +26,100 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarStyleApple
navItems={[ navItems={[
{ name: "About", id: "about" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Results", id: "results" }, { name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="ConsultEdge" brandName="Sunrise Construction"
button={{
text: "Schedule Discovery", href: "#contact"}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroBillboard
background={{ title="Building Your Vision with Excellence"
variant: "radial-gradient"}} description="Sunrise Construction Co. provides high-quality residential and commercial construction services with a commitment to integrity and precision."
title="Scale Your Business With Strategy" buttons={[{ text: "View Our Work", href: "#portfolio" }, { text: "Get a Quote", href: "#contact" }]}
description="We bridge the gap between your current performance and your market potential with proven consulting frameworks designed for rapid scaling." imageSrc="http://img.b2bpic.net/free-photo/construction-site_1098-17551.jpg"
tag="Trusted by 500+ Enterprises" imageAlt="Construction site overview"
buttons={[ background={{ variant: 'radial-gradient' }}
{ text: "Schedule Discovery", href: "#contact" }, />
]} </div>
mediaItems={[
{ <div id="about" data-section="about">
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241202.jpg", imageAlt: "Professional workspace"}, <InlineImageSplitTextAbout
{ heading={[{ type: 'text', content: 'About Sunrise Construction' }]}
imageSrc: "http://img.b2bpic.net/free-photo/business-growth-bar-chart-with-upward-trend_84443-86259.jpg?_wi=1", imageAlt: "Strategic planning"}, useInvertedBackground={false}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Rated 5/5 by industry leaders"
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardMedia <FeatureCardOne
animationType="slide-up" title="Our Construction Services"
description="From residential foundations to commercial complex builds, we handle every detail."
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} animationType="slide-up"
gridVariant="three-columns-all-equal-width"
features={[ features={[
{ { title: "Residential Building", description: "Crafting custom homes with premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-building-modern-house_1268-15494.jpg" },
id: "1", title: "Strategy Development", description: "Defining your path to market leadership with actionable roadmaps.", tag: "Core", imageSrc: "http://img.b2bpic.net/free-photo/business-growth-bar-chart-with-upward-trend_84443-86259.jpg?_wi=2"}, { title: "Commercial Renovations", description: "Upgrading commercial spaces for modern needs.", imageSrc: "http://img.b2bpic.net/free-photo/building-renovation-site_1098-15421.jpg" },
{ { title: "Structural Repairs", description: "Reliable solutions for all structural concerns.", imageSrc: "http://img.b2bpic.net/free-photo/renovation-building_1098-15332.jpg" },
id: "2", title: "Operational Excellence", description: "Refining your internal processes to maximize team efficiency and ROI.", tag: "Process", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-employees-meeting-break-have-fun-discussing-about-business-collaboration-happy-people-laughing-planning-marketing-project-office-handheld-shot_482257-43330.jpg"},
{
id: "3", title: "Digital Transformation", description: "Modernizing your tech stack for a future-proof, scalable infrastructure.", tag: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/globe-digital-grid-gradient-wallpaper_53876-104056.jpg"},
]} ]}
title="Our Consulting Expertise" useInvertedBackground={true}
description="Comprehensive solutions designed to tackle your biggest business challenges." />
</div>
<div id="portfolio" data-section="portfolio">
<FeatureCardOne
title="Portfolio Gallery"
description="Take a look at some of our completed projects."
textboxLayout="default"
animationType="scale-rotate"
gridVariant="four-items-2x2-equal-grid"
features={[
{ title: "Project Alpha", description: "Custom Residential Build", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-house_1268-15500.jpg" },
{ title: "Project Beta", description: "Commercial Interior", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior_1098-15420.jpg" },
{ title: "Project Gamma", description: "High-Rise Structure", imageSrc: "http://img.b2bpic.net/free-photo/city-skyscraper-construction_1098-15423.jpg" },
{ title: "Project Delta", description: "Exterior Renovation", imageSrc: "http://img.b2bpic.net/free-photo/house-renovation_1098-15424.jpg" },
]}
useInvertedBackground={false}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardFifteen
animationType="slide-up" testimonial="Sunrise Construction delivered our project on time and within budget. Professionalism at its best!"
textboxLayout="split" rating={5}
useInvertedBackground={true} author="Robert & Sarah Jenkins"
testimonials={[ avatars={[]}
{ ratingAnimation="slide-up"
id: "1", name: "Jane Doe", handle: "CEO, TechCorp", testimonial: "Transformed our revenue in just 3 months. Invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg"}, avatarsAnimation="slide-up"
{ useInvertedBackground={true}
id: "2", name: "John Smith", handle: "CTO, DataSystems", testimonial: "The digital transformation strategy was a complete game changer.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"}, />
{
id: "3", name: "Sarah Lee", handle: "Director, GlobalInc", testimonial: "Insightful, actionable, and extremely efficient.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman_1098-14872.jpg"},
{
id: "4", name: "Mark Wilson", handle: "Founder, StartupXYZ", testimonial: "Strategic clarity provided the leverage we desperately needed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84736.jpg"},
{
id: "5", name: "Anna Brown", handle: "COO, FinanceGroup", testimonial: "Exceptional team to work with. Absolute gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg"},
]}
title="What Clients Say"
description="Proven results from industry partners."
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactCTA
useInvertedBackground={false} tag="Get in touch"
background={{ title="Ready to start your project?"
variant: "radial-gradient"}} description="Contact us for a professional consultation and a competitive quote for your building needs."
text="Ready to scale your business to new heights? Let's discuss your vision today." buttons={[{ text: "Call Us Today", href: "tel:+15551234567" }]}
buttons={[ background={{ variant: "sparkles-gradient" }}
{ useInvertedBackground={false}
text: "Schedule Discovery", href: "#contact"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterSimple
logoText="ConsultEdge" columns={[
leftLink={{ { title: "Company", items: [{ label: "About Us" }, { label: "Careers" }] },
text: "Privacy Policy", href: "#"}} { title: "Resources", items: [{ label: "Blog" }, { label: "Help Center" }] }
rightLink={{ ]}
text: "Schedule Discovery", href: "#contact"}} bottomLeftText="© 2024 Sunrise Construction Co. All rights reserved."
bottomRightText="Built by Sunrise Construction"
/> />
</div> </div>
</ReactLenis> </ReactLenis>