diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 27b05a3..07bdf1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Coffee, Leaf, Flame, Users, MapPin, Instagram, Facebook, Twitter } from "lucide-react"; +import { Coffee, MapPin, Instagram, Facebook, Twitter } from "lucide-react"; export default function AboutPage() { return ( @@ -35,28 +35,19 @@ export default function AboutPage() {
-
@@ -97,4 +88,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1e87303..e5ad5bc 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -80,4 +80,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b24ea9e..a5c6c37 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c3980bf..92e6213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -57,28 +57,19 @@ export default function CoffeeShopPage() {
-
@@ -217,4 +208,4 @@ export default function CoffeeShopPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 82317e7..6ef7bb9 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9d5f9e9..35b0328 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -119,4 +119,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file