Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build issues on landing page #272

Merged
merged 1 commit into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion landing_page/src/app/components/Benefits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Benefits = () => {
Experience The Unique Benefits of Landver
</P>
<P classname="w-[100%] md:w-[40%] text-center p-5 text-base">
LandVer offers secure, NFT-backed land ownership that's easy to
LandVer offers secure, NFT-backed land ownership that&apos;s easy to
register, verify, and transfer on the blockchain. Trust in
transparent, immutable records for seamless land management.
</P>
Expand Down
9 changes: 6 additions & 3 deletions landing_page/src/app/components/WhyChooseLandver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,17 @@ const WhyChooseLandver = () => {
});

return (
<div className="grid justify-center place-content-center place-items-center gap-4 p-4" id="about">
<div
className="grid justify-center place-content-center place-items-center gap-4 p-4"
id="about"
>
<P size="h4" classname="text-center text-2xl font-semibold">
Our Unique Offerings
</P>
<P classname="text-center w-full md:w-[80%] lg:w-[60%] leading-relaxed text-base">
Our Unique Offerings LandVer offers secure, NFT-backed land ownership
that's easy to register, verify, and transfer on the blockchain. Trust
in transparent, immutable records for seamless land management.
that&apos;s easy to register, verify, and transfer on the blockchain.
Trust in transparent, immutable records for seamless land management.
</P>

<div className="hidden md:grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-3 mt-3">
Expand Down
Loading