3 Commits

Author SHA1 Message Date
4abfda7460 Update src/app/page.tsx 2026-03-05 22:58:31 +00:00
34ecde24ac Update src/app/page.tsx 2026-03-05 22:57:36 +00:00
c1d788589e Merge version_2 into main
Merge version_2 into main
2026-03-05 22:52:05 +00:00

View File

@@ -115,19 +115,19 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "basketball", name: "Basketball Highlight Style", price: "Dynamic Dunks & Fast Breaks", variant: "AI-Enhanced Transitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=2", imageAlt: "Basketball highlight style"},
id: "basketball", name: "Basketball Highlight Style", price: "Dynamic Dunks & Fast Breaks", variant: "AI-Enhanced Transitions", imageSrc: "https://images.unsplash.com/photo-1546519638-68711109d298?w=800&q=80", imageAlt: "Basketball highlight style"},
{
id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=3", imageAlt: "Football highlight style"},
id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://images.unsplash.com/photo-1624526267942-ab67cb38121d?w=800&q=80", imageAlt: "Football highlight style"},
{
id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=4", imageAlt: "Baseball highlight style"},
id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=1", imageAlt: "Baseball highlight style"},
{
id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=5", imageAlt: "Hockey highlight style"},
id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=800&q=80", imageAlt: "Hockey highlight style"},
{
id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=6", imageAlt: "Soccer highlight style"},
id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=2", imageAlt: "Soccer highlight style"},
{
id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=7", imageAlt: "Volleyball highlight style"},
id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://images.unsplash.com/photo-1612872087720-bb876e2e67d1?w=800&q=80", imageAlt: "Volleyball highlight style"},
{
id: "lacrosse", name: "Lacrosse Highlight Style", price: "Goals & Defensive Plays", variant: "Intense Moments", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=8", imageAlt: "Lacrosse highlight style"},
id: "lacrosse", name: "Lacrosse Highlight Style", price: "Goals & Defensive Plays", variant: "Intense Moments", imageSrc: "https://images.unsplash.com/photo-1627213033159-c43d4451fdf0?w=800&q=80", imageAlt: "Lacrosse highlight style"},
]}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"