Skip to content

Commit 34948ab

Browse files
committed
Update ProductCards.tsx
1 parent b481c0e commit 34948ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProductCards.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const ProductCard: React.FC<ProductCardProps> = ({
114114
export function ProductCards() {
115115
const cards: ProductCardProps[] = [
116116
{
117-
title: 'LocalStack for AWS Docs',
117+
title: 'LocalStack for AWS',
118118
description: "Run your AWS services locally to emulate cloud, serverless, and AI applications, without touching your live AWS instance.",
119119
primaryHref: '/aws',
120120
primaryText: 'Explore the Docs',
@@ -127,7 +127,7 @@ export function ProductCards() {
127127
borderColor: '#5C1AE2',
128128
},
129129
{
130-
title: 'LocalStack for Snowflake Docs',
130+
title: 'LocalStack for Snowflake',
131131
description: "Run your queries and pipelines locally with full control over your data workflows, without touching your live Snowflake instance.",
132132
primaryHref: '/snowflake',
133133
primaryText: 'Explore the Docs',

0 commit comments

Comments
 (0)