diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3769a35..cb83159 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -5,7 +5,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { useBlogPosts } from "@/hooks/useBlogPosts"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Facebook, Instagram, Twitter } from 'lucide-react'; export default function BlogPage() { const { posts, isLoading } = useBlogPosts(); @@ -28,12 +29,12 @@ export default function BlogPage() { - + diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e3b07d..928ae64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Facebook, Heart, Instagram, Pinterest, Sparkles, Star } from "lucide-react"; +import { Facebook, Heart, Instagram, Twitter, Sparkles, Star } from "lucide-react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -59,7 +59,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { id: "carousel-item-1", imageSrc: "https://img.b2bpic.net/free-photo/little-bouquet-peonies-stands-tall-vase-with-water_8353-762.jpg", imageAlt: "Elegant red rose arrangement" }, - { id: "carousel-item-2", imageSrc: "https://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=1", imageAlt: "Soft pastel floral centerpiece" }, + { id: "carousel-item-2", imageSrc: "https://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg", imageAlt: "Soft pastel floral centerpiece" }, { id: "carousel-item-3", imageSrc: "https://img.b2bpic.net/free-photo/view-delicate-white-roses-bouquet-vase_23-2150539964.jpg", imageAlt: "Vintage-style floral decor" }, { id: "carousel-item-4", imageSrc: "https://img.b2bpic.net/free-photo/plant-nature-fresh-vase-color_1203-5016.jpg", imageAlt: "Modern minimalist bouquet" }, { id: "carousel-item-5", imageSrc: "https://img.b2bpic.net/free-photo/view-flowers-transparent-glass-with-water-drops_23-2149478596.jpg", imageAlt: "Luxurious wedding floral setup" }, @@ -107,7 +107,7 @@ export default function LandingPage() { diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f3d115e..f910595 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -128,7 +127,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -168,7 +166,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6984156..74fc5be 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,7 +40,6 @@ function ShopPageContent() { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -72,7 +71,6 @@ function ShopPageContent() { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />