diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 526fd26..27e3f4d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,33 +23,37 @@ export default function BlogPage() { headingFontWeight="semibold" > - - - {isLoading ? ( -
-

Loading posts...

-
- ) : ( - + - )} + + +
+ {isLoading ? ( +
+

Loading posts...

+
+ ) : ( + + )} +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b8d0ac..941d60b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,11 +28,11 @@ export default function LandingPage() { @@ -190,8 +189,7 @@ export default function LandingPage() { id: '3', title: 'What types of roofing materials do you work with?', content: - 'Our team is experienced with a wide range of roofing materials, including asphalt shingles, metal roofing, flat roofs, and more. We\'ll help you choose the best option for your property.', - }, + "Our team is experienced with a wide range of roofing materials, including asphalt shingles, metal roofing, flat roofs, and more. We'll help you choose the best option for your property."}, { id: '4', title: 'Are you licensed and insured?', diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6b430cb..eaa678a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,7 +88,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="semibold" > -