This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:12:39 +00:00
parent f5a944b2f9
commit 013809fdee
+2 -1
View File
@@ -56,7 +56,7 @@ const HeritageSection = () => {
}, []); }, []);
return ( return (
<section id="gallery" className="bg-secondary/30 py-24 px-6"> <section className="bg-secondary/30 py-24 px-6">
<div className="max-w-6xl mx-auto"> <div className="max-w-6xl mx-auto">
{/* Heritage Hero */} {/* Heritage Hero */}
<div <div
@@ -105,6 +105,7 @@ const HeritageSection = () => {
{/* Cookies Grid */} {/* Cookies Grid */}
<div <div
id="gallery"
ref={cookiesRef} ref={cookiesRef}
className="mt-24 grid grid-cols-1 md:grid-cols-3 gap-8" className="mt-24 grid grid-cols-1 md:grid-cols-3 gap-8"
> >