Merge version_1 into main #2
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Building, Building2, CheckCircle, Hammer, ImageSquare, MessageSquare, Star, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
import { Award, Building, Building2, CheckCircle, Hammer, Image, MessageSquare, Star, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
background="animated-grid"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,10 +45,10 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Build Your Dream With Precision & Trust"
|
||||
description="Premium construction services delivering quality, reliability, and innovation. From concept to completion, we transform your vision into reality with decades of industry expertise."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg?_wi=1", imageAlt: "Completed residential construction project with modern architecture"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg", imageAlt: "Completed residential construction project with modern architecture"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg", imageAlt: "Large commercial construction project showcasing structural work"
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beard-worker-man-suit-construction-worker-safety-orange-helmet-sunglasses-against-tractor-with-mobile-phone-hand_627829-11387.jpg", imageAlt: "Professional construction site with heavy machinery and skilled crew"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg?_wi=2", imageAlt: "Completed residential project demonstrating our quality craftsmanship"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg", imageAlt: "Completed residential project demonstrating our quality craftsmanship"
|
||||
}
|
||||
]}
|
||||
tag="Trusted Since 2005"
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
title="Featured Projects"
|
||||
description="Explore a selection of our completed projects that showcase our commitment to quality, innovation, and client satisfaction. Each project represents our dedication to excellence."
|
||||
tag="Portfolio"
|
||||
tagIcon={ImageSquare}
|
||||
tagIcon={Image}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
||||
description="Contact Jacobs Construction today to discuss your project. Our team is ready to transform your vision into reality."
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Consultation"
|
||||
|
||||
Reference in New Issue
Block a user