Merge version_1 into main #2
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-pointing-something_329181-2832.jpg", imageAlt: "Professional construction site"
|
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-pointing-something_329181-2832.jpg", imageAlt: "Professional construction site"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=1", imageAlt: "Completed residential masonry project"
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg", imageAlt: "Completed residential masonry project"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg?_wi=1", imageAlt: "Commercial construction work"
|
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg", imageAlt: "Commercial construction work"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
@@ -108,10 +108,10 @@ export default function LandingPage() {
|
|||||||
tag="Portfolio"
|
tag="Portfolio"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Downtown Commercial Complex", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=2", imageAlt: "Downtown commercial masonry project"
|
id: "1", name: "Downtown Commercial Complex", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg", imageAlt: "Downtown commercial masonry project"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Historic Building Restoration", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg?_wi=2", imageAlt: "Historic restoration project"
|
id: "2", name: "Historic Building Restoration", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-level_23-2147702503.jpg", imageAlt: "Historic restoration project"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Residential Home Addition", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measures-wood-with-angle-tool-makes-notes_169016-13096.jpg", imageAlt: "Residential home addition project"
|
id: "3", name: "Residential Home Addition", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measures-wood-with-angle-tool-makes-notes_169016-13096.jpg", imageAlt: "Residential home addition project"
|
||||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
|||||||
id: "2", value: "98%", description: "Customer satisfaction rate from our projects"
|
id: "2", value: "98%", description: "Customer satisfaction rate from our projects"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
metricsAnimation="reveal-blur"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user