diff --git a/src/app/(lobby)/_components/lobby-skeleton.tsx b/src/app/(lobby)/_components/lobby-skeleton.tsx index 224e1e4b..4bd2ba3b 100644 --- a/src/app/(lobby)/_components/lobby-skeleton.tsx +++ b/src/app/(lobby)/_components/lobby-skeleton.tsx @@ -18,10 +18,10 @@ import { CategoryCardSkeleton } from "./category-card-skeleton" export function LobbySkeleton() { return ( - + @@ -29,7 +29,7 @@ export function LobbySkeleton() { className="animate-fade-up" style={{ animationDelay: "0.20s", animationFillMode: "both" }} > - Build your commerce platforms + Foundation for your commerce platform {Array.from({ length: 8 }).map((_, i) => ( @@ -74,7 +74,7 @@ export function LobbySkeleton() { description="Explore stores from around the world" href="/stores" linkText="View all stores" - className="py-8 md:py-10 lg:py-12" + className="py-14 md:py-20 lg:py-24" > {Array.from({ length: 4 }).map((_, i) => ( diff --git a/src/app/(lobby)/_components/lobby.tsx b/src/app/(lobby)/_components/lobby.tsx index 9f379f7e..41e91528 100644 --- a/src/app/(lobby)/_components/lobby.tsx +++ b/src/app/(lobby)/_components/lobby.tsx @@ -43,10 +43,10 @@ export async function Lobby({ ]) return ( - + - Build your commerce platforms + Foundation for your commerce platform {products.map((product) => ( @@ -117,7 +117,7 @@ export async function Lobby({ description="Explore stores from around the world" href="/stores" linkText="View all stores" - className="py-8 md:py-10 lg:py-12" + className="py-14 md:py-20 lg:py-24" > {stores.map((store) => ( diff --git a/src/components/cards/store-card.tsx b/src/components/cards/store-card.tsx index 5d74a105..f0aa1b7a 100644 --- a/src/components/cards/store-card.tsx +++ b/src/components/cards/store-card.tsx @@ -20,8 +20,7 @@ interface StoreCardProps { export function StoreCard({ store, href }: StoreCardProps) { return ( - {store.name} - +
- + {store.name} {store.description?.length diff --git a/src/components/content-section.tsx b/src/components/content-section.tsx index c4c34b41..11220cc2 100644 --- a/src/components/content-section.tsx +++ b/src/components/content-section.tsx @@ -30,12 +30,12 @@ export function ContentSection({ return (
-
+

{title}

{description ? ( -

+

{description}

) : null} diff --git a/src/components/page-header.tsx b/src/components/page-header.tsx index 91a7f10a..87b9999a 100644 --- a/src/components/page-header.tsx +++ b/src/components/page-header.tsx @@ -19,7 +19,7 @@ function PageHeader({ return ( diff --git a/src/components/skeletons/store-card-skeleton.tsx b/src/components/skeletons/store-card-skeleton.tsx index a6eaf828..c4b568bd 100644 --- a/src/components/skeletons/store-card-skeleton.tsx +++ b/src/components/skeletons/store-card-skeleton.tsx @@ -4,13 +4,13 @@ import { Skeleton } from "@/components/ui/skeleton" export function StoreCardSkeleton() { return ( - +
- +