Merge version_1 into main #4
@@ -45,7 +45,7 @@ export default function BlogPage() {
|
||||
</div>
|
||||
) : (
|
||||
<BlogCardTwo
|
||||
items={posts}
|
||||
posts={posts}
|
||||
title="Latest Articles"
|
||||
description="Insights and updates from our team"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import React from 'react';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
|
||||
@@ -94,7 +94,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Roofing Repair Guy"
|
||||
bottomLeftText="Aurora, IL"
|
||||
bottomRightText="(630) 523-8819"
|
||||
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="Roofing Repair Guy"
|
||||
bottomLeftText="Aurora, IL"
|
||||
bottomRightText="(630) 523-8819"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -167,7 +165,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Roofing Repair Guy"
|
||||
bottomLeftText="Aurora, IL"
|
||||
bottomRightText="(630) 523-8819"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-detail-card" data-section="product-detail-card">
|
||||
|
||||
@@ -61,7 +61,6 @@ function ShopPageContent() {
|
||||
brandName="Roofing Repair Guy"
|
||||
bottomLeftText="Aurora, IL"
|
||||
bottomRightText="(630) 523-8819"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -107,7 +106,6 @@ function ShopPageContent() {
|
||||
brandName="Roofing Repair Guy"
|
||||
bottomLeftText="Aurora, IL"
|
||||
bottomRightText="(630) 523-8819"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
|
||||
Reference in New Issue
Block a user