Changes
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user