Changes
This commit is contained in:
@@ -21,7 +21,7 @@ const Footer = () => {
|
||||
<a href="#" className="hover:text-primary transition-colors">
|
||||
Om konditoriet
|
||||
</a>
|
||||
<a href="#" className="hover:text-primary transition-colors">
|
||||
<a href="#gallery" className="hover:text-primary transition-colors">
|
||||
Vårt sortiment
|
||||
</a>
|
||||
<a href="#" className="hover:text-primary transition-colors">
|
||||
|
||||
@@ -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 = () => {
|
||||
<div className="bg-background text-foreground min-h-screen">
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<GallerySection />
|
||||
<HeritageSection />
|
||||
<PlansSection />
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user