diff --git a/src/pages/HomePage/sections/ProductsNew.tsx b/src/pages/HomePage/sections/ProductsNew.tsx new file mode 100644 index 0000000..2e82173 --- /dev/null +++ b/src/pages/HomePage/sections/ProductsNew.tsx @@ -0,0 +1,246 @@ +import Button from "@/components/ui/Button"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ScrollReveal from "@/components/ui/ScrollReveal"; + +export default function ProductsNewSection() { + return ( +
+
+ +
+ +

+ Seleciona o modelo e envia-nos uma mensagem para reservar o teu. +

+
+ + {/* Football Row */} +
+

Camisolas de Futebol

+
+ + +
+
+ +
+
+

Portugal 2026

+

75€

+
+
+
+ + +
+
+ +
+
+

FC Porto 25/26

+

70€

+
+
+
+ + +
+
+ +
+
+

Benfica 25/26

+

70€

+
+
+
+ + +
+
+ +
+
+

Sporting CP 25/26

+

70€

+
+
+
+ + +
+
+ +
+
+

Real Madrid 25/26

+

75€

+
+
+
+ +
+
+ + {/* NBA Row */} +
+

Camisolas NBA

+
+ + +
+
+ +
+
+

Lakers LeBron James

+

65€

+
+
+
+ + +
+
+ +
+
+

Warriors Stephen Curry

+

65€

+
+
+
+ + +
+
+ +
+
+

Bulls Michael Jordan

+

80€

+
+
+
+ + +
+
+ +
+
+

Celtics Jayson Tatum

+

65€

+
+
+
+ + +
+
+ +
+
+

Mavericks Luka Doncic

+

65€

+
+
+
+ +
+
+ + {/* Baseball Row */} +
+

Camisolas Baseball

+
+ + +
+
+ +
+
+

Yankees Aaron Judge

+

60€

+
+
+
+ + +
+
+ +
+
+

Dodgers Shohei Ohtani

+

60€

+
+
+
+ + +
+
+ +
+
+

Red Sox Rafael Devers

+

60€

+
+
+
+ + +
+
+ +
+
+

Astros Jose Altuve

+

60€

+
+
+
+ + +
+
+ +
+
+

Braves Ronald Acuña Jr.

+

60€

+
+
+
+ +
+
+ +
+
+ ); +} \ No newline at end of file