@umituz/react-native-ai-generation-content 1.27.1 → 1.27.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/package.json +1 -1
  2. package/src/domains/scenarios/infrastructure/data/action-stealth-scenarios.ts +17 -9
  3. package/src/domains/scenarios/infrastructure/data/adventure-scenarios.ts +17 -9
  4. package/src/domains/scenarios/infrastructure/data/affection-scenarios.ts +25 -13
  5. package/src/domains/scenarios/infrastructure/data/animals-scenarios.ts +5 -3
  6. package/src/domains/scenarios/infrastructure/data/arabian-nights-scenarios.ts +13 -7
  7. package/src/domains/scenarios/infrastructure/data/art-studio-scenarios.ts +17 -9
  8. package/src/domains/scenarios/infrastructure/data/artistic-scenarios.ts +21 -11
  9. package/src/domains/scenarios/infrastructure/data/bucket-list-scenarios.ts +17 -9
  10. package/src/domains/scenarios/infrastructure/data/career-scenarios.ts +13 -7
  11. package/src/domains/scenarios/infrastructure/data/casino-scenarios.ts +13 -7
  12. package/src/domains/scenarios/infrastructure/data/celebration-scenarios.ts +21 -11
  13. package/src/domains/scenarios/infrastructure/data/cinematic-scenarios.ts +13 -7
  14. package/src/domains/scenarios/infrastructure/data/connection-scenarios.ts +29 -15
  15. package/src/domains/scenarios/infrastructure/data/cozy-plush-scenarios.ts +13 -7
  16. package/src/domains/scenarios/infrastructure/data/creative-scenarios.ts +5 -3
  17. package/src/domains/scenarios/infrastructure/data/culinary-scenarios.ts +5 -3
  18. package/src/domains/scenarios/infrastructure/data/cultural-scenarios.ts +17 -9
  19. package/src/domains/scenarios/infrastructure/data/daily-essence-scenarios.ts +29 -15
  20. package/src/domains/scenarios/infrastructure/data/dark-academia-scenarios.ts +13 -7
  21. package/src/domains/scenarios/infrastructure/data/ecology-scenarios.ts +17 -9
  22. package/src/domains/scenarios/infrastructure/data/education-scenarios.ts +5 -3
  23. package/src/domains/scenarios/infrastructure/data/elemental-scenarios.ts +13 -7
  24. package/src/domains/scenarios/infrastructure/data/elite-scenarios.ts +17 -9
  25. package/src/domains/scenarios/infrastructure/data/extreme-scenarios.ts +5 -3
  26. package/src/domains/scenarios/infrastructure/data/family-scenarios.ts +17 -9
  27. package/src/domains/scenarios/infrastructure/data/fantasy-scenarios.ts +21 -11
  28. package/src/domains/scenarios/infrastructure/data/fashion-scenarios.ts +17 -9
  29. package/src/domains/scenarios/infrastructure/data/festival-scenarios.ts +13 -7
  30. package/src/domains/scenarios/infrastructure/data/folklore-scenarios.ts +21 -11
  31. package/src/domains/scenarios/infrastructure/data/future-tech-scenarios.ts +17 -9
  32. package/src/domains/scenarios/infrastructure/data/gaming-scenarios.ts +5 -3
  33. package/src/domains/scenarios/infrastructure/data/gothic-scenarios.ts +17 -9
  34. package/src/domains/scenarios/infrastructure/data/historical-scenarios.ts +17 -9
  35. package/src/domains/scenarios/infrastructure/data/hobbies-scenarios.ts +17 -9
  36. package/src/domains/scenarios/infrastructure/data/home-life-scenarios.ts +25 -13
  37. package/src/domains/scenarios/infrastructure/data/iconic-moments-scenarios.ts +33 -17
  38. package/src/domains/scenarios/infrastructure/data/intimate-scenarios.ts +33 -17
  39. package/src/domains/scenarios/infrastructure/data/lifestyle-scenarios.ts +37 -19
  40. package/src/domains/scenarios/infrastructure/data/luxury-scenarios.ts +5 -3
  41. package/src/domains/scenarios/infrastructure/data/magical-realism-scenarios.ts +13 -7
  42. package/src/domains/scenarios/infrastructure/data/movie-legends-scenarios.ts +57 -29
  43. package/src/domains/scenarios/infrastructure/data/music-scenarios.ts +21 -11
  44. package/src/domains/scenarios/infrastructure/data/mystical-scenarios.ts +17 -9
  45. package/src/domains/scenarios/infrastructure/data/mythology-scenarios.ts +17 -9
  46. package/src/domains/scenarios/infrastructure/data/nostalgia-scenarios.ts +17 -9
  47. package/src/domains/scenarios/infrastructure/data/performance-scenarios.ts +5 -3
  48. package/src/domains/scenarios/infrastructure/data/pirate-era-scenarios.ts +13 -7
  49. package/src/domains/scenarios/infrastructure/data/post-apocalyptic-scenarios.ts +13 -7
  50. package/src/domains/scenarios/infrastructure/data/prehistoric-world-scenarios.ts +13 -7
  51. package/src/domains/scenarios/infrastructure/data/retro-arcade-scenarios.ts +13 -7
  52. package/src/domains/scenarios/infrastructure/data/romantic-kisses-scenarios.ts +30 -16
  53. package/src/domains/scenarios/infrastructure/data/samurai-scenarios.ts +13 -7
  54. package/src/domains/scenarios/infrastructure/data/sci-fi-scenarios.ts +17 -9
  55. package/src/domains/scenarios/infrastructure/data/seasonal-scenarios.ts +5 -3
  56. package/src/domains/scenarios/infrastructure/data/social-media-scenarios.ts +21 -11
  57. package/src/domains/scenarios/infrastructure/data/speed-demons-scenarios.ts +13 -7
  58. package/src/domains/scenarios/infrastructure/data/sports-scenarios.ts +5 -3
  59. package/src/domains/scenarios/infrastructure/data/steampunk-scenarios.ts +17 -9
  60. package/src/domains/scenarios/infrastructure/data/stolen-moments-scenarios.ts +21 -11
  61. package/src/domains/scenarios/infrastructure/data/sultry-scenarios.ts +25 -13
  62. package/src/domains/scenarios/infrastructure/data/superhero-scenarios.ts +17 -9
  63. package/src/domains/scenarios/infrastructure/data/surreal-dreams-scenarios.ts +13 -7
  64. package/src/domains/scenarios/infrastructure/data/time-based-scenarios.ts +9 -5
  65. package/src/domains/scenarios/infrastructure/data/travel-scenarios.ts +33 -17
  66. package/src/domains/scenarios/infrastructure/data/underwater-scenarios.ts +13 -7
  67. package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +17 -9
  68. package/src/domains/scenarios/infrastructure/data/villainous-scenarios.ts +17 -9
  69. package/src/domains/scenarios/infrastructure/data/vintage-circus-scenarios.ts +13 -7
  70. package/src/domains/scenarios/infrastructure/data/vintage-summer-scenarios.ts +17 -9
  71. package/src/domains/scenarios/infrastructure/data/wedding-scenarios.ts +57 -29
  72. package/src/domains/scenarios/infrastructure/data/wellness-scenarios.ts +17 -9
  73. package/src/domains/scenarios/infrastructure/utils/scenario-utils.ts +25 -0
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createStoryTemplate } from "../utils/scenario-utils";
7
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
8
 
