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

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 (38) 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/home-life-scenarios.ts +25 -13
  30. package/src/domains/scenarios/infrastructure/data/intimate-scenarios.ts +33 -17
  31. package/src/domains/scenarios/infrastructure/data/lifestyle-scenarios.ts +37 -19
  32. package/src/domains/scenarios/infrastructure/data/romantic-kisses-scenarios.ts +30 -16
  33. package/src/domains/scenarios/infrastructure/data/stolen-moments-scenarios.ts +21 -11
  34. package/src/domains/scenarios/infrastructure/data/sultry-scenarios.ts +25 -13
  35. package/src/domains/scenarios/infrastructure/data/travel-scenarios.ts +33 -17
  36. package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +17 -9
  37. package/src/domains/scenarios/infrastructure/data/wedding-scenarios.ts +57 -29
  38. package/src/domains/scenarios/infrastructure/utils/scenario-utils.ts +25 -0
@@ -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 DARK_ACADEMIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const DARK_ACADEMIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
9
9
  icon: "🕯️",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=800",
12
- aiPrompt:
13
- "A couple in a grand ancient library at midnight, both looking at a massive leather-bound book together by candlelight, wearing tweed blazers and wool sweaters, dark wood bookshelves stretching into the shadows, atmospheric and intellectual, dark academia aesthetic",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple in grand ancient library at midnight poring over massive leather-bound book together, both faces illuminated by warm candlelight with intellectual fascination, man in brown herringbone tweed blazer over cream wool turtleneck sweater, woman in burgundy cardigan over white oxford shirt with reading glasses pushed up on head, towering dark mahogany bookshelves reaching into shadows with antique brass library ladder and scattered open tomes and inkwells on oak reading table",
14
+ "dramatic candlelight with warm golden glow on faces and deep shadows between bookshelves"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "uncover ancient secrets in the hush of the midnight library",
16
18
  "Among the scent of old paper and the soft glow of candles, they find that the greatest story ever written is the one they're living together.",
@@ -23,8 +25,10 @@ export const DARK_ACADEMIA_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 couple walking through the courtyard of a historic university (Oxford style), ancient stone buildings and gothic arches, both dressed in classic scholarly fashion, holding leather satchels, autumn leaves on the ground, overcast soft lighting, sophisticated and timeless",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a couple walking through historic Oxford university courtyard, both facing camera with sophisticated scholarly smiles, man in charcoal wool overcoat over camel sweater vest and white shirt with burgundy tie carrying worn leather satchel, woman in long navy peacoat over plaid skirt and knee-high boots holding stack of vintage books, ancient honey-colored limestone buildings with Gothic pointed arches and mullioned windows, amber and russet autumn leaves scattered on cobblestone path",
30
+ "soft diffused overcast lighting with muted golden autumn tones and slight mist"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "walk the halls of wisdom together",
30
34
  "Every step through these hallowed grounds is a reminder that their journey is one of constant discovery and shared growth.",
