Add gallery anchor

Made GallerySection reachable by id gallery to enable smooth jump from Sortment link.

X-Lovable-Edit-ID: edt-2cba6b57-b3cc-4702-8925-ffe7e68e78b3
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:01:35 +00:00
+1 -1
View File
@@ -16,7 +16,7 @@ const images = [
const GallerySection = () => { const GallerySection = () => {
return ( return (
<section className="py-24 px-6 bg-card"> <section id="gallery" className="py-24 px-6 bg-card">
<div className="max-w-5xl mx-auto"> <div className="max-w-5xl mx-auto">
{/* Section header */} {/* Section header */}
<div className="text-center mb-16"> <div className="text-center mb-16">