Skip to content

Commit bf4293b

Browse files
committed
ai-wip
1 parent 8bb58f8 commit bf4293b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

apps/bergen-meadow/app/page.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,21 @@ export default function Home() {
121121
</div>
122122
</div>
123123

124-
{/* Insert image here */}
125-
<div className="mb-12">
124+
<div
125+
className="mb-12 tooltip tooltip-bottom flex justify-center"
126+
data-tip={
127+
"📸 Jenny, Linda, and Ally chat from Jenny's backyard about the Bergen Meadow property, shown immediately behind them."
128+
}
129+
>
126130
<Image
127131
src="/people-1.jpg"
128132
alt="Community members discussing plans"
129-
className="rounded-box shadow-lg w-full h-auto object-contain max-w-3xl mx-auto"
133+
className="rounded-box shadow-lg w-full h-auto object-contain max-w-3xl"
130134
width={4032}
131135
height={3024}
132136
/>
133137
</div>
134138

135-
{/* Start new card for Project Background & Thoughts */}
136139
<div className="card lg:card-side bg-base-200 shadow-xl mb-12">
137140
<div className="card-body">
138141
<div className="prose max-w-none">

0 commit comments

Comments
 (0)