File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ export default function CoolHatsPage({ hatProducts }: CoolHatsPageProps) {
5858 < h1 className = "text-4xl md:text-6xl font-bold text-gray-900 mb-4" >
5959 🧢 Cool Hats Collection
6060 </ h1 >
61- < Text className = "text-xl text-gray-600 max-w-2xl mx-auto" >
61+ < p className = "text-xl text-gray-600 max-w-2xl mx-auto" >
6262 Welcome to our awesome hat collection! You clicked on the Cool Hats ad and landed here.
6363 Discover headwear that's both stylish and functional.
64- </ Text >
64+ </ p >
6565 </ div >
6666
6767
@@ -70,18 +70,18 @@ export default function CoolHatsPage({ hatProducts }: CoolHatsPageProps) {
7070 < div className = "text-center py-12" >
7171 < div className = "text-6xl mb-4" > 🧢</ div >
7272 < h2 className = "text-2xl font-bold text-gray-900 mb-2" > No Hat Products Found</ h2 >
73- < Text className = "text-gray-600" >
73+ < p className = "text-gray-600" >
7474 We're still building our hat collection! Check back soon for awesome headwear.
75- </ Text >
75+ </ p >
7676 </ div >
7777
7878 { /* Call to Action */ }
7979 < div className = "mt-16 text-center" >
8080 < div className = "bg-purple-900 rounded-lg p-8" >
8181 < h2 className = "text-3xl font-bold mb-4 text-white" > Love Fashion? We've Got You Covered!</ h2 >
82- < Text className = "text-xl mb-6 text-white opacity-90" >
82+ < p className = "text-xl mb-6 text-white opacity-90" >
8383 Join our hat enthusiasts community and be the first to know about new arrivals.
84- </ Text >
84+ </ p >
8585 < a href = "/" className = "inline-block bg-white text-purple-800 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition-colors" >
8686 Explore All Products
8787 </ a >
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ export default function DiscountClothingPage({ clothingProducts }: DiscountCloth
7575 < h1 className = "text-4xl md:text-6xl font-bold text-gray-900 mb-4" >
7676 👕 Discount Clothing Collection
7777 </ h1 >
78- < Text className = "text-xl text-gray-600 max-w-2xl mx-auto" >
78+ < p className = "text-xl text-gray-600 max-w-2xl mx-auto" >
7979 Welcome to our fabulous discount clothing collection! You clicked on the Discount Clothing ad and landed here.
8080 Discover stylish fashion at unbeatable prices.
81- </ Text >
81+ </ p >
8282 </ div >
8383
8484
@@ -105,19 +105,19 @@ export default function DiscountClothingPage({ clothingProducts }: DiscountCloth
105105 < div className = "text-center py-12" >
106106 < div className = "text-6xl mb-4" > 👕</ div >
107107 < h2 className = "text-2xl font-bold text-gray-900 mb-2" > No Clothing Products Found</ h2 >
108- < Text className = "text-gray-600" >
108+ < p className = "text-gray-600" >
109109 We're still building our clothing collection! Check back soon for fabulous fashion items.
110- </ Text >
110+ </ p >
111111 </ div >
112112 ) }
113113
114114 { /* Call to Action */ }
115115 < div className = "mt-16 text-center" >
116116 < div className = "bg-purple-900 rounded-lg p-8" >
117117 < h2 className = "text-3xl font-bold mb-4 text-white" > Love Fashion? We've Got You Covered!</ h2 >
118- < Text className = "text-xl mb-6 text-white opacity-90" >
118+ < p className = "text-xl mb-6 text-white opacity-90" >
119119 Join our fashion-forward community and be the first to know about new arrivals and exclusive discounts.
120- </ Text >
120+ </ p >
121121 < a href = "/" className = "inline-block bg-white text-purple-800 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition-colors" >
122122 Explore All Products
123123 </ a >
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ export default function NiceBagsPage({ bagProducts }: NiceBagsPageProps) {
6363 < h1 className = "text-4xl md:text-6xl font-bold text-gray-900 mb-4" >
6464 👜 Nice Bags Collection
6565 </ h1 >
66- < Text className = "text-xl text-gray-600 max-w-2xl mx-auto" >
66+ < p className = "text-xl text-gray-600 max-w-2xl mx-auto" >
6767 Welcome to our fabulous bag collection! You clicked on the Nice Bags ad and landed here.
6868 Discover bags that are both stylish and practical for every occasion.
69- </ Text >
69+ </ p >
7070 </ div >
7171
7272
@@ -93,19 +93,19 @@ export default function NiceBagsPage({ bagProducts }: NiceBagsPageProps) {
9393 < div className = "text-center py-12" >
9494 < div className = "text-6xl mb-4" > 👜</ div >
9595 < h2 className = "text-2xl font-bold text-gray-900 mb-2" > No Bag Products Found</ h2 >
96- < Text className = "text-gray-600" >
96+ < p className = "text-gray-600" >
9797 We're still building our bag collection! Check back soon for fabulous accessories.
98- </ Text >
98+ </ p >
9999 </ div >
100100 ) }
101101
102102 { /* Call to Action */ }
103103 < div className = "mt-16 text-center" >
104104 < div className = "bg-purple-900 rounded-lg p-8" >
105105 < h2 className = "text-3xl font-bold mb-4 text-white" > Love Fashion? We've Got You Covered!</ h2 >
106- < Text className = "text-xl mb-6 text-white opacity-90" >
106+ < p className = "text-xl mb-6 text-white opacity-90" >
107107 Join our fashion-forward community and be the first to know about new arrivals.
108- </ Text >
108+ </ p >
109109 < a href = "/" className = "inline-block bg-white text-purple-800 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition-colors" >
110110 Explore All Products
111111 </ a >
You can’t perform that action at this time.
0 commit comments