From 49332ba2c55f46baead430efba4e138c330ca5a9 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Tue, 27 Jan 2026 21:02:59 +0000
Subject: [PATCH] Changes
---
src/components/Footer.tsx | 2 +-
src/pages/Index.tsx | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 34c2963..3205d46 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -21,7 +21,7 @@ const Footer = () => {
Om konditoriet
-
+
VĂ¥rt sortiment
diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 4b517d8..23f801f 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -1,5 +1,6 @@
import Header from "@/components/Header";
import HeroSection from "@/components/HeroSection";
+import GallerySection from "@/components/GallerySection";
import HeritageSection from "@/components/HeritageSection";
import PlansSection from "@/components/PlansSection";
import Footer from "@/components/Footer";
@@ -9,6 +10,7 @@ const Index = () => {