Routed Sortiment to Gallery
Moved the Sortiment anchor to the HeritageSection by setting id="gallery" on the heritage section, removed GallerySection from index, and updated Index to exclude the separate gallery component. This makes the Sortment link scroll to Mandelkubb/Kolasittan section directly. X-Lovable-Edit-ID: edt-67660dcc-ebd3-4972-b216-04d41db3b986
This commit is contained in:
@@ -56,7 +56,7 @@ const HeritageSection = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<section className="bg-secondary/30 py-24 px-6">
|
||||
<section id="gallery" className="bg-secondary/30 py-24 px-6">
|
||||
<div className="max-w-6xl mx-auto">
|
||||
{/* Heritage Hero */}
|
||||
<div
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
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";
|
||||
@@ -10,7 +9,6 @@ const Index = () => {
|
||||
<div className="bg-background text-foreground min-h-screen">
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<GallerySection />
|
||||
<HeritageSection />
|
||||
<PlansSection />
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user