diff --git a/app/product/[id].tsx b/app/product/[id].tsx
index 9a54960..833109c 100644
--- a/app/product/[id].tsx
+++ b/app/product/[id].tsx
@@ -71,7 +71,7 @@ export default function ProductDetailScreen() {
{product.badge}
)}
-
+ do this
{/* Product Info */}
@@ -94,7 +94,7 @@ export default function ProductDetailScreen() {
Condition
- Preserved
+ and that
Origin
@@ -218,8 +218,10 @@ const styles = StyleSheet.create({
fontFamily: Fonts.body,
color: Colors.inkBlack,
},
- productEmoji: {
- fontSize: 80,
+ productImageText: {
+ fontFamily: Fonts.display,
+ fontSize: 24,
+ color: Colors.inkBlack,
},
infoSection: {
padding: Spacing.m,
diff --git a/constants/products.ts b/constants/products.ts
index 4c6446a..c07b2b2 100644
--- a/constants/products.ts
+++ b/constants/products.ts
@@ -12,7 +12,7 @@ export const allProducts: Product[] = [
{ id: 1, name: 'Hercules Beetle', price: 45.00, emoji: '🪲', badge: 'RARE', category: 'Beetles', description: 'The mightiest of all beetles. Known for its incredible horn and strength. A true collector\'s specimen.' },
{ id: 2, name: 'Blue Morpho', price: 28.50, emoji: '🦋', category: 'Butterflies', description: 'Iridescent blue wings that shimmer in the light. One of the most beautiful butterflies in the world.' },
{ id: 3, name: 'Orchid Mantis', price: 62.00, emoji: '🦗', category: 'Crawlers', description: 'Masters of disguise. This stunning mantis mimics orchid petals to lure prey. Premium specimen.' },
- { id: 4, name: 'Gold Tortoise', price: 18.00, emoji: '🐞', badge: 'NEW', category: 'Beetles', description: 'A tiny golden jewel. This beetle can change color from gold to reddish-brown. Freshly collected.' },
+ { id: 4, name: 'testing 123', price: 18.00, emoji: '🐞', badge: 'NEW', category: 'Beetles', description: 'A tiny golden jewel. This beetle can change color from gold to reddish-brown. Freshly collected.' },
{ id: 5, name: 'Jumping Spider', price: 12.00, emoji: '🕷️', category: 'Spiders', description: 'Adorable and intelligent. Known for their curious nature and impressive jumping abilities.' },
{ id: 6, name: 'Bullet Ant', price: 35.00, emoji: '🐜', category: 'Crawlers', description: 'Named for its extraordinarily painful sting. Handle with extreme care. Not for beginners.' },
{ id: 7, name: 'Atlas Moth', price: 55.00, emoji: '🦋', badge: 'RARE', category: 'Moths', description: 'One of the largest moths in the world with a wingspan up to 12 inches. Truly majestic.' },