diff --git a/src/components/FunInfo.astro b/src/components/FunInfo.astro index 9a3a961..8b581f2 100644 --- a/src/components/FunInfo.astro +++ b/src/components/FunInfo.astro @@ -1,4 +1,7 @@ --- +import HeadingFlanked from "./HeadingFlanked.astro"; +import VenuePhotos from "./VenuePhotos.astro"; + const sections = [ [ "🎪", @@ -8,7 +11,7 @@ const sections = [ [ "🏙️", "Lovely Location", - "Right in Boston’s historic district, next to Faneuil Hall Marketplace and the Boston harbor.", + "Right in the heart of downtown Boston’s historic district, next to Faneuil Hall Marketplace, sitting in the Boston harbor.", ], [ "🗣️", @@ -23,25 +26,37 @@ const sections = [ ]; --- - +
+ Event Highlights + + + + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 1cf6518..6c37388 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,6 @@ import PrimaryHero from "~/components/PrimaryHero.astro"; import PrimaryInfo from "~/components/PrimaryInfo.astro"; import SpeakersContent from "~/components/SpeakersContent.astro"; import Sponsors from "~/components/Sponsors.astro"; -import VenuePhotos from "~/components/VenuePhotos.astro"; import ContentLayout from "~/layouts/ContentLayout.astro"; --- @@ -23,7 +22,6 @@ import ContentLayout from "~/layouts/ContentLayout.astro"; -