@@ -37,8 +41,10 @@ export const DARK_ACADEMIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[
37
41
  icon: "🖋️",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1513519245088-0e12902e5a38?w=800",
40
- aiPrompt:
41
- "A couple sitting on a plush velvet sofa in a study filled with books, man reading a small poetry book to the woman, woman leaning her head on his shoulder with a blissful expression, dozens of candles lighting the room, high-contrast warm lighting, romantic and intellectual",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple on plush emerald velvet Chesterfield sofa in study filled with books, man in cream cable-knit sweater reading small leather-bound poetry book aloud, woman with head resting blissfully on his shoulder eyes closed with peaceful smile wearing burgundy turtleneck dress, walls lined floor to ceiling with books and dozens of ivory pillar candles on mantelpiece and side tables creating warm atmospheric glow",
46
+ "rich warm candlelight with high contrast between illuminated faces and shadowy book-lined walls"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "lose yourselves in the rhythm of eternal verses",
44
50
  "Words have power, but the silence they share between the lines is even more profound. A love that's as deep as the most classic sonnet.",
@@ -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 ECOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -8,8 +8,10 @@ export const ECOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
8
8
  description: "Living with the canopy",
9
9
  icon: "🏠",
10
10
  imageUrl: "https://images.unsplash.com/photo-1547038577-da80abbc4f19?w=800",
11
- aiPrompt:
12
- "A couple in a massive luxury treehouse balcony, both looking at the camera with peaceful smiles, dressed in sustainable organic linen clothing, lush ancient rainforest and giant trees in background, warm sunlight through leaves, eco-luxury and serene",
11
+ aiPrompt: createPhotorealisticPrompt(
12
+ "a couple on wraparound balcony of stunning luxury treehouse in ancient rainforest, both facing camera with peaceful content smiles, man in natural undyed linen shirt and hemp pants barefoot, woman in flowing organic cotton dress in sage green with wooden bead jewelry, massive ancient ceiba trees with hanging vines and tropical orchids and mist rising from emerald canopy below in background",
13
+ "warm dappled golden sunlight filtering through jungle canopy with soft green ambient light"
14
+ ),
13
15
  storyTemplate: createStoryTemplate(
14
16
  "find peace in the high canopy",
15
17
  "High above the forest floor, they've built a life that breathes with the earth and flows with the wind.",
@@ -21,8 +23,10 @@ export const ECOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
21
23
  description: "Green urban future",
22
24
  icon: "🏢",
23
25
  imageUrl: "https://images.unsplash.com/photo-1545641203-7d072a14e3b2?w=800",
24
- aiPrompt:
25
- "A couple on a plant-covered balcony of a futuristic skyscraper, both looking at the camera with content smiles, dressed in modern sustainable fashion, city of the future with buildings covered in vertical forests in background, clean air and bright sky, hopeful and advanced",
26
+ aiPrompt: createPhotorealisticPrompt(
27
+ "a couple on lush plant-covered balcony of futuristic eco-skyscraper, both facing camera with content optimistic smiles, man in minimalist sustainable bamboo fiber jacket in earth tones, woman in recycled fabric dress in terracotta with succulent plant in hand, stunning futuristic cityscape with buildings entirely covered in vertical forests and green living walls with wind turbines and solar panels integrated and crystal clear blue sky in background",
28
+ "bright clean natural daylight with fresh green tones and clear atmospheric quality"
29
+ ),
26
30
  storyTemplate: createStoryTemplate(
27
31
  "live in a city that breathes",
28
32
  "They are the architects of a harmony where technology and nature are no longer at odds, but in a perfect embrace.",
@@ -35,8 +39,10 @@ export const ECOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
35
39
  icon: "🌊",
36
40
  imageUrl:
37
41
  "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=800",
38
- aiPrompt:
39
- "A couple on a research vessel at sea, both looking at the camera with passionate smiles, wearing professional marine biology gear, holding underwater cameras, crystal blue ocean and coral reefs visible below in background, bright tropical sun, committed and adventurous",
42
+ aiPrompt: createPhotorealisticPrompt(
43
+ "a couple as marine biologists on deck of research vessel at sea, both facing camera with passionate committed smiles, man in navy blue wetsuit top with NOAA patch holding underwater housing camera with large dome port, woman in teal rash guard with marine conservation logo holding clipboard with coral health data, crystal clear turquoise water with vibrant coral reef and sea turtles visible below surface in background",
44
+ "bright tropical midday sun with sparkling water reflections and vivid blue sky"
45
+ ),
40
46
  storyTemplate: createStoryTemplate(
41
47
  "save the sapphire heart of the world",
42
48
  "Every dive is a mission, every reef a treasure. Together, they ensure the ocean's song never fades.",
@@ -49,8 +55,10 @@ export const ECOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
49
55
  icon: "🏹",
50
56
  imageUrl:
51
57
  "https://v3b.fal.media/files/b/0a89bbdb/Q_t0NaB59_MYmsvn86VsC.jpg",
52
- aiPrompt:
53
- "A couple as tribal eco-warriors in a pristine wild valley, both looking at the camera with proud determined expressions, wearing traditional clothing made of natural fibers and feathers, holding wooden bows or staves, majestic waterfalls and mountains in background, powerful and grounded",
58
+ aiPrompt: createPhotorealisticPrompt(
59
+ "a couple as indigenous eco-warriors in pristine wild valley, both facing camera with proud determined expressions, man in traditional woven natural fiber tunic with feather headdress and ceremonial face paint holding carved wooden staff, woman in hand-dyed earth-toned garments with bone and seed jewelry holding handcrafted bow, majestic waterfall cascading down moss-covered cliff face with snow-capped mountains and untouched old-growth forest in background",
60
+ "dramatic natural lighting with golden sun rays breaking through clouds and mist from waterfall"
61
+ ),
54
62
  storyTemplate: createStoryTemplate(
55
63
  "stand as the shield of the earth",
56
64
  "The land knows them, and they know the land. They are the guardians of a world that still remembers its soul.",
@@ -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 EDUCATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const EDUCATION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
14
14
  icon: "🎓",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple on graduation day, both looking at the camera with proud smiles, dressed in graduation gowns and caps, holding diplomas, university campus with historic buildings in background, accomplished and joyful",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple celebrating graduation day, both facing camera with proud accomplished smiles, man in black academic regalia gown with gold honor cord and mortarboard cap with tassel holding rolled diploma with red ribbon, woman in matching graduation attire with magna cum laude stole and cap throwing motion blur holding diploma triumphantly, ivy-covered historic university building with Gothic architecture and bell tower and fellow graduates celebrating in background",
19
+ "bright celebratory spring sunlight with confetti particles in air and joyful atmosphere"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "celebrate their academic journey",
21
23
  "They studied together, struggled together, and now they graduate together, ready to conquer the world.",
@@ -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 ELEMENTAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const ELEMENTAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
9
9
  icon: "🔥",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1518199266791-5375a83190b7?w=800",
12
- aiPrompt:
13
- "A couple standing back-to-back, man controlling a swirl of intense orange fire, woman controlling a swirl of shimmering cyan ice crystals, glowing runes on their skin, both looking at the camera with powerful gazes, dark volcanic background with snow falling, epic elemental contrast",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a couple with elemental powers standing back-to-back, man commanding swirling vortex of intense orange and red flames with ember particles rising from his outstretched hand wearing charcoal and crimson flame-patterned robes with glowing orange runes on forearms, woman controlling spiral of shimmering cyan ice crystals and snowflakes wearing silver and arctic blue frost-patterned gown with glowing blue runic tattoos on shoulders, both facing camera with powerful confident gazes, dramatic volcanic obsidian landscape meeting glacial ice shelf with snow falling through rising ash in background",
14
+ "dramatic contrasting lighting with warm orange fire glow and cool cyan ice luminescence meeting in center"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "balance the extreme forces of nature with your shared power",
16
18
  "They are the perfect harmony of opposites. Like fire and ice, their love creates a world where anything is possible.",
@@ -23,8 +25,10 @@ export const ELEMENTAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
23
25
  icon: "⛰️",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800",
26
- aiPrompt:
27
- "A couple standing on a cliffside, hands glowing with golden light as they lift massive floating rocks from the ground, wearing rugged earth-toned robes with leather armor, both looking at the horizon with determination, vast canyon background, strength and stability",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a couple with earth-shaping powers on dramatic cliffside, hands glowing with golden amber light as massive granite boulders float and orbit around them defying gravity, man in rugged sienna and brown layered robes with bronze leather armor pauldrons and bracers with stone texture, woman in terracotta and olive earth-toned flowing garments with copper jewelry embedded with raw crystals, both facing horizon with determined powerful expressions, vast red rock canyon with layered sedimentary cliffs stretching to distant mountains in background",
30
+ "warm golden hour sunlight with amber glow emanating from floating rocks and dust particles in air"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "found your life on the unshakeable strength of the earth",
30
34
  "Their connection is as deep as the roots of the world. Together, they can move mountains and build a future that stands for eternity.",
@@ -37,8 +41,10 @@ export const ELEMENTAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
37
41
  icon: "⚡",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1517677208171-0bc6725a3e60?w=800",
40
- aiPrompt:
41
- "A couple standing on a high mountain peak at night, man raising a hand as lightning strikes behind him, woman's eyes glowing with electric blue light, wind blowing their clothes and hair, both looking at camera with fierce smiles, dark stormy sky with purple clouds, raw energy and power",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a couple with storm powers on windswept mountain peak at night, man raising crackling hand as massive lightning bolt strikes directly behind him with electric arcs jumping between fingers wearing deep purple and silver storm-weathered cloak, woman with eyes glowing intense electric blue and hair floating with static electricity wearing midnight blue and white flowing dress rippling violently in wind, both facing camera with fierce exhilarated smiles, dramatic dark sky with swirling purple and charcoal thunderclouds and multiple lightning strikes in background",
46
+ "dramatic electrical lighting with bright white lightning flashes and purple atmospheric glow and cyan electricity arcs"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "ride the storm and command the lightning together",
44
50
  "They don't fear the storm; they are the storm. A love that's as electric and unstoppable as a bolt from the heavens.",
@@ -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 ELITE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -8,8 +8,10 @@ export const ELITE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
8
8
  description: "Your own piece of heaven",
9
9
  icon: "🏝️",
10
10
  imageUrl: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800",
11
- aiPrompt:
12
- "A couple on an exclusive private island beach, both looking at the camera with blissful smiles, dressed in high-end designer resort wear, infinity pool and luxury villa in background, crystal blue ocean and sunset, opulent and secluded",
11
+ aiPrompt: createPhotorealisticPrompt(
12
+ "a couple on exclusive private island beach, both facing camera with blissful relaxed smiles, man in tailored white linen Loro Piana shirt and beige shorts barefoot with designer sunglasses, woman in flowing silk Hermes sarong and designer bikini top with gold jewelry and oversized sunhat, stunning infinity pool with glass edge overlooking ocean and modern minimalist luxury villa with thatched roof and palm trees, crystal clear turquoise Maldivian lagoon in background",
13
+ "magical golden sunset lighting with warm amber and coral tones reflecting off calm water"
14
+ ),
13
15
  storyTemplate: createStoryTemplate(
14
16
  "escape to their private sanctuary",
15
17
  "No crowds, no noise. Just the sound of the ocean and the feeling of absolute freedom in their own tropical empire.",
@@ -22,8 +24,10 @@ export const ELITE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
22
24
  icon: "🏰",
23
25
  imageUrl:
24
26
  "https://images.unsplash.com/photo-1519741497674-611481863552?w=800",
25
- aiPrompt:
26
- "A couple in a grand gold-leafed palace hall, both looking at the camera with regal expressions, dressed in modern royal formal attire, standing on a grand marble staircase, chandeliers and historic paintings in background, majestic and rich",
27
+ aiPrompt: createPhotorealisticPrompt(
28
+ "a couple in grand European palace hall, both facing camera with regal dignified expressions, man in modern navy Brioni suit with subtle brocade waistcoat and royal insignia pin, woman in elegant champagne Oscar de la Renta ballgown with subtle tiara and sapphire jewelry, standing on grand Carrara marble staircase with ornate gold leaf balustrade, massive crystal Baccarat chandeliers and Renaissance oil paintings in gilded frames and soaring frescoed ceiling in background",
29
+ "luxurious warm lighting from crystal chandeliers creating sparkling highlights and rich golden ambiance"
30
+ ),
27
31
  storyTemplate: createStoryTemplate(
28
32
  "live like modern monarchs",
29
33
  "Tradition meets modern luxury. In a world of palaces and protocol, they find their own path together.",
@@ -36,8 +40,10 @@ export const ELITE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
36
40
  icon: "🛥️",
37
41
  imageUrl:
38
42
  "https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?w=800",
39
- aiPrompt:
40
- "A couple on the top deck of a 100-meter mega-yacht, both looking at the camera with successful smiles, dressed in elegant evening wear, pool and helipad visible on deck, Monaco harbor or Amalfi coast in background, golden hour lighting, ultimate luxury",
43
+ aiPrompt: createPhotorealisticPrompt(
44
+ "a couple on sundeck of 100-meter mega-yacht, both facing camera with successful sophisticated smiles, man in crisp white dinner jacket with black trousers and Patek Philippe watch, woman in flowing red Valentino evening gown with statement diamond necklace holding champagne flute, gleaming teak deck with infinity pool and helicopter on helipad and jet skis on swim platform, Monaco harbor with illuminated superyachts and Monte Carlo casino lights in background",
45
+ "magical golden hour lighting with warm amber sunset reflecting off polished yacht surfaces and calm Mediterranean water"
46
+ ),
41
47
  storyTemplate: createStoryTemplate(
42
48
  "sail the world in absolute style",
43
49
  "The horizon is theirs to conquer. A life of luxury that spans the globe, one exclusive port at a time.",
@@ -50,8 +56,10 @@ export const ELITE_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 at a high-end penthouse party, both looking at the camera with charismatic smiles, dressed in stunning evening attire, holding champagne flute, floor-to-ceiling windows with a panoramic view of New York or Dubai at night in background, glamorous and urban",
59
+ aiPrompt: createPhotorealisticPrompt(
60
+ "a couple at exclusive penthouse party high above city, both facing camera with charismatic confident smiles, man in impeccable Tom Ford black tuxedo with satin lapels, woman in stunning emerald Elie Saab gown with plunging back and Harry Winston diamond earrings holding crystal Baccarat champagne flute, dramatic floor-to-ceiling windows with panoramic Manhattan skyline at night with Empire State Building and glittering skyscrapers in background",
61
+ "sophisticated interior lighting with warm party ambiance and spectacular blue-hour city lights through windows"
62
+ ),
55
63
  storyTemplate: createStoryTemplate(
56
64
  "party above the city lights",
57
65
  "They aren't just high-fliers; they're the ones other people look up to. Sophistication at the very top of the world.",
@@ -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 EXTREME_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const EXTREME_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "🪂",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple skydiving together, both looking at the camera with exhilarated expressions, dressed in matching skydiving suits and helmets, clouds and earth far below in background, thrilling and epic",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple skydiving in tandem freefall, both facing camera with exhilarated ecstatic expressions and wind-stretched cheeks showing pure adrenaline joy, man in bright red and black aerodynamic skydiving jumpsuit with full-face helmet and altimeter on wrist, woman in electric blue and white jumpsuit with matching helmet giving double thumbs up, fluffy white cumulus clouds rushing past and patchwork farmland and winding river visible 10000 feet below",
19
+ "bright high-altitude sunlight with vivid blue sky and dramatic sense of speed and motion"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "take the leap of faith together",
21
23
  "Freefalling through the sky, they discover that with each other, they can conquer any fear.",
@@ -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 FAMILY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const FAMILY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "👶",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "An adorable 2-3 year old child, genetic blend of both parents features, looking directly at the camera with natural innocent smile, cozy home environment in background, soft warm lighting",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "an adorable 2-3 year old toddler who is a beautiful genetic blend of both parents features, facing camera with natural innocent smile showing tiny teeth and sparkling curious eyes, wearing soft pastel colored cotton outfit, sitting on plush carpet in cozy sunlit living room with toys and picture books scattered nearby",
19
+ "soft warm window light creating gentle highlights on child's hair and face with cozy domestic atmosphere"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "imagine their future child",
21
23
  "A beautiful blend of both their features, this little one would bring endless joy and love into their lives.",
@@ -28,8 +30,10 @@ export const FAMILY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
28
30
  icon: "🍼",
29
31
  imageUrl:
30
32
  "https://images.unsplash.com/photo-1555252333-9f8e92e65df9?w=800&auto=format&fit=crop&q=60",
31
- aiPrompt:
32
- "A loving couple holding a newborn baby in a cozy nursery, both parents looking at the camera with tender joyful expressions, soft warm lighting",
33
+ aiPrompt: createPhotorealisticPrompt(
34
+ "a loving couple with newborn baby in cozy nursery, both parents facing camera with tender joyful expressions showing happy exhaustion, father in soft gray henley cradling swaddled infant in white muslin blanket, mother in comfortable robe leaning close with adoring gaze and gentle hand on baby, pastel painted nursery walls with white crib and mobile and soft plush toys in background",
35
+ "soft warm diffused lighting creating intimate nurturing atmosphere with gentle shadows"
36
+ ),
33
37
  storyTemplate: createStoryTemplate(
34
38
  "welcome their precious little one into the world",
35
39
  "Though sleep-deprived, their hearts overflow with a love they never knew possible.",
@@ -42,8 +46,10 @@ export const FAMILY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
42
46
  icon: "👵",
43
47
  imageUrl:
44
48
  "https://plus.unsplash.com/premium_photo-1661315849315-0e79355a44fb?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8Z3Jvd2luZyUyMG9sZCUyMHRvZ2V0aGVyfGVufDB8fDB8fHww",
45
- aiPrompt:
46
- "A couple in their 70s sitting on a park bench, both looking at the camera with wise and joyful smiles, realistically aged with natural wrinkles and silver/grey hair, peaceful nature setting in background, soft serene lighting, emotional and heartwarming",
49
+ aiPrompt: createPhotorealisticPrompt(
50
+ "a couple in their 70s sitting together on weathered wooden park bench, both facing camera with wise knowing smiles showing lifetime of shared joy, realistically aged with natural wrinkles and laugh lines and silver gray hair, man in comfortable cardigan and flat cap, woman in soft wool coat with elegant scarf, their weathered hands intertwined, peaceful park setting with autumn trees and golden leaves and calm pond in background",
51
+ "soft golden afternoon light filtering through trees creating warm serene atmosphere"
52
+ ),
47
53
  storyTemplate: createStoryTemplate(
48
54
  "look back on a lifetime of beautiful memories",
49
55
  "Hand in hand, they've weathered every storm and celebrated every joy. Their love story continues to inspire all who know them.",
@@ -58,8 +64,10 @@ export const FAMILY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
58
64
  "https://v3b.fal.media/files/b/0a8a004c/XZdIUK_EL-wEvIhEHuONX.jpg",
59
65
  previewImageUrl:
60
66
  "https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?w=800&auto=format&fit=crop&q=60",
61
- aiPrompt:
62
- "A couple celebrating anniversary, both raising champagne glasses and looking at the camera with joyful loving expressions, dressed in elegant formal attire, romantic restaurant with candlelight atmosphere in background",
67
+ aiPrompt: createPhotorealisticPrompt(
68
+ "a couple celebrating anniversary at elegant restaurant, both raising crystal champagne flutes and facing camera with joyful loving expressions full of gratitude, man in charcoal suit with burgundy tie, woman in elegant black cocktail dress with pearl earrings, intimate round table with white tablecloth and red roses in crystal vase and flickering candles, upscale restaurant with warm ambient lighting and other diners softly blurred in background",
69
+ "warm romantic candlelight with soft golden ambient glow creating intimate celebratory atmosphere"
70
+ ),
63
71
  storyTemplate: createStoryTemplate(
64
72
  "celebrate another year of love and commitment",
65
73
  "Each anniversary marks another chapter in their beautiful story. Their love grows stronger with every passing year.",
@@ -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 FANTASY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const FANTASY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "👑",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1519741497674-611481863552?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple as royalty in an ornate palace, both standing regally and looking at the camera with noble expressions, dressed in 19th-century formal suit with medals and elegant ballgown with tiara, ornate palace interior with grand chandeliers in background, majestic and noble",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple as European royalty in ornate palace throne room, both facing camera with noble dignified expressions, man in 19th-century navy military dress uniform with gold epaulettes and medals and red sash of honor, woman in magnificent ivory silk ballgown with full skirt and delicate diamond tiara and pearl choker, standing before gilded thrones under massive crystal chandelier with oil portraits of ancestors and red velvet drapes in background",
19
+ "regal warm lighting from chandeliers with golden glow on faces and rich jewel-tone colors"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "reign over their magnificent kingdom",
21
23
  "In their own fairy tale, they rule with wisdom and grace, their love story legendary throughout the land.",
@@ -29,8 +31,10 @@ export const FANTASY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
29
31
  icon: "🔥",
30
32
  imageUrl:
31
33
  "https://images.unsplash.com/photo-1551269901-5c5e14c25df7?w=800&auto=format&fit=crop&q=60",
32
- aiPrompt:
33
- "A couple as apocalypse survivors, both looking at the camera with intense determined expressions, dressed in practical survival gear rugged and weathered, dirt and grit on skin, abandoned post-apocalyptic structure under dramatic sky in background, intense and dramatic",
34
+ aiPrompt: createPhotorealisticPrompt(
35
+ "a couple as post-apocalyptic survivors, both facing camera with intense determined expressions, realistic dirt and grime on weathered faces, man in patched leather jacket with makeshift body armor and tactical goggles and crossbow, woman in layered practical clothing with utility vest and hunting knife at belt, standing in abandoned crumbling concrete structure overgrown with weeds with dramatic stormy sky and distant smoke plumes in background",
36
+ "dramatic overcast lighting with muted desaturated colors and dust particles in air"
37
+ ),
34
38
  storyTemplate: createStoryTemplate(
35
39
  "survive against all odds",
36
40
  "When the world fell apart, they found strength in each other. Together, they'll rebuild what was lost.",
@@ -45,8 +49,10 @@ export const FANTASY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
45
49
  "https://images.unsplash.com/photo-1635805737707-575885ab0820?w=800&auto=format&fit=crop&q=60",
46
50
  previewImageUrl:
47
51
  "https://v3b.fal.media/files/b/0a89b07e/lyZ-QUwPRX2LMw3nrYrrj.jpg",
48
- aiPrompt:
49
- "A couple as superheroes standing on a rooftop, both looking at the camera with heroic powerful expressions, dressed in sleek modern costumes with capes, dramatic city rooftop at night with city lights below in background, epic and powerful",
52
+ aiPrompt: createPhotorealisticPrompt(
53
+ "a couple as powerful superheroes standing on city rooftop ledge, both facing camera with heroic confident expressions and capes billowing in wind, man in sleek dark blue armored suit with glowing energy lines and silver chest emblem, woman in crimson and gold fitted costume with flowing cape and golden bracers, dramatic nighttime city skyline with millions of twinkling lights far below and searchlight beams cutting through sky in background",
54
+ "dramatic cinematic lighting with cool blue moonlight and warm city glow from below"
55
+ ),
50
56
  storyTemplate: createStoryTemplate(
51
57
  "protect the world as legendary heroes",
52
58
  "By day, ordinary lovers. By night, the city's greatest protectors. Their love is their superpower.",
@@ -62,8 +68,10 @@ export const FANTASY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
62
68
  "https://v3b.fal.media/files/b/0a8a3b6e/JahAKdSmr4YsvKvjjl7Wm.jpg",
63
69
  previewImageUrl:
64
70
  "https://images.unsplash.com/photo-1604869515882-4d10fa4b0492?w=800&auto=format&fit=crop&q=60",
65
- aiPrompt:
66
- "A couple as medieval legends, both looking at the camera with noble expressions, dressed in knight armor and elegant medieval gown, castle courtyard with romantic atmosphere in background, legendary and historic",
71
+ aiPrompt: createPhotorealisticPrompt(
72
+ "a couple as medieval knight and lady in castle courtyard, both facing camera with noble romantic expressions, man in gleaming plate armor with house crest on tabard and sword at hip and helmet under arm, woman in elegant emerald velvet medieval gown with gold embroidery and flowing sleeves and delicate golden circlet, stone castle courtyard with climbing roses on walls and fountain and towers with flying banners in background",
73
+ "warm golden afternoon light creating romantic atmosphere with soft shadows on stone"
74
+ ),
67
75
  storyTemplate: createStoryTemplate(
68
76
  "live a tale of honor and romance",
69
77
  "In an age of knights and castles, their love story becomes the stuff of legends, sung by bards for generations.",
@@ -78,8 +86,10 @@ export const CUSTOM_SCENARIO: Omit<Scenario, 'category'> = {
78
86
  icon: "🎨",
79
87
  imageUrl:
80
88
  "https://images.unsplash.com/photo-1519074069444-1ba4fff66d16?w=800&auto=format&fit=crop&q=60",
81
- aiPrompt:
82
- "A loving couple, {{customPrompt}}, both looking at the camera, warm lighting",
89
+ aiPrompt: createPhotorealisticPrompt(
90
+ "a loving couple, {{customPrompt}}, both facing camera with genuine natural smiles",
91
+ "warm natural lighting appropriate to the scene"
92
+ ),
83
93
  storyTemplate: createStoryTemplate(
84
94
  "embark on their custom adventure together",
85
95
  "Their unique journey unfolds exactly as they imagined, creating memories that will last a lifetime.",
@@ -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 FASHION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
10
  {
@@ -14,8 +14,10 @@ export const FASHION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
14
14
  icon: "🪩",
15
15
  imageUrl:
16
16
  "https://images.unsplash.com/photo-1545128485-c400e7702796?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt:
18
- "A couple dancing in 70s disco fashion, both looking at the camera with energetic smiles, dressed in sequins and bell bottoms, vibrant disco dance floor with reflections in background, groovy styling, fun and energetic",
17
+ aiPrompt: createPhotorealisticPrompt(
18
+ "a couple dancing together in authentic 70s disco fashion, both facing camera with energetic joyful smiles mid-dance, man in tight white polyester suit with wide lapels and gold chain necklace and platform shoes with pompadour hair, woman in shimmering silver halter jumpsuit with flared bell bottoms and chunky platform heels with feathered Farrah hair, vibrant light-up dance floor with colored squares and giant spinning mirror ball scattering rainbow reflections in background",
19
+ "dynamic disco lighting with colorful rotating spots and rainbow reflections from mirror ball"
20
+ ),
19
21
  storyTemplate: createStoryTemplate(
20
22
  "boogie all night long",
21
23
  "Under the disco ball, their love shines brighter than the sequins on the dance floor.",
@@ -28,8 +30,10 @@ export const FASHION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
28
30
  icon: "⚙️",
29
31
  imageUrl:
30
32
  "https://images.unsplash.com/photo-1616790876844-97c0c6057364?w=800&auto=format&fit=crop&q=60",
31
- aiPrompt:
32
- "A couple in steampunk fashion, both looking at the camera with intriguing expressions, dressed in Victorian clothes with brass gears and goggles, clockwork industrial setting with steam in background, industrial accessories, innovative and retro-future",
33
+ aiPrompt: createPhotorealisticPrompt(
34
+ "a couple in elaborate steampunk fashion, both facing camera with intriguing mysterious expressions, man in brown leather waistcoat over white high-collar shirt with brass pocket watch and welding goggles on top hat with gear decorations, woman in corseted burgundy velvet dress with bustle and brass clockwork jewelry and aviator goggles around neck, industrial Victorian workshop with massive brass gears and copper pipes releasing steam and glowing vacuum tubes in background",
35
+ "warm amber lighting with dramatic steam atmosphere and copper metallic highlights"
36
+ ),
33
37
  storyTemplate: createStoryTemplate(
34
38
  "engineer a future of steam and gears",
35
39
  "In a world of clockwork innovation, their hearts beat with the precision of destiny.",
@@ -42,8 +46,10 @@ export const FASHION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
42
46
  icon: "👠",
43
47
  imageUrl:
44
48
  "https://images.unsplash.com/photo-1483985988355-763728e1935b?w=800&auto=format&fit=crop&q=60",
45
- aiPrompt:
46
- "A couple in a high fashion editorial, both standing with dramatic poses and looking at the camera, dressed in avant-garde couture outfits, minimalist architectural setting with harsh studio lighting in background, chic and sophisticated",
49
+ aiPrompt: createPhotorealisticPrompt(
50
+ "a couple in high fashion editorial photoshoot, both striking dramatic confident poses facing camera with fierce model expressions, man in deconstructed Comme des Garcons asymmetric black suit with architectural silhouette, woman in avant-garde Iris van Herpen sculptural white gown with geometric 3D elements, minimalist white concrete architectural setting with dramatic harsh directional studio lighting creating sharp shadows",
51
+ "high-contrast editorial studio lighting with stark white and deep shadows creating dramatic shapes"
52
+ ),
47
53
  storyTemplate: createStoryTemplate(
48
54
  "grace the cover of life",
49
55
  "Every street is a runway, and every moment is a cover shot when they are together.",
@@ -56,8 +62,10 @@ export const FASHION_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
56
62
  icon: "🎸",
57
63
  imageUrl:
58
64
  "https://images.unsplash.com/photo-1496747611176-843222e1e57c?w=800&auto=format&fit=crop&q=60",
59
- aiPrompt:
60
- "A couple in 90s grunge style leaning against a wall, both looking at the camera with cool edgy expressions, dressed in flannel shirts and ripped jeans, messy hair, urban brick wall with moody lighting in background, raw and edgy",
65
+ aiPrompt: createPhotorealisticPrompt(
66
+ "a couple in authentic 90s Seattle grunge style leaning against brick wall, both facing camera with cool disaffected expressions, man in oversized red flannel shirt over band tee and ripped baggy jeans with combat boots and messy chin-length hair, woman in black slip dress over thermal undershirt with Doc Martens and choker necklace and smudged eyeliner, urban alley with weathered brick wall and band posters and moody overcast sky",
67
+ "moody desaturated lighting with cool gray tones and gritty urban atmosphere"
68
+ ),
61
69
  storyTemplate: createStoryTemplate(
62
70
  "rock their own rhythm",
63
71
  "Raw, real, and unfiltered. Their love is the anthem of a generation.",
@@ -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 HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
5
  {
@@ -9,8 +9,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
9
9
  icon: "☕",
10
10
  imageUrl:
11
11
  "https://images.unsplash.com/photo-1517048676732-d65bc937f952?w=800",
12
- aiPrompt:
13
- "A couple in a bright modern kitchen, both looking at the camera with morning smiles, dressed in comfortable loungewear, holding coffee mugs, soft morning sunlight streaming through window, cozy and peaceful",
12
+ aiPrompt: createPhotorealisticPrompt(
13
+ "a happy couple in a bright modern Scandinavian kitchen with white cabinets, both facing camera with warm morning smiles, dressed in comfortable cotton loungewear, each holding ceramic coffee mugs, soft golden morning sunlight streaming through large window, fresh flowers in vase on counter, cozy domestic scene",
14
+ "soft warm morning sunlight through windows, bright airy atmosphere, cozy peaceful domestic mood"
15
+ ),
14
16
  storyTemplate: createStoryTemplate(
15
17
  "share the first moments of the day",
16
18
  "The best part of waking up is seeing each other. Quiet conversations and the scent of fresh coffee.",
@@ -23,8 +25,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
23
25
  icon: "🍿",
24
26
  imageUrl:
25
27
  "https://images.unsplash.com/photo-1517604931442-7e0c8ed2963c?w=800",
26
- aiPrompt:
27
- "A couple on a comfy sofa bed, both looking at the camera with happy smiles, wrapped in a soft blanket, holding a bowl of popcorn and remote, dim warm lighting, home theater setup in background, cozy and relaxed",
28
+ aiPrompt: createPhotorealisticPrompt(
29
+ "a cozy couple on a large comfortable sectional sofa, both facing camera with happy relaxed smiles, wrapped together in a soft gray knit blanket, woman holding a bowl of popcorn, man holding remote control, dimly lit living room with large TV screen glow visible",
30
+ "warm dim ambient living room lighting, soft TV glow, cozy relaxed movie night atmosphere"
31
+ ),
28
32
  storyTemplate: createStoryTemplate(
29
33
  "enjoy a movie marathon",
30
34
  "Lost in another world on the screen, but perfectly at home in each other's arms.",
@@ -37,8 +41,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
37
41
  icon: "🛋️",
38
42
  imageUrl:
39
43
  "https://images.unsplash.com/photo-1540555700478-4be289fbecef?w=800",
40
- aiPrompt:
41
- "A couple relaxing on a large armchair, both looking at the camera with content smiles, dressed in oversized knit sweaters, books and tea on a side table, soft interior lighting, cozy home library in background, serenity",
44
+ aiPrompt: createPhotorealisticPrompt(
45
+ "a relaxed couple sitting together on a large overstuffed armchair, both facing camera with content peaceful smiles, dressed in oversized chunky cable-knit sweaters in cream and gray, hardcover books and ceramic tea cups on wooden side table, cozy home library with bookshelves and houseplants visible",
46
+ "soft warm interior lighting, diffused natural window light, serene peaceful Sunday atmosphere"
47
+ ),
42
48
  storyTemplate: createStoryTemplate(
43
49
  "find peace in a quiet Sunday",
44
50
  "Sundays are for slowed-down moments and deep conversations. No rush, just pure connection.",
@@ -51,8 +57,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
51
57
  icon: "🍳",
52
58
  imageUrl:
53
59
  "https://images.unsplash.com/photo-1522771739844-6a9f6d5f14af?w=800",
54
- aiPrompt:
55
- "A couple in a luxury bedroom, both looking at the camera with joyful smiles, sitting in white linen bed holding a breakfast tray with pancakes and juice, soft morning light, elegant bedroom decor, intimate and happy",
60
+ aiPrompt: createPhotorealisticPrompt(
61
+ "a happy couple in a luxurious bedroom sitting up in bed with crisp white linen sheets, both facing camera with joyful radiant smiles, wearing silk pajamas, wooden breakfast tray between them with fluffy pancakes fresh berries orange juice and coffee, elegant minimalist bedroom with soft curtains",
62
+ "soft golden morning light streaming through sheer curtains, warm intimate atmosphere, lazy morning luxury"
63
+ ),
56
64
  storyTemplate: createStoryTemplate(
57
65
  "savor a slow morning",
58
66
  "Starting the day with sweetness. Every bite tastes better when shared in the comfort of their own world.",
@@ -64,8 +72,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
64
72
  description: "Goodnight romance",
65
73
  icon: "🌙",
66
74
  imageUrl: "https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?w=800",
67
- aiPrompt:
68
- "A couple lying in bed, both looking at the camera with peaceful sleepy smiles, head on shoulder, soft dim moonlight or warm bedside lamp lighting, white silky sheets, intimate and tranquil atmosphere",
75
+ aiPrompt: createPhotorealisticPrompt(
76
+ "a loving couple lying in bed cuddling, both facing camera with peaceful sleepy content smiles, woman's head resting on man's shoulder, wearing comfortable sleepwear, soft white silk sheets slightly rumpled, elegant bedside lamp casting warm glow, modern minimalist bedroom",
77
+ "soft warm bedside lamp lighting mixed with cool moonlight through window, intimate tranquil nighttime atmosphere"
78
+ ),
69
79
  storyTemplate: createStoryTemplate(
70
80
  "end the day together",
71
81
  "As the world goes quiet, they find their sanctuary in each other. Sleep comes easy when love is present.",
@@ -78,8 +88,10 @@ export const HOME_LIFE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] =
78
88
  icon: "📚",
79
89
  imageUrl:
80
90
  "https://images.unsplash.com/photo-1524985069026-dd778a71c7b4?w=800",
81
- aiPrompt:
82
- "A couple sitting side by side in a cozy sunroom, both looking at the camera with intelligent smiles, holding books, spectacles on, plants and sunlight in background, peaceful and academic",
91
+ aiPrompt: createPhotorealisticPrompt(
92
+ "a couple sitting side by side on a comfortable window seat in a bright sunroom, both facing camera with intelligent warm smiles, each holding hardcover books, man wearing reading glasses, surrounded by lush houseplants, bright natural sunlight streaming in through large windows",
93
+ "bright natural sunlight through windows, peaceful academic atmosphere, quiet comfortable companionship"
94
+ ),
83
95
  storyTemplate: createStoryTemplate(
84
96
  "get lost in stories together",
85
97
  "Two souls, two books, one beautiful silence. They don't need words to feel connected.",