Merge version_1 into main #4
@@ -66,17 +66,17 @@ export default function BlogPage() {
|
||||
{
|
||||
title: 'Company',
|
||||
items: [
|
||||
{ text: 'Home', href: '/' },
|
||||
{ text: 'About', href: '/#about' },
|
||||
{ text: 'Services', href: '/#services' },
|
||||
{ text: 'Projects', href: '/#projects' },
|
||||
{ label: 'Home', href: '/' },
|
||||
{ label: 'About', href: '/#about' },
|
||||
{ label: 'Services', href: '/#services' },
|
||||
{ label: 'Projects', href: '/#projects' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Connect',
|
||||
items: [
|
||||
{ text: 'Contact Us', href: '/#contact' },
|
||||
{ text: 'Blog', href: '/blog' },
|
||||
{ label: 'Contact Us', href: '/#contact' },
|
||||
{ label: 'Blog', href: '/blog' },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -62,13 +62,18 @@ export default function LandingPage() {
|
||||
title="Building Trust, One Project at a Time"
|
||||
description="Our commitment to excellence is reflected in every project, backed by unwavering standards."
|
||||
logos={[
|
||||
"https://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg", "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", "https://img.b2bpic.net/free-vector/anniversary-insignias_23-2147509300.jpg", "https://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "https://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg"]}
|
||||
"https://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg", "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", "https://img.b2bpic.net/free-vector/anniversary-insignias_23-2147509300.jpg", "https://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "https://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg"
|
||||
]}
|
||||
names={['Licensed', 'Insured', '20+ Years Experience', '5-Star Rated', 'Premium Materials']}
|
||||
tag="Our Credentials"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={30}
|
||||
showCard={false}
|
||||
textBoxTitleClassName="text-4xl lg:text-5xl font-semibold"
|
||||
textBoxDescriptionClassName="max-w-prose text-foreground/80"
|
||||
containerClassName="py-16"
|
||||
logoItemClassName="max-h-16 w-auto h-auto px-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -94,7 +94,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Lakeside Construction"
|
||||
bottomLeftText="Crafting Dreams into Reality"
|
||||
bottomRightText="Request a Consultation"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -126,7 +125,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Lakeside Construction"
|
||||
bottomLeftText="Crafting Dreams into Reality"
|
||||
bottomRightText="Request a Consultation"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -165,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Lakeside Construction"
|
||||
bottomLeftText="Crafting Dreams into Reality"
|
||||
bottomRightText="Request a Consultation"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-detail-card" data-section="product-detail-card">
|
||||
|
||||
@@ -37,7 +37,6 @@ function ShopPageContent() {
|
||||
brandName="Lakeside Construction"
|
||||
bottomLeftText="Crafting Dreams into Reality"
|
||||
bottomRightText="Request a Consultation"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -68,7 +67,6 @@ function ShopPageContent() {
|
||||
brandName="Lakeside Construction"
|
||||
bottomLeftText="Crafting Dreams into Reality"
|
||||
bottomRightText="Request a Consultation"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
|
||||
Reference in New Issue
Block a user