diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index abe0340..6038574 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -7,7 +7,7 @@ import { useBlogPosts } from "@/hooks/useBlogPosts";
// New imports based on requirements
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
+import BlogCardThree from '@/components/sections/blog/BlogCardThree';
export default function BlogPage() {
const { posts, isLoading } = useBlogPosts();
@@ -30,15 +30,13 @@ export default function BlogPage() {
@@ -49,7 +47,7 @@ export default function BlogPage() {
) : (
-
@@ -49,8 +47,8 @@ export default function LandingPage() {
logoText="MyCo"
description="Innovative solutions for a brighter future."
buttons={[
- { text: "Get Started", href: "/#contact" },
- { text: "Learn More", href: "/#about" }
+ { text: "Get Started", href: "#contact" },
+ { text: "Learn More", href: "#about" }
]}
imageSrc="https://via.placeholder.com/1920x1080.png?text=Modern+Business"
imageAlt="Modern business cityscape"
@@ -141,6 +139,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
useInvertedBackground={false}
animationType="smooth"
+ textboxLayout="default"
/>
@@ -148,7 +147,7 @@ export default function LandingPage() {
setCartOpen(true) }}
/>
@@ -157,15 +155,13 @@ function ProductPageContent({ params }: ProductPageProps) {
setCartOpen(true) }}
/>
@@ -226,15 +222,13 @@ function ProductPageContent({ params }: ProductPageProps) {
setCartOpen(true) }}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 0995fad..1aa853e 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -60,15 +60,13 @@ function ShopPageContent() {
setCartOpen(true) }}
/>
@@ -121,15 +119,13 @@ function ShopPageContent() {
setCartOpen(true) }}
/>