diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a0b8359..69e0ffe 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -71,4 +71,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1243ebd..d7af251 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; @@ -11,7 +11,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Camera, Heart, Sparkles, Star } from "lucide-react"; +import { Award, Camera, Heart, Sparkles, Star, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -81,28 +81,29 @@ export default function LandingPage() {
-
@@ -279,4 +280,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a7889cc..5131a52 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -102,7 +102,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" bottomRightText="hello@eliteaesthetics.com" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -148,7 +147,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" bottomRightText="hello@eliteaesthetics.com" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -201,7 +199,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" bottomRightText="hello@eliteaesthetics.com" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -250,4 +247,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9a6d2c3..d5520a5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -120,4 +120,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file