diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e71724c..46b220a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,23 +30,26 @@ export default function BlogPage() { headingFontWeight="normal" > - + {isLoading ? (

Loading posts...

) : ( +
+
)} - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b5d465..1ee8428 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,17 +45,17 @@ export default function SitePage() { description="Pinnacle Roofing Company delivers unparalleled quality and service for all your residential and commercial roofing needs. Experience the difference of expert craftsmanship." background={{ variant: "plain" }} tag="Pinnacle Roofing Company" - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" buttons={[ { text: "Get a Free Estimate", href: "#contact" }, { text: "Our Services", href: "#services" }, ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roofer on a residential roof installing shingles"}, { - imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1", imageAlt: "A team of roofers working together on a roof"}, + imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", imageAlt: "A team of roofers working together on a roof"}, ]} mediaAnimation="slide-up" rating={5} @@ -74,7 +74,7 @@ export default function SitePage() { { title: "Quality Materials", description: "Only the highest-grade, durable materials are used for every project." }, { title: "Certified Professionals", description: "Our team consists of highly skilled and certified roofing specialists." }, ]} - imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2" + imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg" imageAlt="A team of roofers reviewing blueprints on a construction site" mediaAnimation="slide-up" /> @@ -163,7 +163,7 @@ export default function SitePage() { { text: "Call Us: (847) 380-8547", href: "tel:+18473808547" }, { text: "Email Us", href: "mailto:info@pinnacleroofing.com" }, ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} tagIcon={PhoneCall} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4e26b9b..70db737 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="normal" > -