Compare commits

..

2 Commits

Author SHA1 Message Date
6479d1e829 Update src/app/page.tsx 2026-05-04 01:16:42 +00:00
01ddc588b3 Merge version_120 into main
Merge version_120 into main
2026-05-04 01:15:28 +00:00

View File

@@ -106,6 +106,11 @@ export default function LandingPage() {
/>
</div>
<div className="flex justify-center gap-8 py-12" data-section="badges">
<img src="https://www.theknot.com/tk-assets/web/badges/best-of-weddings-2024.png" alt="The Knot Best of Weddings 2024" className="h-24" />
<img src="https://www.theknot.com/tk-assets/web/badges/hall-of-fame-2024.png" alt="The Knot Hall of Fame 2024" className="h-24" />
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
@@ -114,12 +119,8 @@ export default function LandingPage() {
]}
logoText=""
/>
<div className="flex justify-center gap-8 py-8">
<img src="https://www.theknot.com/tk-assets/web/badges/best-of-weddings-2024.png" alt="The Knot Best of Weddings 2024" className="h-24" />
<img src="https://www.theknot.com/tk-assets/web/badges/hall-of-fame-2024.png" alt="The Knot Hall of Fame 2024" className="h-24" />
</div>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}