9
9
  export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "🌃",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple in Cyberpunk 2077 style, both looking at the camera with edgy intense expressions, dressed in fierce futuristic tech-wear with neon accents, neon-lit night city with holographic ads in background, gritty and vibrant",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple in cyberpunk style on rainy neon-lit street, both facing camera with edgy intense expressions, man in black tactical jacket with glowing circuit patterns, woman in sleek leather coat with holographic accessories, towering skyscrapers with holographic advertisements and flying vehicles in background",
19
+ "vibrant neon pink and cyan lighting with rain reflections and gritty atmosphere"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "navigate the neon-soaked future",
21
23
  "In a world of chrome and code, their connection remains the most human thing of all.",
@@ -28,8 +30,10 @@ export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
28
30
  icon: "🚀",
29
31
  imageUrl:
30
32
  "https://images.unsplash.com/photo-1446776653964-20c1d3a81b06?w=800&auto=format&fit=crop&q=60",
31
- aiPrompt:
32
- "A couple as astronauts in a space station, both looking at the camera with wonder-filled smiles, dressed in sleek space suits, futuristic space station with Earth visible through window in background, sci-fi and awe-inspiring",
33
+ aiPrompt: createPhotorealisticPrompt(
34
+ "a couple as astronauts in futuristic space station, both facing camera with wonder-filled smiles through clear helmet visors, wearing sleek white and silver space suits with mission patches, massive observation window showing Earth and stars in background",
35
+ "soft station interior lighting with blue Earth glow and cosmic atmosphere"
36
+ ),
33
37
  storyTemplate: createStoryTemplate(
34
38
  "explore the final frontier together",
35
39
  "Among the stars, they've found that love truly knows no bounds. Their journey spans galaxies.",
@@ -42,8 +46,10 @@ export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
42
46
  icon: "⚔️",
43
47
  imageUrl:
44
48
  "https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=800&auto=format&fit=crop&q=60",
45
- aiPrompt:
46
- "A couple as galactic heroes, both looking at the camera with epic heroic expressions, dressed in futuristic robes and armor, desert planet sunset with twin suns and sci-fi elements in background, epic and adventurous",
49
+ aiPrompt: createPhotorealisticPrompt(
50
+ "a couple as galactic heroes on desert planet, both facing camera with epic heroic expressions, man in dark robes with futuristic armor and energy sword, woman in elegant white robes with flowing cape, twin suns setting over sand dunes with distant spacecraft in background",
51
+ "dramatic golden twin sunset lighting with epic cinematic atmosphere"
52
+ ),
47
53
  storyTemplate: createStoryTemplate(
48
54
  "lead the rebellion across the galaxy",
49
55
  "Across the stars and sands of time, their destiny is written in the cosmos.",
@@ -56,8 +62,10 @@ export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
56
62
  icon: "🪐",
57
63
  imageUrl:
58
64
  "https://plus.unsplash.com/premium_photo-1677038264064-2dedc3e9a9f7?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y291cGxlJTJDJTIwbWFyc3xlbnwwfHwwfHx8MA%3D%3D",
59
- aiPrompt:
60
- "A couple walking on the surface of Mars, both looking at the camera through clear helmets, dressed in sleek white futuristic space suits, faces visible through helmet glass, vast red martian landscape in background, epic sci-fi realism",
65
+ aiPrompt: createPhotorealisticPrompt(
66
+ "a couple walking on surface of Mars, both facing camera with pioneering smiles visible through clear helmet glass, wearing sleek white futuristic space suits with red accents, vast rusty red martian landscape with distant dome colony and rocky terrain in background",
67
+ "harsh martian sunlight with dusty red atmosphere and sci-fi realism"
68
+ ),
61
69
  storyTemplate: createStoryTemplate(
62
70
  "build a new life on Mars",
63
71
  "On a new world, under a dusty red sky, they build a future as boundless as their ambition.",
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createStoryTemplate } from "../utils/scenario-utils";
7
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
8
 
9
9
  export const SEASONAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const SEASONAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "🌸",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1522383225653-ed111181a951?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple under blooming cherry blossom trees in Japan, both looking at the camera with serene smiles, dressed in elegant modern attire, pink petals falling around them, traditional Japanese temple in background, dreamy and romantic",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple standing under blooming cherry blossom trees in Japan, both facing camera with serene peaceful smiles, man in tailored navy coat, woman in elegant cream dress, pink sakura petals falling gently around them, traditional Japanese temple with curved roof in background",
19
+ "soft dreamy spring light with pink blossom atmosphere and romantic haze"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "witness nature's most beautiful moment",
21
23
  "Like cherry blossoms, their love blooms beautifully, a fleeting yet eternal moment of perfection.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
9
9
  icon: "📸",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1542038784456-1ea8e935640e?w=800",
12
- aiPrompt:
13
- "A couple posing for a perfect Instagram photo, both looking at the camera with photogenic smiles, dressed in super-stylish coordinated streetwear, holding a professional camera and coffee cup, trendy minimalist urban background, artistic composition",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple posing for perfect Instagram photo, both facing camera with photogenic natural smiles, man in stylish coordinated streetwear holding professional camera, woman in trendy outfit with designer coffee cup, minimalist urban cafe with exposed brick in background",
14
+ "bright natural daylight with soft shadows and artistic composition"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "create a viral moment",
16
18
  "Feed goals! Every photo they post is a masterpiece of style and a testament to their incredible chemistry.",
@@ -23,8 +25,10 @@ export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
23
25
  icon: "🎬",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1596704017254-9b121068fb31?w=800",
26
- aiPrompt:
27
- "A couple filming a TikTok dance or challenge, both looking at the camera with high-energy smiles, wearing trendy Gen-Z fashion, smartphone on a ring light setup in front, colorful RGB lighting in a modern apartment background, vibrant and dynamic",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a couple filming TikTok dance in modern apartment, both facing camera with high-energy excited smiles mid-dance move, wearing trendy Gen-Z fashion with bold colors, smartphone on ring light tripod in foreground, modern apartment with colorful RGB LED lighting in background",
30
+ "vibrant colorful RGB lighting with dynamic energetic atmosphere"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "dance through their feed",
30
34
  "They've got the moves and the millions of likes. The ultimate power duo of the digital age.",
@@ -37,8 +41,10 @@ export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
37
41
  icon: "✨",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?w=800",
40
- aiPrompt:
41
- "A couple as high-end lifestyle influencers, both looking at the camera with sophisticated smiles, dressed in designer clothing, unboxing luxury gifts or sitting in a high-end car, bright airy luxury hotel suite background, opulent and professional",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple as lifestyle influencers in luxury hotel suite, both facing camera with sophisticated confident smiles, man in designer blazer, woman in elegant dress unboxing luxury gift box with tissue paper, bright airy suite with floor-to-ceiling windows and city view in background",
46
+ "bright airy natural light with opulent luxurious atmosphere"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "influence the world together",
44
50
  "Authenticity meets luxury. They don't just follow trends; they create them, all while staying true to each other.",
@@ -51,8 +57,10 @@ export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
51
57
  icon: "📹",
52
58
  imageUrl:
53
59
  "https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=800",
54
- aiPrompt:
55
- "A couple recording a travel vlog, both looking at the camera with energetic smiles, holding a vlogging camera on a gimbal, dressed in practical yet stylish travel gear, stunning exotic location or chaotic airport in background, authentic and engaging",
60
+ aiPrompt: createPhotorealisticPrompt(
61
+ "a couple recording travel vlog at exotic location, both facing camera with energetic authentic smiles, man holding vlogging camera on gimbal, woman gesturing excitedly, wearing practical stylish travel outfits with backpacks, stunning tropical beach or ancient temple in background",
62
+ "bright golden hour travel lighting with authentic adventure atmosphere"
63
+ ),
56
64
  storyTemplate: createStoryTemplate(
57
65
  "share their story with the world",
58
66
  "Hey guys! Welcome back to their journey. Every video is a new chapter in their epic shared adventure.",
@@ -65,8 +73,10 @@ export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
65
73
  icon: "🎭",
66
74
  imageUrl:
67
75
  "https://images.unsplash.com/photo-1516035069371-29a1b244cc32?w=800",
68
- aiPrompt:
69
- "A couple doing a viral couples challenge, both looking at the camera with playful competitive smiles, dressed in fun casual attire, props related to the challenge, bright studio lighting, fun and engaging atmosphere",
76
+ aiPrompt: createPhotorealisticPrompt(
77
+ "a couple doing viral couples challenge, both facing camera with playful competitive smiles, wearing fun casual matching outfits, holding challenge props like blindfolds or quiz cards, clean bright studio setup with ring light visible in background",
78
+ "bright studio lighting with fun playful atmosphere"
79
+ ),
70
80
  storyTemplate: createStoryTemplate(
71
81
  "win the internet today",
72
82
  "Whether it's the 'blindfold challenge' or 'who knows who better', they always end up winning because they have each other.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const SPEED_DEMONS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const SPEED_DEMONS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
9
9
  icon: "🏁",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1540324155974-7523202daa3f?w=800",
12
- aiPrompt:
13
- "A couple standing in front of a sleek Formula 1 race car on a sunny track, both wearing matching professional racing suits and holding helmets under their arms, looking at the camera with confident champion smiles, heat haze on the asphalt, high-speed energy",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple standing in front of sleek Formula 1 race car on sunny track, both facing camera with confident champion smiles, wearing matching professional red and white racing suits holding helmets under arms, heat haze rising from asphalt with pit crew and grandstands in background",
14
+ "bright sunny track day lighting with heat shimmer and high-speed energy"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "prepare for the most important race of your lives",
16
18
  "Engines are roaring and the lights are about to change. With each other as the ultimate co-pilot, victory isn't just a goal—it's a certainty.",
@@ -22,8 +24,10 @@ export const SPEED_DEMONS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
22
24
  description: "Neon Tokyo nights",
23
25
  icon: "🏎️",
24
26
  imageUrl: "https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=800",
25
- aiPrompt:
26
- "A couple leaning against a customized neon-lit tuner car on a wet Tokyo street at night, smoke from tires in background, both wearing edgy street fashion, looking at the camera with cool rebellious smiles, purple and cyan neon signs reflecting everywhere, Fast and Furious style",
27
+ aiPrompt: createPhotorealisticPrompt(
28
+ "a couple leaning against customized neon-lit tuner car on wet Tokyo street at night, both facing camera with cool rebellious smiles, man in black leather jacket, woman in crop top and racing jacket, tire smoke drifting in background, wet pavement reflecting neon signs",
29
+ "vibrant purple and cyan neon lighting with rain reflections and street racing atmosphere"
30
+ ),
27
31
  storyTemplate: createStoryTemplate(
28
32
  "master the urban underworld with style and speed",
29
33
  "They aren't just driving; they're performing a high-speed ballet through the neon veins of the city. A love that's always in the fast lane.",
@@ -36,8 +40,10 @@ export const SPEED_DEMONS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[]
36
40
  icon: "🏆",
37
41
  imageUrl:
38
42
  "https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?w=800",
39
- aiPrompt:
40
- "A couple on a winner's podium at a racing circuit, both holding a massive gold trophy together, man popping a bottle of champagne with spray in the air, both looking at the camera with pure ecstatic joy, wearing racing suits, blurred crowd and flags in background, triumphant and glorious",
43
+ aiPrompt: createPhotorealisticPrompt(
44
+ "a couple on winner's podium at racing circuit, both facing camera with pure ecstatic joy holding massive gold trophy together, man popping champagne bottle with spray arcing through air, both wearing racing suits with sponsor logos, blurred cheering crowd waving flags in background",
45
+ "bright celebratory lighting with champagne spray and triumphant atmosphere"
46
+ ),
41
47
  storyTemplate: createStoryTemplate(
42
48
  "celebrate a hard-won victory at the summit of the sport",
43
49
  "The finish line has been crossed, and they've stood the test of time and speed. Today, the world celebrates the most unstoppable duo on the track.",
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createStoryTemplate } from "../utils/scenario-utils";
7
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
8
 
9
9
  export const SPORTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const SPORTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "⛷️",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple at a luxury ski resort, both looking at the camera with joyful smiles, dressed in stylish colorful ski gear and goggles, snowy mountain peaks and ski lodge in background, adventurous and romantic",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple at luxury ski resort on snowy mountain, both facing camera with joyful excited smiles, man in stylish blue ski jacket with goggles on forehead, woman in vibrant red ski gear with windswept hair, pristine snow-covered peaks and wooden ski lodge with smoke from chimney in background",
19
+ "bright crisp winter sunlight with snow sparkle and mountain adventure atmosphere"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "conquer the slopes together",
21
23
  "On the mountain peaks, they find that the greatest thrill is sharing every moment side by side.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const STEAMPUNK_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const STEAMPUNK_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
9
9
  icon: "🎈",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1534447677768-be436bb09401?w=800",
12
- aiPrompt:
13
- "A couple as captains on the bridge of a massive brass-plated airship, looking at the camera with confident adventurous smiles, wearing leather aviator coats and intricate brass goggles, steering wheels and glowing pressure gauges in background, clouds and sunset outside the windows, cinematic steampunk aesthetic",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple as captains on bridge of massive brass-plated airship, both facing camera with confident adventurous smiles, man in leather aviator coat with brass goggles on forehead, woman in Victorian pilot jacket with intricate gear accessories, brass steering wheels and glowing pressure gauges visible, clouds and golden sunset through windows in background",
14
+ "warm golden sunset lighting with cinematic steampunk atmosphere"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "navigate the vast sea of clouds",
16
18
  "As captains of their own destiny, they find that no matter how high they fly, their love is the anchor that keeps them grounded.",
@@ -23,8 +25,10 @@ export const STEAMPUNK_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
23
25
  icon: "⚙️",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1502086223501-7ea6ecd79368?w=800",
26
- aiPrompt:
27
- "A couple in a workshop filled with giant copper gears and clockwork mechanisms, both looking at the camera with brilliant focused smiles, hands covered in faint grease, holding a small mechanical device that glows with amber light, golden hour lighting through high windows, intricate and ornate steampunk style",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a couple in workshop filled with giant copper gears and clockwork mechanisms, both facing camera with brilliant focused smiles, hands covered in faint grease holding small glowing mechanical device together, wearing work aprons with leather tool belts, golden hour light streaming through high industrial windows in background",
30
+ "warm golden hour workshop lighting with brass and amber glow"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "build a world where time stands still for love",
30
34
  "Every gear they place, every spring they wind, is a part of the intricate machine that is the life they've built together.",
@@ -37,8 +41,10 @@ export const STEAMPUNK_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
37
41
  icon: "🎩",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1519741497674-611481863552?w=800",
40
- aiPrompt:
41
- "A couple at an extravagant Victorian-style gala, both looking at the camera with regal charismatic smiles, wearing ornate velvet attire with brass prosthetic clockwork details, holding metal champagne flutes, grand ballroom with marble columns and brass chandeliers in background, majestic and unique",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple at extravagant Victorian steampunk gala, both facing camera with regal charismatic smiles, man in ornate velvet tailcoat with brass clockwork arm, woman in elaborate bustle gown with gear corset holding metal champagne flute, grand ballroom with marble columns and brass chandeliers in background",
46
+ "warm elegant ballroom lighting with brass reflections and majestic atmosphere"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "step out in style in a world of brass and velvet",
44
50
  "Tradition meets innovation in a dance of light and steam. They are the talk of the town, pioneers of a bold new era.",
@@ -51,8 +57,10 @@ export const STEAMPUNK_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
51
57
  icon: "⚒️",
52
58
  imageUrl:
53
59
  "https://images.unsplash.com/photo-1519741497674-611481863552?w=800",
54
- aiPrompt:
55
- "A couple in a high-tech steam-powered forge, both looking at the camera with determined proud smiles, wearing leather aprons and welding goggles pushed up, surrounded by glowing red metal and sparking pipes, dramatic lighting with orange embers, powerful and creative",
60
+ aiPrompt: createPhotorealisticPrompt(
61
+ "a couple in steam-powered industrial forge, both facing camera with determined proud smiles, wearing heavy leather aprons with welding goggles pushed up on foreheads, surrounded by glowing red-hot metal and sparking copper pipes, forge flames and flying orange embers in background",
62
+ "dramatic forge lighting with orange ember glow and steam atmosphere"
63
+ ),
56
64
  storyTemplate: createStoryTemplate(
57
65
  "forge their future in fire and steam",
58
66
  "Steel may be forged in fire, but their bond was forged in something far more powerful. A love that's as strong as the machinery they build.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
9
9
  icon: "🤝",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1516939884455-1445c8652f83?w=800",
12
- aiPrompt:
13
- "A couple at a formal dinner party, faces calm and detached as they look at other guests, but underneath the white-clothed table, their hands are tightly and passionately intertwined, man's fingers laced with woman's, wedding bands reflecting dim light, high emotional tension in a public setting",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple at an elegant formal dinner party, split composition showing their composed calm faces above white linen tablecloth while talking to other guests, and below the table their hands are secretly and passionately intertwined with fingers interlaced, wedding bands catching soft light, man in dark suit, woman in elegant dress, crystal glassware on table",
14
+ "warm ambient dining room lighting, soft candlelight, sophisticated formal atmosphere with hidden tension"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "share a secret connection amidst a crowd",
16
18
  "While the world talks around them, their most important conversation is happening in silence under the table. A bond that doesn't need an audience.",
@@ -23,8 +25,10 @@ export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
23
25
  icon: "👁️",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1519741497674-611481863552?w=800",
26
- aiPrompt:
27
- "A crowded high-end party, blurred guests moving in background, focus on a couple at opposite ends of the room locking eyes with intense desire, woman holding a cocktail glass, man leaning against a pillar, the world between them is a blur, high-tension gaze",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a crowded upscale cocktail party, blurred elegantly dressed guests moving in background, sharp focus on a couple at opposite ends of the room locking eyes with intense desire, woman in red dress holding a champagne flute, man in tailored dark suit leaning against marble pillar, everything between them softly blurred, magnetic eye contact",
30
+ "warm golden ambient party lighting, bokeh from background lights, high-tension romantic atmosphere"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "connect across a crowded room",
30
34
  "In a sea of faces, there is only one that matters. Their eyes meet, and the noise of the party fades into a distant hum.",
@@ -37,8 +41,10 @@ export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
37
41
  icon: "🛗",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1527684651001-731c474bbb5a?w=800",
40
- aiPrompt:
41
- "A couple standing very close in a modern glass elevator, man behind woman leaning in towards her neck, woman looking at the camera through the mirror reflection with a breathless expression, silver metal surfaces and digital floor numbers in background, high-tension proximity",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple standing very close together in a modern sleek glass and steel elevator, man standing behind woman leaning in close towards her neck, woman looking at camera through the mirrored wall reflection with breathless anticipation, polished metal surfaces, glowing digital floor numbers, business professional attire",
46
+ "cool modern elevator lighting with warm skin tones, reflective surfaces, intimate high-tension atmosphere"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "feel the electricity of being close",
44
50
  "Thirty floors of silence, and a tension that feels like it could break the cables. Every second in this small space is a world of its own.",
@@ -51,8 +57,10 @@ export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
51
57
  icon: "📚",
52
58
  imageUrl:
53
59
  "https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=800",
54
- aiPrompt:
55
- "A couple hidden between tall dark wooden library shelves, woman pressed against the books, man leaning in to kiss her, both looking at camera with secretive mischievous smiles, soft dust motes in sunbeams filtering through shelves, intimate and intellectual",
60
+ aiPrompt: createPhotorealisticPrompt(
61
+ "a romantic couple hidden between tall dark wooden library bookshelves filled with leather-bound books, woman gently pressed against the books, man leaning in for a kiss, both facing camera with secretive mischievous playful smiles, soft dust particles visible in golden sunbeams filtering through the stacks, academic casual attire",
62
+ "soft golden light filtering through bookshelves, dust motes in sunbeams, intimate intellectual atmosphere"
63
+ ),
56
64
  storyTemplate: createStoryTemplate(
57
65
  "steal a kiss where the world is quiet",
58
66
  "Between the pages of ancient stories, they're writing a chapter of their own. A secret shared in the hush of a thousand books.",
@@ -65,8 +73,10 @@ export const STOLEN_MOMENTS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
65
73
  icon: "🎭",
66
74
  imageUrl:
67
75
  "https://images.unsplash.com/photo-1493225255756-d9584f8606e9?w=800",
68
- aiPrompt:
69
- "A couple in the dark wings of a theater stage, heavy red curtains in background, man in a tuxedo, woman in a shimmering performance dress, leaning into each other with intense expressions just before going on stage, dramatic spotlight spill from off-camera, electric anticipation",
76
+ aiPrompt: createPhotorealisticPrompt(
77
+ "a couple in the dark backstage wings of a grand theater, heavy red velvet curtains visible in background, man in classic black tuxedo with bow tie, woman in shimmering sequined silver performance gown, leaning into each other with intense expressions moments before going on stage, dramatic warm spotlight spilling from offstage",
78
+ "dramatic theatrical lighting with warm spotlight spill, deep shadows backstage, electric anticipation atmosphere"
79
+ ),
70
80
  storyTemplate: createStoryTemplate(
71
81
  "share a moment of passion before the spotlight",
72
82
  "The crowd is waiting, the lights are up, but for this one heartbeat in the shadows, they are the only audience that matters.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
9
9
  icon: "🧲",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1516589091380-5d8e87df6999?w=800",
12
- aiPrompt:
13
- "Extreme close-up of a couple's faces, almost touching, looking into each other's eyes with intense magnetic attraction, shallow depth of field, warm cinematic lighting, soft focus on the background, feeling of high romantic tension and undeniable chemistry",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "extreme close-up portrait of a couple's faces almost touching, gazing intensely into each other's eyes with magnetic attraction, noses nearly brushing, man with subtle stubble, woman with natural makeup, foreheads close together, soft out-of-focus warm background",
14
+ "warm cinematic lighting with soft golden tones, dramatic shallow depth of field, intimate romantic atmosphere"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "feel the undeniable magnetics between two souls",
16
18
  "In the silence between them, the air crackles with a tension that speaks louder than any words ever could. A spark that's ready to ignite a lifetime.",
@@ -22,8 +24,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
22
24
  description: "Close and personal",
23
25
  icon: "👂",
24
26
  imageUrl: "https://images.unsplash.com/photo-1485872299829-c673f5194813?w=800",
25
- aiPrompt:
26
- "Close-up of a man whispering into a woman's ear, his lips almost touching her skin, woman closing her eyes with a faint blissful smile, low-key dramatic lighting with high contrast, elegant semi-formal attire, intimate and sultry atmosphere",
27
+ aiPrompt: createPhotorealisticPrompt(
28
+ "close-up of a man whispering intimately into woman's ear, his lips almost touching her ear, woman with eyes gently closed showing a faint blissful smile, man in dark blazer, woman in elegant black dress with delicate jewelry, subtle makeup",
29
+ "low-key dramatic lighting with high contrast, moody shadows, intimate sultry atmosphere"
30
+ ),
27
31
  storyTemplate: createStoryTemplate(
28
32
  "share a secret that only their hearts know",
29
33
  "A whisper, a breath, a promise shared in the dark. In these close moments, the rest of the world is just background noise to their shared secret.",
@@ -36,8 +40,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
36
40
  icon: "🌫️",
37
41
  imageUrl:
38
42
  "https://images.unsplash.com/photo-1584622650111-993a426fbf0a?w=800",
39
- aiPrompt:
40
- "Silhouettes of a couple visible through a foggy bathroom mirror with condensation droplets, man wrapping his arms around woman from behind, only their dark outlines visible against a warm glowing background, tasteful and artistic, focusing on the mood and shape rather than detail",
43
+ aiPrompt: createPhotorealisticPrompt(
44
+ "artistic silhouettes of a couple visible through a foggy bathroom mirror covered in condensation water droplets, man embracing woman from behind, only their dark shadowy outlines visible against warm glowing background light, tasteful and artistic composition focusing on mood and shape, luxurious bathroom setting",
45
+ "soft diffused backlight through steam, warm ambient glow, artistic moody atmosphere"
46
+ ),
41
47
  storyTemplate: createStoryTemplate(
42
48
  "find beauty in the hazy reflections of love",
43
49
  "Behind the fog and the steam, there's only the truth of their connection. A moment of pure, unadorned intimacy that belongs only to them.",
@@ -50,8 +56,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
50
56
  icon: "🕯️",
51
57
  imageUrl:
52
58
  "https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=800",
53
- aiPrompt:
54
- "A couple in a dimly lit luxury bedroom with silk sheets, both looking at each other while lying close on the bed, man in a partially unbuttoned white shirt, woman in an elegant silk slip-dress, dramatic shadows from candlelight, sophisticated and sultry mood, no nudity",
59
+ aiPrompt: createPhotorealisticPrompt(
60
+ "a sophisticated couple in a dimly lit luxury bedroom with champagne silk sheets, lying close together on the bed looking at each other, man in partially unbuttoned crisp white dress shirt, woman in elegant champagne silk slip-dress, multiple candles on nightstand casting dancing shadows on walls, no nudity, tasteful and sophisticated",
61
+ "warm candlelight creating dramatic shadows, soft golden ambient glow, elegant sultry mood"
62
+ ),
55
63
  storyTemplate: createStoryTemplate(
56
64
  "embrace the elegance of a moonlit evening",
57
65
  "Under the play of light and shadow, they find a world that's uniquely theirs. A love as smooth as silk and as deep as the night.",
@@ -63,8 +71,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
63
71
  description: "Warmth and desire",
64
72
  icon: "🔥",
65
73
  imageUrl: "https://images.unsplash.com/photo-1482575832494-771f74bf6857?w=800",
66
- aiPrompt:
67
- "A couple sitting closely in front of a roaring fireplace late at night, man's hand gently caressing woman's neck, both looking at each other with intense loving expressions, warm amber light reflecting on their skin, cozy but highly romantic and sultry atmosphere",
74
+ aiPrompt: createPhotorealisticPrompt(
75
+ "a romantic couple sitting closely on a plush rug in front of a roaring stone fireplace late at night, man's hand gently resting on woman's neck, both gazing at each other with intense loving expressions, wearing comfortable casual clothing, warm amber firelight reflecting on their faces, cozy living room setting",
76
+ "warm amber fireplace glow reflecting on skin, flickering light creating soft shadows, cozy intimate romantic atmosphere"
77
+ ),
68
78
  storyTemplate: createStoryTemplate(
69
79
  "ignite a flame that never goes out",
70
80
  "The fire in the hearth provides the warmth, but the fire in their eyes provides the light. A midnight moment where every ember tells a story of passion.",
@@ -77,8 +87,10 @@ export const SULTRY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
77
87
  icon: "🛌",
78
88
  imageUrl:
79
89
  "https://images.unsplash.com/photo-1522771739844-6a9f6d5f14af?w=800",
80
- aiPrompt:
81
- "Close-up of a couple's hands intertwined on white linen sheets, woman's legs tangled with man's legs under a soft duvet, soft morning sunlight, focusing on the touch and proximity, no nudity, purely suggestive and tasteful morning intimacy",
90
+ aiPrompt: createPhotorealisticPrompt(
91
+ "artistic close-up of a couple's hands lovingly intertwined on crisp white cotton linen sheets, legs gently tangled under a soft white duvet, tasteful and suggestive morning intimacy with no nudity, focus on the tender touch and closeness, elegant minimalist bedroom setting",
92
+ "soft diffused morning sunlight through sheer curtains, warm intimate atmosphere, peaceful morning ambiance"
93
+ ),
82
94
  storyTemplate: createStoryTemplate(
83
95
  "linger in the comfort of a shared morning",
84
96
  "They aren't just sharing a bed; they're sharing a life. In the simple touch of hands and the tangle of limbs, they find a perfect, peaceful harmony.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const SUPERHERO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const SUPERHERO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
9
9
  icon: "🦸",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1531259683007-016a7b628fc3?w=800",
12
- aiPrompt:
13
- "A couple as a superhero duo standing on a skyscraper ledge, both looking at the camera with heroic determination, wearing high-tech sleek armored suits with unique emblems, capes blowing in the wind, city skyline at night with spotlight beams in background, powerful and epic",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple as superhero duo standing on skyscraper ledge at night, both facing camera with heroic determined expressions, man in sleek dark armored suit with glowing emblem, woman in high-tech red and gold suit with flowing cape, capes billowing in wind, city skyline with spotlight beams in background",
14
+ "dramatic nighttime lighting with city glow and epic cinematic atmosphere"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "protect the city together",
16
18
  "They aren't just heroes to the city; they are each other's greatest strength and ultimate sanctuary.",
@@ -22,8 +24,10 @@ export const SUPERHERO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
22
24
  description: "Where heroes relax",
23
25
  icon: "🏢",
24
26
  imageUrl: "https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=800",
25
- aiPrompt:
26
- "A couple in their high-tech superhero base, both looking at the camera with relaxed smiles, half-removed superhero suits revealing civilian clothes, surrounded by holographic screens and advanced gadgetry, underground cave or high-rise high-tech apartment, intimate and powerful",
27
+ aiPrompt: createPhotorealisticPrompt(
28
+ "a couple in high-tech superhero base, both facing camera with relaxed comfortable smiles, superhero suits half-removed revealing casual clothes underneath, surrounded by floating holographic screens and advanced gadgetry, sleek underground cave with dramatic lighting in background",
29
+ "soft blue tech lighting with intimate powerful atmosphere"
30
+ ),
27
31
  storyTemplate: createStoryTemplate(
28
32
  "find peace behind the masks",
29
33
  "In the quiet moments between saving the world, they find that the real hero work is the love they share.",
@@ -36,8 +40,10 @@ export const SUPERHERO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
36
40
  icon: "🌌",
37
41
  imageUrl:
38
42
  "https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=800",
39
- aiPrompt:
40
- "A couple as space-faring superheroes on an alien planet, both looking at the camera with adventurous expressions, wearing glowing energy-suits, floating above a purple alien landscape with two moons in background, cosmic energy radiating from hands, epic and sci-fi",
43
+ aiPrompt: createPhotorealisticPrompt(
44
+ "a couple as space-faring superheroes floating above alien planet, both facing camera with adventurous confident expressions, wearing glowing energy suits that pulse with cosmic power, hands radiating energy, purple alien landscape with twin moons and distant galaxies in background",
45
+ "ethereal cosmic lighting with purple and blue energy glow"
46
+ ),
41
47
  storyTemplate: createStoryTemplate(
42
48
  "guard the furthest reaches of space",
43
49
  "Across light-years and galaxies, they are a constant, a binary star shining brighter together than apart.",
@@ -50,8 +56,10 @@ export const SUPERHERO_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
50
56
  icon: "🌃",
51
57
  imageUrl:
52
58
  "https://images.unsplash.com/photo-1478720568477-152d9b164e26?w=800",
53
- aiPrompt:
54
- "A couple as street-level vigilantes in a rainy city alley, both looking at the camera with gritty focused expressions, wearing tactical leather gear and masks, holding batons or grappling hooks, steam rising from grates and neon signs reflecting in puddles in background, authentic and cinematic",
59
+ aiPrompt: createPhotorealisticPrompt(
60
+ "a couple as street-level vigilantes in rainy city alley at night, both facing camera with gritty focused expressions, wearing tactical black leather gear with domino masks, holding batons and grappling hooks, steam rising from grates and neon signs reflecting in rain puddles in background",
61
+ "moody cinematic rain lighting with neon reflections and noir atmosphere"
62
+ ),
55
63
  storyTemplate: createStoryTemplate(
56
64
  "fight for justice in the shadows",
57
65
  "No superpowers needed - just skill, courage, and a bond that's tougher than the city's roughest streets.",
@@ -1,5 +1,5 @@
1
1
  import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createStoryTemplate } from "../utils/scenario-utils";
2
+ import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
3
 
4
4
  export const SURREAL_DREAMS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const SURREAL_DREAMS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
9
9
  icon: "🌀",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1534447677768-be436bb09401?w=800",
12
- aiPrompt:
13
- "A couple dancing in the air between surreal floating stone blocks and spiraling bridges, clouds below them, man holding woman as they spin weightlessly, wearing flowing silk garments, massive glowing moon in background, ethereal blue and purple lighting, Inception-style dreamscape",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple dancing weightlessly in air between surreal floating stone blocks and spiraling impossible bridges, man holding woman as they spin gracefully, both facing camera with peaceful dreamy expressions, wearing flowing silk garments that billow in zero gravity, clouds far below and massive glowing moon in background",
14
+ "ethereal blue and purple lighting with dreamy Inception-style atmosphere"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "transcend the laws of physics in a world of pure imagination",
16
18
  "When they're together, gravity has no power. They've found a way to dance among the stars, where every step is a leap of faith into the infinite.",
@@ -23,8 +25,10 @@ export const SURREAL_DREAMS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
23
25
  icon: "⚙️",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1501139083538-0139583c060f?w=800",
26
- aiPrompt:
27
- "A couple standing on a giant suspended platform in a sky filled with massive brass gears and clockwork mechanisms, looking at a giant ticking Sun, man pointing at the horizon, woman leaning her head on his shoulder, both looking at camera with awe, surreal and epic sci-fi fantasy",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a couple standing on giant suspended platform in sky filled with massive brass gears and clockwork mechanisms, both facing camera with awestruck expressions, man pointing at horizon, woman leaning head on his shoulder, wearing elegant Victorian clothing, giant clockwork sun visible in background",
30
+ "surreal golden lighting with epic sci-fi fantasy atmosphere"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "watch the gears of the universe turn from your front-row seat",
30
34
  "Time is a vast and complex machine, but in this moment, it has stopped just for them. They are the heartbeat in the center of the world's clock.",
@@ -37,8 +41,10 @@ export const SURREAL_DREAMS_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>
37
41
  icon: "🪞",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1518837695005-2083093ee35b?w=800",
40
- aiPrompt:
41
- "A couple standing on a perfectly reflective black crystal floor, surrounded by giant floating mirrors that show different versions of their future together, looking at their reflections with profound smiles, dark void environment with glowing crystalline structures, highly artistic and surreal",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple standing on perfectly reflective black crystal floor in surreal void, surrounded by giant floating mirrors showing different versions of their future, both facing camera with profound knowing smiles, wearing elegant dark clothing, glowing crystalline structures floating in dark environment",
46
+ "artistic ethereal lighting with mirror reflections and surreal atmosphere"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "see every possibility of your future in a single glance",
44
50
  "Thousands of reflections, thousands of paths, but every single one leads back to each other. They've found the ultimate symmetry in a world of echoes.",