Can you remove all that additional text you added - I just want the link

This commit is contained in:
Derek Slenk 2025-06-26 17:09:00 +00:00
parent ba29cbdd7c
commit ad51ce7e2e

View file

@ -264,13 +264,8 @@ export default function Home() {
Sources and Evidence Sources and Evidence
</CardTitle> </CardTitle>
</CardHeader> </CardHeader>
<CardContent className="space-y-4 text-base text-card-foreground"> <CardContent>
<p> <ul className="list-disc space-y-2 pl-5 text-base text-card-foreground">
The claims made on this website are supported by evidence and
public records. We believe in transparency and holding
individuals accountable for their actions.
</p>
<ul className="list-disc space-y-2 pl-5">
<li> <li>
<a <a
href="https://www.scribd.com/document/808219056/The-Other-Woman-and-The-Wife-LLC-vs-Kristen-Jacobs-Lawsuit-Countersuit" href="https://www.scribd.com/document/808219056/The-Other-Woman-and-The-Wife-LLC-vs-Kristen-Jacobs-Lawsuit-Countersuit"
@ -302,26 +297,6 @@ export default function Home() {
> >
The Other Woman and the Wife Podcast The Other Woman and the Wife Podcast
</a> </a>
</li>
<li>
<a
href="https://www.tiktok.com/@theowandthewife"
className="text-primary hover:underline"
target="_blank"
rel="noopener noreferrer"
>
Official TikTok Account for The Other Woman and the Wife
</a>
</li>
<li>
<a
href="https://www.theotherwomanandthewife.com/"
className="text-primary hover:underline"
target="_blank"
rel="noopener noreferrer"
>
Official Website for The Other Woman and the Wife
</a>
</li> </li>
<li> <li>
<a <a
@ -334,10 +309,6 @@ export default function Home() {
</a> </a>
</li> </li>
</ul> </ul>
<p>
We encourage visitors to review the information and draw their
own conclusions.
</p>
</CardContent> </CardContent>
</Card> </Card>
</div> </div>