diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d8a723b..b76867f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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' }, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5289cf2..6f21720 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 2717163..af1e71a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) }} />
@@ -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) }} />
@@ -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) }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6088c8c..6aae700 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,7 +37,6 @@ function ShopPageContent() { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => {} }} />
@@ -68,7 +67,6 @@ function ShopPageContent() { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => {} }} />