diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index ea7e7d0..34c2963 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -15,10 +15,6 @@ const Footer = () => {
- {/* Divider */}
-
- ✦
-
{/* Links */}
diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx
index b9a8ea0..a9c2735 100644
--- a/src/components/HeroSection.tsx
+++ b/src/components/HeroSection.tsx
@@ -17,9 +17,6 @@ const HeroSection = () => {
Svenskt konditorhantverk sedan 1953
-
- ❧
-
Äkta fika levererat till ditt företag — varje vecka
@@ -41,10 +38,6 @@ const HeroSection = () => {
- {/* Bottom ornament */}
-
- ❦
-
);
};