Fix gallery link targets
Link sortiment to gallery, fix footer and index to render GallerySection - Updated Footer: Vårt sortiment now links to #gallery - Updated Index: Added GallerySection import and usage between HeroSection and HeritageSection X-Lovable-Edit-ID: edt-05e6d75c-ad4e-4b52-b403-dc29220cec8c
This commit is contained in:
@@ -21,7 +21,7 @@ const Footer = () => {
|
|||||||
<a href="#" className="hover:text-primary transition-colors">
|
<a href="#" className="hover:text-primary transition-colors">
|
||||||
Om konditoriet
|
Om konditoriet
|
||||||
</a>
|
</a>
|
||||||
<a href="#" className="hover:text-primary transition-colors">
|
<a href="#gallery" className="hover:text-primary transition-colors">
|
||||||
Vårt sortiment
|
Vårt sortiment
|
||||||
</a>
|
</a>
|
||||||
<a href="#" className="hover:text-primary transition-colors">
|
<a href="#" className="hover:text-primary transition-colors">
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import Header from "@/components/Header";
|
import Header from "@/components/Header";
|
||||||
import HeroSection from "@/components/HeroSection";
|
import HeroSection from "@/components/HeroSection";
|
||||||
|
import GallerySection from "@/components/GallerySection";
|
||||||
import HeritageSection from "@/components/HeritageSection";
|
import HeritageSection from "@/components/HeritageSection";
|
||||||
import PlansSection from "@/components/PlansSection";
|
import PlansSection from "@/components/PlansSection";
|
||||||
import Footer from "@/components/Footer";
|
import Footer from "@/components/Footer";
|
||||||
@@ -9,6 +10,7 @@ const Index = () => {
|
|||||||
<div className="bg-background text-foreground min-h-screen">
|
<div className="bg-background text-foreground min-h-screen">
|
||||||
<Header />
|
<Header />
|
||||||
<HeroSection />
|
<HeroSection />
|
||||||
|
<GallerySection />
|
||||||
<HeritageSection />
|
<HeritageSection />
|
||||||
<PlansSection />
|
<PlansSection />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user